<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Abby and Win's Blog</title>
	<atom:link href="http://abbyandwin.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://abbyandwin.net/blog</link>
	<description>Our Blog 2 Share 4 All</description>
	<lastBuildDate>Fri, 03 Sep 2010 21:30:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Still looking for fast web development techniques</title>
		<link>http://abbyandwin.net/blog/2010/09/03/still-looking-for-fast-web-development-techniques/</link>
		<comments>http://abbyandwin.net/blog/2010/09/03/still-looking-for-fast-web-development-techniques/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 21:30:31 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=574</guid>
		<description><![CDATA[I&#8217;ve been developing web sites for almost 10 years now. I&#8217;m still in search of a way to develop faster. I find myself doing things over and over again. I use PHP as the programming language to develop the web apps with MySQL database. I started to look for different frameworks &#8211; but most use [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been developing web sites for almost 10 years now. I&#8217;m still in search of a way to develop faster. I find myself doing things over and over again.</p>
<p>I use <a href="http://php.net" target="_blank" onclick="pageTracker._trackPageview('/outgoing/php.net?referer=');">PHP</a> as the programming language to develop the web apps with MySQL database. I started to look for different frameworks &#8211; but most use MVC and I don&#8217;t have time to learn it.</p>
<p>Some have suggested to do validation using <a href="http://mysql.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/mysql.com?referer=');">MySQL</a>. This helps a bit so I don&#8217;t have to write more PHP code to validate whether or not the record exists, foreign key constraints, etc. Plus it really is good practice to have these in place in the database layer.</p>
<p>Next I looked in to template engines to help with the layout of the site. It does help quite a bit but I&#8217;m still left with a lot of PHP code. I use <a href="http://www.adobe.com/products/dreamweaver/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.adobe.com/products/dreamweaver/?referer=');">Dreamweaver</a> to write code and I used to use its automated code writing but I found it too messy and inefficient. Now I only use it because the FTP client is built in, has a file checkout system and in CS5 it can read included files so I have easy access to them. The error check is nice too. It catches many syntax errors right away. It can read used variables and be a part of the autocomplete feature.</p>
<p>I tried using existing systems like CMS or blogs (<a href="http://joomla.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/joomla.org?referer=');">Joomla</a> and <a href="http://wordpress.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/wordpress.org?referer=');">WordPress</a>). I figured I can create add-ons on top of an existing system. Joomla uses the MVC framework. WordPress on the other hand is easier to figure out how to build on top of it. Plus their documentation is really easy to follow. One of the limitations I found is the lack of access levels. Another is the pre-existing environment may not fit with a project since it&#8217;s so customized &#8211; better to be built from the ground up.</p>
<p>I&#8217;ve been peeking into the .NET framework off and on. I don&#8217;t primarily use Windows at all. I&#8217;m mostly on a Mac or using some sort of Linux flavor. I do have Windows7 running virtually on my MBP and iMac so I can play with it. I have played with Visual Studio and it felt easy to use plus it seemed to make developing quick. The drawbacks I&#8217;ve found are Windows hosting is more expensive than Linux hosting, IDEs are expensive and run mostly on Windows OS, and I don&#8217;t like creating online applications that can potentially only work with Internet Explorer (does not support web standards and only available on Windows OS).</p>
<p><a href="http://rubyonrails.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/rubyonrails.org?referer=');">Rails</a> looks promising with the DRY (don&#8217;t repeat yourself) approach. I&#8217;ve tried to look into it and even bought some books and watched some screencasts. It&#8217;s a great language but I can&#8217;t seem to understand how to authenticate/authorize different users. They have many different plugins that I can use but each one uses their own way of doing it.</p>
<p>I guess I&#8217;ll keep looking. Either I&#8217;ll find time to learn MVC framework, get better at Rails, or someone will develop a new platform to speed up web development.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save?referer=');"><img src="http://abbyandwin.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2010/09/03/still-looking-for-fast-web-development-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect to MSSQL 2005 using PHP</title>
		<link>http://abbyandwin.net/blog/2010/06/29/connect-to-mssql-2005-using-php/</link>
		<comments>http://abbyandwin.net/blog/2010/06/29/connect-to-mssql-2005-using-php/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 01:46:00 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[2005]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[mssql_connect]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=571</guid>
		<description><![CDATA[Here&#8217;s a couple of quick tips to connecting to a MSSQL 2005 server using PHP on a Windows webserver. You will need to enable the php_mssql.dll in your php.ini file. Here&#8217;s the code to connect to the server. &#60;?php $conn = mssql_connect(&#8216;my_server&#8217;, &#8216;db_username&#8217;, &#8216;db_password&#8217;); if (!$conn) { die(&#8216;ERROR: Unable to connect to the database.&#8217;); } [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a couple of quick tips to connecting to a MSSQL 2005 server using PHP on a Windows webserver. You will need to enable the php_mssql.dll in your php.ini file.</p>
<p>Here&#8217;s the code to connect to the server.</p>
<blockquote><p>&lt;?php</p>
<p>$conn = mssql_connect(&#8216;my_server&#8217;, &#8216;db_username&#8217;, &#8216;db_password&#8217;);<br />
if (!$conn) { die(&#8216;ERROR: Unable to connect to the database.&#8217;); }<br />
mssql_select_db(&#8216;database_name&#8217;);</p>
<p>?&gt;</p></blockquote>
<p>Here is a helpful function I found that will help escape strings. I found this at <a href="http://stackoverflow.com/questions/574805/how-to-escape-strings-in-mssql-using-php" target="_blank" onclick="pageTracker._trackPageview('/outgoing/stackoverflow.com/questions/574805/how-to-escape-strings-in-mssql-using-php?referer=');">http://stackoverflow.com/questions/574805/how-to-escape-strings-in-mssql-using-php</a>.</p>
<blockquote><p>&lt;?php</p>
<p>function ms_escape_string($data) {<br />
//if ( !isset($data) or empty($data) ) return &#8221;;<br />
if ( !isset($data) or empty($data) ) return &#8220;&#8221;&#8221;;         // modified to handle empty $data<br />
if ( is_numeric($data) ) return $data;</p>
<p>$non_displayables = array(<br />
&#8216;/%0[0-8bcef]/&#8217;,            // url encoded 00-08, 11, 12, 14, 15<br />
&#8216;/%1[0-9a-f]/&#8217;,             // url encoded 16-31<br />
&#8216;/[\x00-\x08]/&#8217;,            // 00-08<br />
&#8216;/\x0b/&#8217;,                   // 11<br />
&#8216;/\x0c/&#8217;,                   // 12<br />
&#8216;/[\x0e-\x1f]/&#8217;             // 14-31<br />
);<br />
foreach ( $non_displayables as $regex )<br />
$data = preg_replace( $regex, &#8221;, $data );<br />
$data = str_replace(&#8220;&#8216;&#8221;, &#8220;&#8221;&#8221;, $data );<br />
//return $data;<br />
return &#8220;&#8216;&#8221;.$data.&#8221;&#8216;&#8221;;        // modified to handle empty $data<br />
}</p>
<p>?&gt;</p></blockquote>
<p>Here is a sample query to the database.</p>
<blockquote><p>&lt;?php</p>
<p>$id = ms_escape_string($_GET['id']);    // escape variable<br />
$sql = &#8216;SELECT id FROM table_name WHERE id=&#8217;.$id.&#8221;;<br />
$rs = mssql_query($sql);</p>
<p>if (!$rs)<br />
{<br />
echo &#8216;ERROR: Unable to get records. &#8216;.mssql_get_last_message();    // equivalent to mysql_error()<br />
}else{<br />
while ($row = mssql_fetch_assoc($rs))<br />
{<br />
echo &#8216;The id = &#8216;.$row['id'].&#8217;&lt;br /&gt;&#8217;;<br />
}<br />
}</p>
<p>?&gt;</p></blockquote>
<p>Another thing I learned from the article is the equivalent of &#8220;mysql_insert_id()&#8221;. It is &#8220;SELECT @@IDENTITY&#8221;. To handle dates and make them friendly to PHP use CONVERT(VARCHAR, [date], 20). This will display it as if you are using date(&#8216;Y-m-d H:i:s) &#8211; 24 hour format. So an example would be&#8230;</p>
<blockquote><p>SELECT CONVERT(VARCHAR, getdate(), 20) AS now</p></blockquote>
<p>I tried to use PDO but was having a hard time getting it to work. I kept getting errors that had something to do with functions. I searched for solutions and tried them but none worked for me. Also, the rowCount() will always return less than or equal to 0.</p>
<p>I had trouble on both sides PHP and Microsoft. This seems to be the best solution that works for me. Hope it helps others.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save?referer=');"><img src="http://abbyandwin.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2010/06/29/connect-to-mssql-2005-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010 NBA Finals Bet Video</title>
		<link>http://abbyandwin.net/blog/2010/06/23/2010-nba-finals-bet-video/</link>
		<comments>http://abbyandwin.net/blog/2010/06/23/2010-nba-finals-bet-video/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 02:18:14 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[Anong Balita]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[bet]]></category>
		<category><![CDATA[finals]]></category>
		<category><![CDATA[nba]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=566</guid>
		<description><![CDATA[My cousin Ronald and I had a bet on the 2010 NBA Finals. The loser buys the winner a swingman jersey, wear it while making a video and read off a speech prepared by the winner. I lost but he didn&#8217;t want to write a speech is I had to make up what I had [...]]]></description>
			<content:encoded><![CDATA[<p>My cousin Ronald and I had a bet on the 2010 NBA Finals. The loser buys the winner a swingman jersey, wear it while making a video and read off a speech prepared by the winner. I lost but he didn&#8217;t want to write a speech is I had to make up what I had to say.</p>
<p>Enjoy the video. I know a lot of old friends who are Laker fans will.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/OKFdDIRIwRA&amp;hl=en_US&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/OKFdDIRIwRA&amp;hl=en_US&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save?referer=');"><img src="http://abbyandwin.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2010/06/23/2010-nba-finals-bet-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Form validation that contains arrays from checkboxes and radio buttons with jQuery</title>
		<link>http://abbyandwin.net/blog/2010/06/23/form-validation-that-contains-arrays-from-checkboxes-and-radio-buttons-with-jquery/</link>
		<comments>http://abbyandwin.net/blog/2010/06/23/form-validation-that-contains-arrays-from-checkboxes-and-radio-buttons-with-jquery/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 00:37:35 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=563</guid>
		<description><![CDATA[I&#8217;m using the jQuery plugin from http://bassistance.de/jquery-plugins/jquery-plugin-validation. The plugin is greate. I did run into a problem with arrays. Say your form has a group of checkboxes or radio buttons and their names are checkbox or radio. To have them be in the same group, their names have to be the same and to process [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using the jQuery plugin from <a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation" target="_blank" onclick="pageTracker._trackPageview('/outgoing/bassistance.de/jquery-plugins/jquery-plugin-validation?referer=');">http://bassistance.de/jquery-plugins/jquery-plugin-validation</a>. The plugin is greate. I did run into a problem with arrays. Say your form has a group of checkboxes or radio buttons and their names are checkbox or radio. To have them be in the same group, their names have to be the same and to process it using PHP as post variables you have to throw them in arrays. So in the form their names will be checkbox[] or radio[].</p>
<p>In your validation you probably have something like</p>
<blockquote><p>rules: {<br />
checkbox: { required: true },<br />
radio: { required: true }<br />
}</p></blockquote>
<p>The element name no longer matches because in your form they are checkbox[] and radio[] while in your javascript they are checkbox and radio. To solve this, use quotes and add the []. So here&#8217;s a quick example.</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
$(document).ready(function()<br />
{<br />
$(&#8216;#form1&#8242;).validate({<br />
rules: {<br />
&#8220;checkbox[]&#8220;: { required: true },<br />
&#8220;radio[]: { required: true }<br />
}<br />
});<br />
});<br />
&lt;/script&gt;</p>
<p>&lt;form id=&#8221;form1&#8243;&gt;<br />
&lt;input name=&#8221;checkbox[]&#8221; type=&#8221;checkbox&#8221; value=&#8221;checkbox1&#8243; /&gt; checkbox 1<br />
&lt;input name=&#8221;checkbox[]&#8221; type=&#8221;checkbox&#8221; value=&#8221;checkbox2&#8243; /&gt;  checkbox 2</p>
<p>&lt;input name=&#8221;radio[]&#8221; type=&#8221;radio&#8221; value=&#8221;radio1&#8243; checked=&#8221;checked&#8221; /&gt;radio  1<br />
&lt;input name=&#8221;radio[]&#8221; type=&#8221;radio&#8221; value=&#8221;radio2&#8243;  /&gt;radio  2<br />
&lt;/form&gt;</p></blockquote>
<p>The radio button is an overkill since you normally have 1 checked by default unless you forget. The plugin is great so if you haven&#8217;t checked it out, I highly recommend it.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save?referer=');"><img src="http://abbyandwin.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2010/06/23/form-validation-that-contains-arrays-from-checkboxes-and-radio-buttons-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artisteer 2 and Dreamweaver CS5</title>
		<link>http://abbyandwin.net/blog/2010/06/05/artisteer-2-and-dreamweaver-cs5/</link>
		<comments>http://abbyandwin.net/blog/2010/06/05/artisteer-2-and-dreamweaver-cs5/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 23:45:21 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[artisteer]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[cs5]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=560</guid>
		<description><![CDATA[I&#8217;ve been trying out the demo for Artisteer 2 and it&#8217;s great. Creating templates for popular CMS softwares such as WordPress, Joomla, and Drupal have never been easier. I&#8217;ve done some playing around with manually creating a WordPress template and it&#8217;s not too bad. The WordPress documentation is fairly easy to follow. But doing it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying out the demo for <a href="http://artisteer.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/artisteer.com?referer=');">Artisteer</a> 2 and it&#8217;s great. Creating templates for popular CMS softwares such as <a href="http://wordpress.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/wordpress.org?referer=');">WordPress</a>, <a href="http://joomla.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/joomla.org?referer=');">Joomla</a>, and <a href="http://drupal.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/drupal.org?referer=');">Drupal</a> have never been easier. I&#8217;ve done some playing around with manually creating a WordPress template and it&#8217;s not too bad. The WordPress documentation is fairly easy to follow. But doing it in Artisteer is a lot quicker. There&#8217;s 2 versions of the software, a home/academic edition that will create WordPress templates for $50 and a standard edition that will allow you to create templates for the other CMS (Joomla, Drupal, etc) for $130. So far I only need the home edition since I use WordPress but at work we also use Joomla. I don&#8217;t normally create the layouts at work so I&#8217;m hesitating to buy the home edition. I have sent them an email to see if there&#8217;s an upgrade path from home to standard and the cost. My work will not pay for the software and if they do, it will take such a long time to get since they only purchase things through purchase orders (sigh).</p>
<p>Now I&#8217;ve been curious about <a href="http://www.adobe.com/products/dreamweaver/whatsnew/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.adobe.com/products/dreamweaver/whatsnew/?referer=');">Dreamweaver</a> CS5. I&#8217;m currently using CS3 with Espresso. I rarely use Dreamweaver&#8217;s auto coding &#8211; it&#8217;s too bulky. I like coding by hand. Espresso is great for that and it&#8217;s lightweight and fast. It just doesn&#8217;t have the design view tab like Dreamweaver does. Adobe also has a student/teacher version of the software for only $150. I&#8217;m downloading a trial version now and will check it out. I&#8217;m curious about the CMS code &#8220;sniffer&#8221; that they have.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save?referer=');"><img src="http://abbyandwin.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2010/06/05/artisteer-2-and-dreamweaver-cs5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting ._ files in Windows</title>
		<link>http://abbyandwin.net/blog/2010/06/04/deleting-_-files-in-windows/</link>
		<comments>http://abbyandwin.net/blog/2010/06/04/deleting-_-files-in-windows/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 00:40:05 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[.mac]]></category>
		<category><![CDATA[._ files]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=558</guid>
		<description><![CDATA[At work we use iMacs for workstations but Windows for servers. There are some nuisance when sending files from OS X to Windows. Filename lengths, network connections, hidden files &#8211; just to name a few. In OS X, there are hidden files that start with ._ which become visible when viewed in Windows. It&#8217;s usually [...]]]></description>
			<content:encoded><![CDATA[<p>At work we use iMacs for workstations but Windows for servers. There are some nuisance when sending files from OS X to Windows. Filename lengths, network connections, hidden files &#8211; just to name a few.</p>
<p>In OS X, there are hidden files that start with ._ which become visible when viewed in Windows. It&#8217;s usually not a problem. It becomes a problem when you are working with <a href="http://joomla.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/joomla.org?referer=');">Joomla</a>. If you download and unzip Joomla, then transfer the files to a Windows machine, you will get a ._ for each file and folder. This bad because in the Joomla system, there is an XML file for each components, modules, plugins, themes, etc that describes it. There is also a list of files in that XML file. You will probably get errors in the Joomla admin interface because of those ._ files.</p>
<p>Here&#8217;s the command to get rid of them in Windows. Open up your command prompt and enter the following command&#8230;</p>
<blockquote><p>del /A:H /S /Q [location] ._*</p></blockquote>
<p>The del command means delete. The A switch selects files based on an attribute. The H means hidden attribute. The S switch is used to search subdirectories within the [location]. The Q switch is quite mode and is optional. [location] is obvious so replace this with the path of where you want to do the deleting. Finally, the ._* means files that start with ._ and the * is a wildcard.</p>
<p>Make sure you check to make sure there are no files that begin with ._ that you need.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save?referer=');"><img src="http://abbyandwin.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2010/06/04/deleting-_-files-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LOUIS VUITTON MULTICOLORE PASTILLES CHAIN KEY RING</title>
		<link>http://abbyandwin.net/blog/2010/05/25/louis-vuitton-multicolore-pastilles-chain-key-ring/</link>
		<comments>http://abbyandwin.net/blog/2010/05/25/louis-vuitton-multicolore-pastilles-chain-key-ring/#comments</comments>
		<pubDate>Tue, 25 May 2010 07:46:05 +0000</pubDate>
		<dc:creator>abby</dc:creator>
				<category><![CDATA[MY LOUIS VUITTON COLLECTION]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=544</guid>
		<description><![CDATA[The Pastilles collection is hung with pretty pastel-coloured enamel charms. This key chain and bag charm also features an LV padlock and heart. - Enamel and zamack - Enamel charms with the LV logo and Monogram flower motifs - Ring and snap hook engraved with the Louis Vuitton signature - Part of the Pastilles collection [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img class="aligncenter" src="http://i611.photobucket.com/albums/tt200/usagoodies/My%20Collection/2010-05-031437032.gif" alt="" width="445" height="595" /></p>
<p style="text-align: center"><img class="alignnone" src="http://i611.photobucket.com/albums/tt200/usagoodies/My%20Collection/2010-05-041059552.gif" alt="" width="479" height="638" /></p>
<p style="text-align: center"><a href="http://abbyandwin.net/blog/wp-content/uploads/2010/05/2010-05-04-10.54.54.jpg"><img class="alignnone" src="http://i611.photobucket.com/albums/tt200/usagoodies/My%20Collection/2010-05-04105454.gif" alt="" width="552" height="414" /></a></p>
<p style="text-align: center"><img class="alignnone" src="http://i611.photobucket.com/albums/tt200/usagoodies/My%20Collection/2010-05-041523242.gif" alt="" width="473" height="640" /></p>
<p style="text-align: center">
<p style="text-align: center">
<p style="text-align: center">
<p style="text-align: center"><img class="alignnone" src="http://i611.photobucket.com/albums/tt200/usagoodies/My%20Collection/2010-05-031444282.gif" alt="" width="539" height="305" /></p>
<p style="text-align: center">
<p style="text-align: center"><strong>The Pastilles collection is hung with pretty pastel-coloured enamel charms. This key chain and bag charm also features an LV padlock and heart.</strong></p>
<p style="text-align: center"><strong>- Enamel and zamack<br />
- Enamel charms with the LV logo and Monogram flower motifs<br />
- Ring and snap hook engraved with the Louis Vuitton signature<br />
- Part of the Pastilles collection</strong></p>
<p style="text-align: center"><strong>MSRP $475</strong></p>
<p style="text-align: center">
<p>*COPIED DESCRIPTION FROM LOUIS VUITTON WEBSITE</p>
<p style="text-align: center">
<p style="text-align: center">
<p style="text-align: center"><em>I love the colors and how it adds life to most of Louis Vuitton Purse, of course it is not nice to put it in a MC line since it will be over doing it IMO.</em></p>
<p style="text-align: center"><em>This was available until early 2009 if I am not mistaken. It also came in a different color such as azur and rose which are pretty too. So if you are buying it in second reseller just make sure that the design is intricate, detailed and made of high quality material. Both ends should have engraving &#8220;Louis Vuitton and Made in Italy&#8221;.  I have seen replica that has both encription but look carefully as the authentic one were engraved small. I think it was made that way to distinguish it and make it hard and expensive to be replicated. Well for that amount you will see the detail and craftsmanship of what you paid for. <img src='http://abbyandwin.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<p style="text-align: center"><em><a class="aligncenter" title="Multicolore Pastille replica" href="http://www.luxury7star.com/goods.php?id=2567" onclick="pageTracker._trackPageview('/outgoing/www.luxury7star.com/goods.php?id=2567&amp;referer=');"><br />
</a></em></p>
<p style="text-align: center">
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save?referer=');"><img src="http://abbyandwin.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2010/05/25/louis-vuitton-multicolore-pastilles-chain-key-ring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a wrapper page within WordPress 2.9</title>
		<link>http://abbyandwin.net/blog/2010/05/24/creating-a-wrapper-page-within-wordpress-2-9/</link>
		<comments>http://abbyandwin.net/blog/2010/05/24/creating-a-wrapper-page-within-wordpress-2-9/#comments</comments>
		<pubDate>Tue, 25 May 2010 00:52:31 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=534</guid>
		<description><![CDATA[I&#8217;ve been searching for a way to create a wrapper page within WordPress without having to install a plugin. I browsed the WordPress files and found wp-blog-header.php in the root install directory. It&#8217;s really simple. &#60;?php require_once(&#8216;wp-blog-header.php&#8217;); get_header(); // this is the content layout based on the current theme you are using get_sidebar(); get_footer(); ?&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been searching for a way to create a wrapper page within WordPress without having to install a plugin. I browsed the WordPress files and found wp-blog-header.php in the root install directory. It&#8217;s really simple.</p>
<div>
<blockquote><p>&lt;?php<br />
require_once(&#8216;wp-blog-header.php&#8217;);<br />
get_header();</p>
<p>// this is the content layout based on the current theme you are using</p>
<p>get_sidebar();<br />
get_footer();</p>
<p>?&gt;</p></blockquote>
</div>
<p>I&#8217;m not sure when this was implemented. All of the articles I found online mentions plugins that had to be installed or creating a new page within the WordPress admin GUI then include a file, etc. I just need to create a custom PHP file that will display the header, sidebar, and footer.</p>
<p>Depending on the theme you are using will determine additional code between each section (header, sidebar, footer). So check out the page.php or index.php of the theme you are using to see how it is structured.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save?referer=');"><img src="http://abbyandwin.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2010/05/24/creating-a-wrapper-page-within-wordpress-2-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LOUIS VUITTON OLYMPE STRATUS PM Ruway Collection of 2007</title>
		<link>http://abbyandwin.net/blog/2010/05/24/louis-vuitton-olympe-stratus-pm-ruway-collection-of-2007/</link>
		<comments>http://abbyandwin.net/blog/2010/05/24/louis-vuitton-olympe-stratus-pm-ruway-collection-of-2007/#comments</comments>
		<pubDate>Mon, 24 May 2010 07:20:05 +0000</pubDate>
		<dc:creator>abby</dc:creator>
				<category><![CDATA[MY LOUIS VUITTON COLLECTION]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=528</guid>
		<description><![CDATA[This gorgeous bag features a smooth, smoky and slouchy finish which looks like clouds hovering over Mount Olympus hence the name. It&#8217;s constructed from supple, buffed lambskin in a smoking beige color, perfect for summer. Lambskin ruffle trim at the top of the bag with very stylish polygonal resin attachments. Engraved Louis Vuitton nameplate on [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://i611.photobucket.com/albums/tt200/usagoodies/comin%20in%20july/IMG_5153.jpg" title="Louis Vuitton Olympe Stratus" class="alignnone" width="480" height="640" /><br />
<img alt="" src="http://i611.photobucket.com/albums/tt200/usagoodies/comin%20in%20july/IMG_5154-1.gif" title="i love the soft material and the gorgeous stitching" class="alignnone" width="479" height="640" /><br />
<img alt="" src="http://i611.photobucket.com/albums/tt200/usagoodies/comin%20in%20july/IMG_5157.jpg" title="zipper pull" class="alignnone" width="640" height="480" /><br />
<img alt="" src="http://i611.photobucket.com/albums/tt200/usagoodies/comin%20in%20july/IMG_5155-1.jpg" title="LV engraved in polygonal resin" class="alignnone" width="640" height="480" /><br />
<img alt="" src="http://i611.photobucket.com/albums/tt200/usagoodies/comin%20in%20july/IMG_5160-1.jpg" title="date code" class="alignnone" width="640" height="480" /></p>
<p>This gorgeous bag features a smooth, smoky and slouchy finish which looks like clouds hovering over Mount Olympus hence the name.  It&#8217;s constructed from supple, buffed lambskin in a smoking beige color, perfect for summer.  Lambskin ruffle trim at the top of the bag with very stylish polygonal resin attachments.  Engraved Louis Vuitton nameplate on the front corner of the bag.  Snap closure.  Interior zip pocket.  Very soft and luxurious suede-like lining.  Dual handles are quilted and braided lambskin, very plump and comfortable to wear.  It features tonal monogram LV embroidery throughout the bag which is very subtle unlike the regular monogram bags.  Dimensions: 14&#8243; L x 11&#8243; H x 5&#8243; D.  Handles 24.5&#8243;L.  $2700</p>
<p>This is one of my favorite purses so I am starting out with this one. Many of those who collects purses would want to know a little something or an insight of a fellow bag-aholic so I decided to create this blog. </p>
<p>Pros: very unique not that many knock-offs, soft material, comfortable on the shoulder, you&#8217;ll get lots of compliments <img src='http://abbyandwin.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cons: as with some of LV purses it is high maintenance it gets color transfer so you have to be careful with it, the shoulder strap sometimes drop when your carrying it</p>
<p>This one is a keeper some of my purses I sell when I don&#8217;t get to use them for quite a while but this one I wanted to keep since it is unique and exquisitely made. </p>
<p>I took a picture of what needs to be seen to guarantee authenticity if you are buying your stuff from a reseller since this is not available in LV anymore. </p>
<p>Share me your thoughts about this purse or any of your LV collection.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save?referer=');"><img src="http://abbyandwin.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2010/05/24/louis-vuitton-olympe-stratus-pm-ruway-collection-of-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard upgrade surprise</title>
		<link>http://abbyandwin.net/blog/2010/04/20/snow-leopard-upgrade-surprise/</link>
		<comments>http://abbyandwin.net/blog/2010/04/20/snow-leopard-upgrade-surprise/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 00:51:48 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[iMac]]></category>
		<category><![CDATA[incompatible]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=524</guid>
		<description><![CDATA[My work recently ordered our Snow Leopard DVD so we can upgrade our iMacs. I did my usual Time Machine backup and upgraded. I didn&#8217;t worry much about compatibility since my personal 13&#8243; MBP has been running SL for a few months now and it had the same apps installed &#8211; no problems at all. [...]]]></description>
			<content:encoded><![CDATA[<p>My work recently ordered our Snow Leopard DVD so we can upgrade our iMacs. I did my usual Time Machine backup and upgraded. I didn&#8217;t worry much about compatibility since my personal 13&#8243; MBP has been running SL for a few months now and it had the same apps installed &#8211; no problems at all.</p>
<p>After I upgrade my work&#8217;s iMac, there were problems. I kept getting errors from my Symantec antivirus (I had to install it, work policy even though it isn&#8217;t necessary). I reinstalled it and it warned me to install Rosetta. I thought that would be the &#8220;aha&#8221; so I installed it. It looks like it fixed that problem, but now my Adobe CS3 apps crashes when I launch them. I Googled and it turns out there is an existing compatibility issue with CS3 and SL. It&#8217;s weird though since my MBP runs CS3 without a problem.</p>
<p>So now I got another external firewire hard drive. What I&#8217;m going to do is restore a backup that I made in Time Machine before upgrade onto an external hard drive. This way I can make sure that&#8217;s a clean copy before formatting and restoring it onto my iMac&#8217;s hard drive. This is why I love using Macs. When running into problems, I have several options to restore without losing data &#8211; as long as you back up data.</p>
<p>Once this is complete and I&#8217;m satisfied with the restored data, I will restore the backup onto the iMac. Then I&#8217;ll format the external drive and install a clean copy of SL and migrate my Leopard over to see if it&#8217;s SL or just my iMac configurations.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save?referer=');"><img src="http://abbyandwin.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abbyandwin.net/blog/2010/04/20/snow-leopard-upgrade-surprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
