Dating/Relationship Warnings Part (8)
Dear Loyal Readers,
Tonight, I am going to add to the dating, relationship, and marriage warnings. I remember that as a teenager, my friends and I used to like to chat about what we would like in a partner!
Those were the fun days for sure! We were so young and so full of zest and hope…….
It is interesting to see that one of the criteria that we set as teenagers was correct, and was more mature in nature, though we did not know it at the time, then the criterion that I used later on. Specifically, I am referring to "having things in common" such as hobbies, etc...
At first, we had those "young" ideas that a partner should share or like the same type of music, the same type of sport, etc... A few years later, I thought, personally, that this criterion stemmed from the fact that we were too young, because it seemed so strict. However, amazingly enough, I discovered, as years went by, that this criterion made perfect sense.
The reason is, as years go by, and as love loses its stronghold, it is crucial to have a few things in common with your partner in order for the relationship to survive and last!
More next time!
Good night!
Dr. DreamerLabels: Relationship Warnings
|
<%
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