<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Abby and Win's Blog</title>
	
	<link>http://abbyandwin.net/blog</link>
	<description>Our Blog 2 Share 4 All</description>
	<lastBuildDate>Thu, 02 Jul 2009 19:37:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/AbbyAndWinsBlog" type="application/rss+xml" /><item>
		<title>Printers need this feature</title>
		<link>http://feedproxy.google.com/~r/AbbyAndWinsBlog/~3/-ie-xok44bw/</link>
		<comments>http://abbyandwin.net/blog/2009/07/02/printers-need-this-feature/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 19:37:30 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[brother]]></category>
		<category><![CDATA[cartridge]]></category>
		<category><![CDATA[ink]]></category>
		<category><![CDATA[mfc-490cw]]></category>
		<category><![CDATA[printer]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=472</guid>
		<description><![CDATA[I ran out of the cyan cartridge on my Brother MFC-490CW printer. All I need is to print something in black and white. I thought there would be a feature that can disable the color. I don&#8217;t see it on the printer&#8217;s LCD. I set my print properties to print in grayscale &#8211; it won&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I ran out of the cyan cartridge on my Brother MFC-490CW printer. All I need is to print something in black and white. I thought there would be a feature that can disable the color. I don&#8217;t see it on the printer&#8217;s LCD. I set my print properties to print in grayscale &#8211; it won&#8217;t let me print. The printer just won&#8217;t print until I replace the color cartridge that is not going to be used.</p>
<p><img class="alignnone" src="http://img10.imageshack.us/img10/7336/jqc.jpg" alt="" width="525" height="700" /></p>
<p>At least my HP 1600N printer allows me to override the cartridge message and continue to print. I wish this was a standard feature with all printers. Guess I&#8217;ll have to wait for the cartridge to come in. I&#8217;ll continue to use my laserjet which I started to pack up and store.</p>
<img src="http://feeds.feedburner.com/~r/AbbyAndWinsBlog/~4/-ie-xok44bw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2009/07/02/printers-need-this-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abbyandwin.net/blog/2009/07/02/printers-need-this-feature/</feedburner:origLink></item>
		<item>
		<title>Updating PHP 5 with Godaddy and a Dedicated server</title>
		<link>http://feedproxy.google.com/~r/AbbyAndWinsBlog/~3/HPXlYua3i6Y/</link>
		<comments>http://abbyandwin.net/blog/2009/06/24/updating-php-5-with-godaddy-and-a-dedicated-server/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 23:29:24 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[dedicated server]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=469</guid>
		<description><![CDATA[Jeff called me up asking for help with his dedicated server on Godaddy. He needed to update his PHP 5.1.6 to the latest stable version. His server is running Centos 5.2 (Final). He tried to call Godaddy for assistance and of course they were no help. I&#8217;m no expert myself but have played around with [...]]]></description>
			<content:encoded><![CDATA[<p>Jeff called me up asking for help with his dedicated server on Godaddy. He needed to update his PHP 5.1.6 to the latest stable version. His server is running Centos 5.2 (Final). He tried to call Godaddy for assistance and of course they were no help. I&#8217;m no expert myself but have played around with different systems. I found out that you can use the yum command to manage the installed packages. The problem is that the current repositories yum looks at does not contain new versions of PHP. This is why you get an error that says something like &#8211; cannot find PHP. What you need to do is add a repository that does have a newer version of PHP. We&#8217;re going to add <a href="http://www.jasonlitka.com/" target="_blank">Jason Litka</a>&#8217;s repository.</p>
<ul>
<li>Log in to the Simple Control Panel</li>
<li>Log in using SSH</li>
<li>Type &#8220;su &#8211; &#8221; to log in with root privileges</li>
<li>Type &#8220;nano -w /etc/yum.repos.d/utterramblings.repo&#8221;. If you&#8217;re not comfortable with nano, use whatever editor you&#8217;re more comfortable with.</li>
<li>In the utterramblings.repo file type the following<br />
<blockquote><p>[utterramblings]<br />
name=Jason&#8217;s Utter Ramblings Repo<br />
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/<br />
enabled=1<br />
gpgcheck=1<br />
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka</p></blockquote>
</li>
<li>Save the file and close it</li>
<li>Now you can use &#8220;yum update php&#8221; and it should update it to the latest that the repositories have</li>
<li>Restart Apache</li>
</ul>
<p>This tutorial is based on the one found at <a href="http://www.jasonlitka.com/yum-repository/" target="_blank">http://www.jasonlitka.com/yum-repository/</a>. It took awhile for me to find the solution. I hope this helps out people who had the same problem as I did.</p>
<img src="http://feeds.feedburner.com/~r/AbbyAndWinsBlog/~4/HPXlYua3i6Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2009/06/24/updating-php-5-with-godaddy-and-a-dedicated-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abbyandwin.net/blog/2009/06/24/updating-php-5-with-godaddy-and-a-dedicated-server/</feedburner:origLink></item>
		<item>
		<title>Sony PRS-505 eBook Reader</title>
		<link>http://feedproxy.google.com/~r/AbbyAndWinsBlog/~3/J9N7kFpI5Qc/</link>
		<comments>http://abbyandwin.net/blog/2009/06/23/sony-prs-505-ebook-reader/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 14:18:07 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[prs-505]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=464</guid>
		<description><![CDATA[A couple of weeks ago Borders bookstores had a sale on the Sony PRS-505 eBook ready. I decided to pick one up. I didn&#8217;t need one but I&#8217;m starting to get a couple of eBooks so for the price, I though it would be worth it to check out. After opening it, I didn&#8217;t realize [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago Borders bookstores had a sale on the Sony PRS-505 eBook ready. I decided to pick one up. I didn&#8217;t need one but I&#8217;m starting to get a couple of eBooks so for the price, I though it would be worth it to check out. After opening it, I didn&#8217;t realize how light and thin it was. The device felt sturdy and the text are easy to read. The battery life on it is great as well. Mac users can use <a href="http://calibre.kovidgoyal.net/" target="_blank">Calibre</a> to transfer books to the device or use a SD card/ Memory Stick with a card reader. So far everything seemed good. Here&#8217;s where it started to become impractical for me.</p>
<p>I wanted to use this with my small collection of eBooks &#8211; most are in PDF format. Everyone has noted that PDF files do not display well but you can convert them to other formats like EPUB, LRF, or MOBI which Calibre can do for you. I&#8217;ve tried it and noticed some improvements but some sentences wrapped too early. It&#8217;s not a big deal though but STRIKE 1.</p>
<p>Most, if not all my eBooks are reference books. I didn&#8217;t realize that there is no search feature on this model. Reference books are useless if I can&#8217;t search for things. Granted it has bookmarks, it&#8217;s less efficient if I can&#8217;t search &#8211; STRIKE 2.</p>
<p>I recently bought 40 Years of X-Men on DVD and thought wouldn&#8217;t this be great to have on the PRS-505. Again, the files are in PDF. The pages would not get larger as I increase the font size because it&#8217;s a comic book (images). I even tried to convert them to another format. The text in the bubbles were hard to read and the watermark on the pages didn&#8217;t help any either &#8211; STRIKE 3.</p>
<p>I&#8217;m not saying that it&#8217;s a bad eBook reader. For $200, it&#8217;s a great basic one. If you can still get one at that price, I would recommend getting one if you are looking for one. For what I need it for, it just won&#8217;t work.</p>
<p>Luckily, the Borders where I bought it from was kind enough to return it.</p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3395/3641184421_f62f644618.jpg" alt="" width="500" height="333" /></p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3575/3641184719_cff1495487.jpg" alt="" width="500" height="333" /></p>
<img src="http://feeds.feedburner.com/~r/AbbyAndWinsBlog/~4/J9N7kFpI5Qc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2009/06/23/sony-prs-505-ebook-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abbyandwin.net/blog/2009/06/23/sony-prs-505-ebook-reader/</feedburner:origLink></item>
		<item>
		<title>iPhone 3.0 available for download</title>
		<link>http://feedproxy.google.com/~r/AbbyAndWinsBlog/~3/6IZ145PXKNU/</link>
		<comments>http://abbyandwin.net/blog/2009/06/17/iphone-30-available-for-download/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 18:38:37 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[Anong Balita]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=454</guid>
		<description><![CDATA[I got a message this morning from my cousin Kuya Ronald asking if the iPhone 3.0 software update was available today. I didn&#8217;t hear anything these past weeks so I wasn&#8217;t sure. I got to work and plugged in my iPhone 3G on my MBP and as soon as iTunes loaded, I get this message.

So [...]]]></description>
			<content:encoded><![CDATA[<p>I got a message this morning from my cousin Kuya Ronald asking if the iPhone 3.0 software update was available today. I didn&#8217;t hear anything these past weeks so I wasn&#8217;t sure. I got to work and plugged in my iPhone 3G on my MBP and as soon as iTunes loaded, I get this message.</p>
<p><img class="alignnone" src="http://img329.yfrog.com/img329/655/3v8.jpg" alt="" width="530" height="171" /></p>
<p>So plug in your iPhones and update them to get the new goodies.</p>
<img src="http://feeds.feedburner.com/~r/AbbyAndWinsBlog/~4/6IZ145PXKNU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2009/06/17/iphone-30-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abbyandwin.net/blog/2009/06/17/iphone-30-available-for-download/</feedburner:origLink></item>
		<item>
		<title>Apple announces their new toys for Summer 2009</title>
		<link>http://feedproxy.google.com/~r/AbbyAndWinsBlog/~3/zpCg5OfnhcQ/</link>
		<comments>http://abbyandwin.net/blog/2009/06/08/apple-announces-their-new-toys-for-summer-2009/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 20:56:50 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[3g s]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[macbook pro]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=452</guid>
		<description><![CDATA[Today Apple announced new products: the iPhone 3G S and a 13&#8243; version of the Macbook Pro. First, the new iPhone 3G S. I&#8217;m not too excited about this one. Most of my excitement has been sucked dry by AT&#38;T&#8217;s lack of coverage area. It&#8217;s supposedly 2x faster, has video capture support, 32GB model, voice [...]]]></description>
			<content:encoded><![CDATA[<p>Today Apple announced new products: the iPhone 3G S and a 13&#8243; version of the Macbook Pro. First, the new iPhone 3G S. I&#8217;m not too excited about this one. Most of my excitement has been sucked dry by AT&amp;T&#8217;s lack of coverage area. It&#8217;s supposedly 2x faster, has video capture support, 32GB model, voice activated controls, and better battery life &#8211; it&#8217;s still doesn&#8217;t help get a better reception with AT&amp;T. My iPhone is a cell phone first before any other goodies that it can do and unfortunately, it doesn&#8217;t do a good job of being a cell phone. I just can&#8217;t wait until AT&amp;T&#8217;s exclusive deal is over and hope that a better and a more reasonable monthly cost provider gets the deal.</p>
<p>The second new hardware announced today is the 13&#8243; version of the Macbook Pro line. After reading the headline and initial stats, I was excited and glad I didn&#8217;t get a new laptop to replace my old MBP yet. This is basically the black Macbook with added power and ports. There are 2 models, one with 2.26GHz and 2GB ram and the 2.53GHz and 4GB ram. I almost decided on getting the 4GB ram model until I did a comparison between all the models. Now the prices have decreased but here&#8217;s where I get disappointed. Both 13&#8243; model have Firewire 800 support &#8211; great! But how many devices do I own or reasonably priced devices that support this connection? Nowhere did I see a listing for Firewire 400 support excep the 12&#8243; Macbook model. The video card is also shared memory, unless you go for the high end 15&#8243; model or the 17&#8243; model. Another missing port is the ExpressCard / 34 slot. This is only available on the 17&#8243; MBP model. Currently, I am using this slot for my Verizon V70 internet card. They did however, gain a SD card slot. Haha, I&#8217;d trade that slot in for any of the other missing ports I mentioned in a heartbeat any day!</p>
<p>I really do want a new laptop and a smaller one. I&#8217;d have to look at what I&#8217;ll be using it for and if the lacking hardware will be an issue. Either way, I&#8217;m looking into getting one in a few months.</p>
<img src="http://feeds.feedburner.com/~r/AbbyAndWinsBlog/~4/zpCg5OfnhcQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2009/06/08/apple-announces-their-new-toys-for-summer-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abbyandwin.net/blog/2009/06/08/apple-announces-their-new-toys-for-summer-2009/</feedburner:origLink></item>
		<item>
		<title>Thoughts on 2009 Acura TL</title>
		<link>http://feedproxy.google.com/~r/AbbyAndWinsBlog/~3/Ml4zE4q08Fk/</link>
		<comments>http://abbyandwin.net/blog/2009/05/27/thoughts-on-2009-acura-tl/#comments</comments>
		<pubDate>Wed, 27 May 2009 19:54:05 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[Anong Balita]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[acura]]></category>
		<category><![CDATA[tl]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=445</guid>
		<description><![CDATA[Another maintenance schedule for my 2004 TL. This time it&#8217;s the coolant replacement, front brakes and rotors and the usual oil change. As usual they set me up with a loaner for a day. This time they lent me a 2009 TL (base model &#8211; no navi, no SH-AWD). Like all versions of the 4th [...]]]></description>
			<content:encoded><![CDATA[<p>Another maintenance schedule for my 2004 TL. This time it&#8217;s the coolant replacement, front brakes and rotors and the usual oil change. As usual they set me up with a loaner for a day. This time they lent me a 2009 TL (base model &#8211; no navi, no SH-AWD). Like all versions of the 4th generation, it has the 3.5L V6 engine but only 280HP unlike the SH-AWD with 305HP.</p>
<p>My first impressions before getting this loaner weren&#8217;t good ones based on the exterior look. The interior didn&#8217;t really interest me much since I haven&#8217;t heard any big changes. The 3.5L engine is nice. Acceleration is great. It has paddle shifters like the Type-S model of 2008. Here&#8217;s a list of things I noticed. Some of the comments are comparisons to my 2004 TL.</p>
<ul>
<li>The headrest for the front seats are angled forward. I like this because you can recline your seats back and have your head relaxed without having it tilted too far back.</li>
<li>The leather on the seats seemed different. There are no small holes that make up the bottom piece of the seats. There are more seams to reduce &#8220;butt prints&#8221;.</li>
<li>The headrest on the back seats can fold down or up.</li>
<li>The cup holders at the back are still the middle hand rest but placed on top with a cover rather than the front part that extends from the inside.</li>
<li>There is now access from the rear seats to the trunk.</li>
<li>The gas tank and trunk release buttons are now placed on the door.</li>
<li>The side mirror defroster is now part of the stereo console and is with the rear window defroster. So if you press this button, both will be activated.</li>
<li>The door locks are a little confusing &#8211; at least for my co-workers.</li>
<li>After adding fuel to the car, the trip computer is smart enough to reset. I like this feature a lot and wished they had this with my model.</li>
<li>It still has the in-dash 6 disc CD changer. But now it has an Aux and USB connection. With the USB connection, you can connect an iPod and it will sync with the stereo interface. You can select from your playlists, artists and albums. I really wish they add genres too coz it&#8217;s a pain if you have a lot of artists or albums and have to browse through all of the to get to like &#8220;S&#8221;. The USB also charges the iPod while connected. I tried it with an iPod Photo and iPhone 3G. You can still access all of the iPhone&#8217;s apps while connected. The iPod area is the only thing synced with the car.</li>
<li>Below the stereo console is a cicle with 2 buttons on each side. This one of the main controls for selecting different options for the stereo. It reminds me a little of <a href="http://www.bmw.com/com/en/insights/technology/technology_guide/articles/idrive.html" target="_blank">BMW&#8217;s iDrive</a>. I found it easy to use. I&#8217;m not sure if the touch screen capability on the navi models still exists. The MDX and RDX loaners I&#8217;ve got as loaners no longer have the touch screen capability (if they even had it in the first place).</li>
<li>I see the handsfree button but couldn&#8217;t find the voice command button. Did they remove that on this model or on all the models?</li>
</ul>
<p>That&#8217;s pretty much all I noticed during the day I had the car. I&#8217;m not too impressed compared to my current TL. Even if they lent me the 2009 navi and SH-AWD model, I wouldn&#8217;t consider trading in my TL for a new one. I&#8217;m quite happy and content with what I have. Here&#8217;s a list of things that I wish it had.</p>
<ul>
<li>Different body style. I find the exterior design not at all appealing.</li>
<li>Heated seats are nice, but what about cooled seats too?</li>
<li>Keyless entry similar to Lexus IS and up series.</li>
<li>What happened to the voice command button?</li>
</ul>
<p>Here are some pics below. You can check out the whole album here <a href="http://www.flickr.com/photos/w1n78/sets/72157618789131165/" target="_blank">http://www.flickr.com/photos/w1n78/sets/72157618789131165/</a>.</p>
<p><a href="http://www.flickr.com/photos/w1n78/3570962828/" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3562/3570962828_d7aa678c60.jpg" alt="" width="500" height="333" /></a></p>
<p><a href="http://www.flickr.com/photos/w1n78/3570963702/" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3298/3570963702_52f96e901d.jpg" alt="" width="500" height="333" /></a></p>
<p>Here&#8217;s the video I uploaded on YouTube.<br />
<object width="500" height="405" data="http://www.youtube.com/v/pEY47oygVao&amp;hl=en&amp;fs=1&amp;rel=0&amp;border=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/pEY47oygVao&amp;hl=en&amp;fs=1&amp;rel=0&amp;border=1" /><param name="allowfullscreen" value="true" /></object></p>
<img src="http://feeds.feedburner.com/~r/AbbyAndWinsBlog/~4/Ml4zE4q08Fk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2009/05/27/thoughts-on-2009-acura-tl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abbyandwin.net/blog/2009/05/27/thoughts-on-2009-acura-tl/</feedburner:origLink></item>
		<item>
		<title>jQuery Form Variables</title>
		<link>http://feedproxy.google.com/~r/AbbyAndWinsBlog/~3/gcEqO2Unitg/</link>
		<comments>http://abbyandwin.net/blog/2009/05/06/jquery-form-variables/#comments</comments>
		<pubDate>Wed, 06 May 2009 22:51:14 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=424</guid>
		<description><![CDATA[I have been messing around with jQuery for a couple of days now and I think I&#8217;m getting the hang of it. Before using jQuery, I was using Mootools for processing forms to divs. It worked as intended but what I couldn&#8217;t do was create new javascript within the loaded pages. As interfaces get more [...]]]></description>
			<content:encoded><![CDATA[<p>I have been messing around with jQuery for a couple of days now and I think I&#8217;m getting the hang of it. Before using jQuery, I was using Mootools for processing forms to divs. It worked as intended but what I couldn&#8217;t do was create new javascript within the loaded pages. As interfaces get more complicated, the code started to grow and was getting more difficult to follow. On top of that, I wanted to do more with Mootools than just load pages in divs. I tried to read documents and articles from their website but was hard to follow. I bought a book but to me it was still a bit confusing. I even posted a couple on the forums but didn&#8217;t get much help. So I started to look for another framework and found jQuery.</p>
<p>jQuery has many examples and demos on their website and has a large community of developers creating plugins. One of the things I needed to figure out was how to pass form variables using jQuery. I found a sample code on their website but I just couldn&#8217;t get it to work &#8211; <a href="http://docs.jquery.com/Ajax/jQuery.post" target="_blank">http://docs.jquery.com/Ajax/jQuery.post</a>. I couldn&#8217;t pass the form variable over. Their sample code was</p>
<p>$.post(&#8221;page.php&#8221;, {var1: &#8220;var1&#8243;, var2: &#8220;var2&#8243;}, function(data) { alert(data);});</p>
<p>So I started to play around with it more and was able to get it to work. Here&#8217;s the new code now based on the example.</p>
<p>$.post(&#8221;page.php&#8221;, {&#8217;var1&#8242;: $(&#8217;#var1&#8242;).val(), &#8216;var2&#8242;: $(&#8217;#var2&#8242;).val()},function(data){alert(data);});</p>
<p>After reading a few comments about this function, a couple suggested to use serialize() but I have yet to figure that out. At least my variables are passing as they should. The same syntax for the variables can be applied to $.get.</p>
<p>If you are going to copy to code above, make sure you are using apostrophes. For some reason, it&#8217;s displaying the &#8220;tick&#8221; symbol which is the one sharing the key with the tilde ~ on your keyboard. It looks like an apostrophe but more slanted. So be aware of that.</p>
<img src="http://feeds.feedburner.com/~r/AbbyAndWinsBlog/~4/gcEqO2Unitg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2009/05/06/jquery-form-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abbyandwin.net/blog/2009/05/06/jquery-form-variables/</feedburner:origLink></item>
		<item>
		<title>New theme finally</title>
		<link>http://feedproxy.google.com/~r/AbbyAndWinsBlog/~3/eaqY02xLBuU/</link>
		<comments>http://abbyandwin.net/blog/2009/04/29/new-theme-finally/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 00:11:34 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[Anong Balita]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=422</guid>
		<description><![CDATA[I&#8217;ve been trying to change the theme for a while but can&#8217;t seem to find one I like. This one seems to be a good one. Maybe one day I&#8217;ll spend time and make one from scratch. I really like having personal photos randomly display on top of the page. It puts more of a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to change the theme for a while but can&#8217;t seem to find one I like. This one seems to be a good one. Maybe one day I&#8217;ll spend time and make one from scratch. I really like having personal photos randomly display on top of the page. It puts more of a personal touch. Anyway, hope you like it.</p>
<img src="http://feeds.feedburner.com/~r/AbbyAndWinsBlog/~4/eaqY02xLBuU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2009/04/29/new-theme-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abbyandwin.net/blog/2009/04/29/new-theme-finally/</feedburner:origLink></item>
		<item>
		<title>Hare Jordan I</title>
		<link>http://feedproxy.google.com/~r/AbbyAndWinsBlog/~3/iwHqgbNdDUQ/</link>
		<comments>http://abbyandwin.net/blog/2009/04/19/hare-jordan-i/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 15:24:34 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[Sole Collector]]></category>
		<category><![CDATA[hare]]></category>
		<category><![CDATA[jordan]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=420</guid>
		<description><![CDATA[My pair finally came in the mail. I&#8217;m glad I didn&#8217;t sleep on these. I&#8217;ve slowed down tremendously from collecting shoes and I was so close to pass up on these pairs. I even bought Abby a pair. I wish they made them for infants so Aedyn would&#8217;ve gotten a pair. It would&#8217;ve been our [...]]]></description>
			<content:encoded><![CDATA[<p>My pair finally came in the mail. I&#8217;m glad I didn&#8217;t sleep on these. I&#8217;ve slowed down tremendously from collecting shoes and I was so close to pass up on these pairs. I even bought Abby a pair. I wish they made them for infants so Aedyn would&#8217;ve gotten a pair. It would&#8217;ve been our first family pair Jordans.</p>
<p><a href="http://www.flickr.com/photos/w1n78/3455263025/" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3331/3455263025_2b788e8e91.jpg" alt="" width="500" height="333" /></a></p>
<p><a href="http://www.flickr.com/photos/w1n78/3455276433/" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3408/3455276433_f5f5402c71.jpg" alt="" width="500" height="333" /></a></p>
<img src="http://feeds.feedburner.com/~r/AbbyAndWinsBlog/~4/iwHqgbNdDUQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2009/04/19/hare-jordan-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abbyandwin.net/blog/2009/04/19/hare-jordan-i/</feedburner:origLink></item>
		<item>
		<title>Look what I found at Sheikh’s</title>
		<link>http://feedproxy.google.com/~r/AbbyAndWinsBlog/~3/RClk_64_pg8/</link>
		<comments>http://abbyandwin.net/blog/2009/04/13/look-what-i-found-at-sheikhs/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 06:19:11 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[Anong Balita]]></category>
		<category><![CDATA[Sole Collector]]></category>
		<category><![CDATA[flag]]></category>
		<category><![CDATA[hare jordan]]></category>
		<category><![CDATA[nike]]></category>
		<category><![CDATA[pac man]]></category>
		<category><![CDATA[pacquio]]></category>
		<category><![CDATA[shirt]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=418</guid>
		<description><![CDATA[We were at a local mall earlier to check out the photos we took at Sears yesterday. Even though I already ordered my pair of Hare Jordan I last Saturday from Niketown.com, I wanted to see if some of the stores still had some sizes and I wanted to see them in person before I [...]]]></description>
			<content:encoded><![CDATA[<p>We were at a local mall earlier to check out the photos we took at Sears yesterday. Even though I already ordered my pair of Hare Jordan I last Saturday from Niketown.com, I wanted to see if some of the stores still had some sizes and I wanted to see them in person before I got mine. As expected everyone is sold out. We went inside Sheikh just to see if they got some &#8220;goodies&#8221; because sometimes they have some pairs that are exclusive to their store. They did however have a pair of the kids left and I showed them to Abby. I&#8217;m glad I didn&#8217;t sleep on the pair. I was planning to, but when I noticed <a href="http://eastbay.com" target="_blank">Eastbay</a> was almost sold out (only 7-8, 11+ left), I pulled the trigger and bought mine from Nike&#8217;s website. We saw the girl&#8217;s version and she liked them. We ended up getting them.</p>
<p><a href="http://www.flickr.com/photos/w1n78/3440953160" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3323/3440953160_9ac4e39a86_m.jpg" alt="" width="240" height="160" /></a></p>
<p>While paying for these, we noticed 2 shirts that surprised us that they were selling.</p>
<p><a href="http://www.flickr.com/photos/w1n78/3440951022/" target="_blank"><img class="alignnone" src="http://farm4.static.flickr.com/3322/3440951022_0178849d3d_m.jpg" alt="" width="240" height="160" /></a></p>
<p>The Pacquio shirt is by Nike and we assumed it might be for his next fight in May. They had red, yellow and blue. I picked out the red coz I thought it looked the best out of the 3. At first I thought the flag shirt was <a href="http://francismclothing.multiply.com/" target="_blank">3 Stars and a Sun</a>, but it isn&#8217;t. Just a generic screen printed shirt. I bought it anyway since I can&#8217;t get Francis M&#8217;s shirts for now. We&#8217;ve been trying to order from them for weeks now and they haven&#8217;t replied to our email. Guess they&#8217;re busy from what happened last month.</p>
<p>Anyways, I just wanted to share what we got today.</p>
<img src="http://feeds.feedburner.com/~r/AbbyAndWinsBlog/~4/RClk_64_pg8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2009/04/13/look-what-i-found-at-sheikhs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://abbyandwin.net/blog/2009/04/13/look-what-i-found-at-sheikhs/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.678 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-07-06 11:53:40 -->
