Parenting Advice/Guidance Part (2)
Dear Loyal Readers,
One of the issues that you may encounter after divorce is the repercussions of the parenting styles. I am currently having a big problem with one of kids in regards to school. My child's attitude is one of "so what?" when it comes to academics!
Unfortunately, my child sees that my ex does not care about academics, and, therefore, thinks that this is OK! I know that this is going to be an ongoing battle in order to convince my child that school is not a commodity, but a necessity!
I am doing my best as a parent to impart my values to my children. However, this will require a lot of patience and perseverance on my part. Who could have ever believed that one would have all sorts of problems even after divorce?
In essence, and sadly, many problems do not cease with the ending of a marriage. I remember somebody who told when I first divorced:"this is not the end; this is only the beginning!"
That person was right.....
Until next time, I bid you a good night!
Dr. DreamerLabels: Parenting Advice
|
<%
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