Selecting the Right Divorce Attorney or Lawyer Part (2)
Hi Everyone,
Here is some more on how to select or choose the right attorney or lawyer for you. What you need to understand is that what matters is not necessarily to have the best attorney in town, rather, to have an attorney or a lawyer who is compatible with you.
In other words, you should be looking for an attorney who gets along well with you, and who listens to you. My experience has been that there are various types of attorneys out there. Some of them, or I should say the majority, are overbearing in nature and like to dictate everything.
My personal opinion is that you should stay away from that type, unless you really just want to be a follower throughout. Other lawyers, however, are more open and friendlier. These are the ones that I recommend!
By getting along well with your attorney, you will feel that things are going fairly well for you. This is priceless from a psychological point of view! This is the equivalent of winning half the battle.
Further, you will be spending your time efficiently with your attorney regarding the strategy that you will be using in some of the most important battles of your life, if not the most important one!
A concomitant (byproduct) of spending time efficiently with your attorney is saving money, as you will not be wasting any time on arguing with him or her.
Next time, I will be talking about signs to watch for when selecting an attorney...
From Dr. Dreamer, good night everybody!Labels: Divorce Attorney
|
<%
Dim SearchType
Dim Query
Dim XML
Dim ResultLength
Dim recordNumber
Dim iCount
Dim IPAddy
Dim SearchEngine
Dim Node
DIM TITLE
DIM URL
DIM PRICE
DIM IMAGEURL
Dim ProductDescription
If amazonquery = "" Then
amazonquery = "Divorce"
ElseIf amazonquery = "Intoduction" Then
page = "Divorce"
End If
amazonquery = Replace(amazonquery, " ", "%20")
SearchEngine = "http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&SubscriptionId=1R15PYA4AG277WQYTTR2&Operation=ItemSearch&SearchIndex=Books&Keywords=" & amazonquery & "&ResponseGroup=Request,Small&AssociateTag=productinform-20"
Set XML = Server.CreateObject("Microsoft.XMLHTTP")
XML.Open "GET", SearchEngine, False
XML.Send
resultLength = CInt(XML.responseXML.selectNodes("ItemSearchResponse/Items/Item").length)
If resultLength > 0 Then
%>
|
Books:
|
<%
'For iCount = 0 To CInt(resultLength)-1
For iCount = 0 To 6
on error resume next
Set Node = XML.responseXML.selectSingleNode("ItemSearchResponse/Items/Item[" & CInt(iCount)& "]")
'ITEMID = Node.selectSingleNode("ASIN/ItemId").Text
TITLE = Node.selectSingleNode("ItemAttributes/Title").Text
URL = Node.selectSingleNode("DetailPageURL").Text
PRICE = Node.selectSingleNode("ItemAttributes/ListPrice/FormattedPrice").Text
IMAGEURL = Node.selectSingleNode("SmallImage/URL").Text
DESC = Node.selectSingleNode("EditorialReviews/EditorialReview/Content").Text
%>
|
<%
Response.Write(" | | " & TITLE & " | | ")
'Response.Write(" " & page_name & " ")
'Response.Write(" " & PRICE & " ")
'Response.Write Left(DESC,100)
'Response.Write ("....Read More")
%>
<% Next
Set Node = Nothing
Set XML = Nothing
%>
<%
End If
%>
|
0 Comments:
Post a Comment
<< Home