<?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>action online&#187; Web</title>
	<atom:link href="http://www.actiononline.biz/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.actiononline.biz</link>
	<description>Technology &#038; Business blog of YDS Web Solution</description>
	<lastBuildDate>Fri, 03 Jun 2011 11:35:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>A fix for 2nd Level Sons of Suckerfish dropdowns in IE 7 Compatibility Problem</title>
		<link>http://www.actiononline.biz/featured/a-fix-for-2nd-level-sons-of-suckerfish-dropdowns-in-ie-7/</link>
		<comments>http://www.actiononline.biz/featured/a-fix-for-2nd-level-sons-of-suckerfish-dropdowns-in-ie-7/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 23:04:48 +0000</pubDate>
		<dc:creator>Benj Arriola</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.actiononline.biz/?p=438</guid>
		<description><![CDATA[If you ended up on this page, most probably, you are running HTMLDog&#8217;s Sons of Suckerfish Dropdowns and you did some compatibility check either by using an old Windows XP computer running multiple IEs, some virtual machine or using MSIE&#8217;s developer tools changing browser mode or document mode. I had the same problem with another [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-444" href="http://www.actiononline.biz/featured/a-fix-for-2nd-level-sons-of-suckerfish-dropdowns-in-ie-7/attachment/htmldog-suckerfish-dropdown-ie7-compatibility/"><img class="aligncenter size-full wp-image-444" title="HTMLDog Sons of Suckerfish Dropdown IE7 Compatibility Issue" src="http://www.actiononline.biz/wp-content/uploads/2010/12/htmldog-suckerfish-dropdown-ie7-compatibility.jpg" alt="HTMLDog Sons of Suckerfish Dropdown IE7 Compatibility Issue" width="400" height="300" /></a></p>
<p>If you ended up on this page, most probably, you are running <a href="HTMLDog's Sons of Suckerfish Dropdowns" target="_blank">HTMLDog&#8217;s Sons of Suckerfish Dropdowns</a> and you did some compatibility check either by using an old Windows XP computer running multiple IEs, some virtual machine or using MSIE&#8217;s developer tools changing browser mode or document mode. I had the same problem with another website and thought I found the <a href="http://www.builtfromsource.com/2006/10/23/a-fix-for-suckerfish-dropdowns-in-ie-7/" target="_blank">solution by Matt of Built From Source</a> although the fix was not working for a 2nd level drop down. What happened was when I initial hover on the top bar menu and the first dropdown is displayed, all second level dropdowns also appear all at the same time.</p>
<p>If Matt&#8217;s simple fix to the SuckerFish Dropdown IE7 issue was this:<span id="more-438"></span></p>
<blockquote><p>#menu li:hover, #menu li.hover {<br />
position: static;<br />
}</p></blockquote>
<p>I have a simple fix too for the second level. But first thing to mention is, I think the second element <strong>#menu li.hover</strong> did not really do anything since there is no <strong>hover</strong> class in my code. So I disregarded that and simply changed my code to this:</p>
<blockquote>
<div id="_mcePaste">#nav li:hover ul{</div>
<div id="_mcePaste">position: static;</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">#nav li:hover ul ul{</div>
<div id="_mcePaste">position: relative;</div>
<div id="_mcePaste">}</div>
</blockquote>
<p>And like Matt&#8217;s solution&#8230; VIOLA! The second level is fixed! Still thanks to Matt for giving me a place to start and not relying on IE conditional comments or CSS hacks for IE problems.</p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/software/opening-files-with-the-docx-xlsx-pptx-filename-extension/" rel="bookmark" title="Permanent Link: Opening files with the .docx, .xlsx, .pptx filename extension" >Opening files with the .docx, .xlsx, .pptx filename extension</a></span><div class="aizattos_related_posts_excerpt">If ever you had trouble opening the following file types:

	.docx
	.xlsx
	.pptx

This simply m...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/_pingme-_encloseme-headers-sent-wordpress-error/" rel="bookmark" title="Permanent Link: _pingme, _encloseme, headers sent WordPress Error" >_pingme, _encloseme, headers sent WordPress Error</a></span><div class="aizattos_related_posts_excerpt">I was hosting this site isulongseoph.com on a server running cPanel and I used Fantastico scripts in...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/php43-to-php520-upgrade-problems/" rel="bookmark" title="Permanent Link: Apache Recompiling with PHP4 to PHP5 Upgrade Problems" >Apache Recompiling with PHP4 to PHP5 Upgrade Problems</a></span><div class="aizattos_related_posts_excerpt">This is an on going post as you read this right now, I will edit it as I go on.

I have just upgra...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/server/cpanel-and-whm-shows-a-blank-page-restart-cpanel/" rel="bookmark" title="Permanent Link: CPanel and WHM shows a blank page &#8211; Restart CPanel" >CPanel and WHM shows a blank page &#8211; Restart CPanel</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/avoiding-computer-work-shoulder-pain-and-neck-pain/" rel="bookmark" title="Permanent Link: Avoiding Computer Work Shoulder Pain and Neck Pain" >Avoiding Computer Work Shoulder Pain and Neck Pain</a></span></li></ul></div><img src="http://www.actiononline.biz/?ak_action=api_record_view&id=438&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.actiononline.biz/featured/a-fix-for-2nd-level-sons-of-suckerfish-dropdowns-in-ie-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML Escape Codes for Foreign Languages Accent Letter Marks on English Letters</title>
		<link>http://www.actiononline.biz/web/html-escape-codes-for-foreign-languages-accent-letter-marks-on-english-letters/</link>
		<comments>http://www.actiononline.biz/web/html-escape-codes-for-foreign-languages-accent-letter-marks-on-english-letters/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 01:08:13 +0000</pubDate>
		<dc:creator>Benj Arriola</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.actiononline.biz/?p=412</guid>
		<description><![CDATA[Looking for a specific letter accent for special characters and needs the HTML escape code equivalent? Spanish or some other Latin-American content you are posting online? Or some other language in Europe? Check out this list, it may have what you are finding. Accent Letter Escaped HTML Code Á &#38;Aacute; á &#38;aacute; Ã &#38;Atilde; ã [...]]]></description>
			<content:encoded><![CDATA[<p>Looking for a specific letter accent for special characters and needs the HTML escape code equivalent? Spanish or some other Latin-American content you are posting online? Or some other language in Europe? Check out this list, it may have what you are finding.<span id="more-412"></span></p>
<table border="1" cellpadding="2" style="border: 1px solid #000">
<tbody>
<tr>
<th> Accent Letter</th>
<th> Escaped HTML Code</th>
</tr>
<tr>
<td>Á</td>
<td>&amp;Aacute;</td>
</tr>
<tr>
<td>á</td>
<td>&amp;aacute;</td>
</tr>
<tr>
<td>Ã</td>
<td>&amp;Atilde;</td>
</tr>
<tr>
<td>ã</td>
<td>&amp;atilde;</td>
</tr>
<tr>
<td>Å</td>
<td>&amp;Aring;</td>
</tr>
<tr>
<td>å</td>
<td>&amp;aring;</td>
</tr>
<tr>
<td>À</td>
<td>&amp;Agrave;</td>
</tr>
<tr>
<td>à</td>
<td>&amp;agrave;</td>
</tr>
<tr>
<td>Â</td>
<td>&amp;Acirc;</td>
</tr>
<tr>
<td>â</td>
<td>&amp;acirc;</td>
</tr>
<tr>
<td>Ä</td>
<td>&amp;Auml;</td>
</tr>
<tr>
<td>ä</td>
<td>&amp;auml;</td>
</tr>
<tr>
<td>Æ</td>
<td>&amp;AElig;</td>
</tr>
<tr>
<td>æ</td>
<td>&amp;aelig;</td>
</tr>
<tr>
<td>ß</td>
<td>&amp;szlig;</td>
</tr>
<tr>
<td>Ç</td>
<td>&amp;Ccedil;</td>
</tr>
<tr>
<td>ç</td>
<td>&amp;ccedil;</td>
</tr>
<tr>
<td>É</td>
<td>&amp;Eacute;</td>
</tr>
<tr>
<td>é</td>
<td>&amp;eacute;</td>
</tr>
<tr>
<td>Ë</td>
<td>&amp;Euml;</td>
</tr>
<tr>
<td>ë</td>
<td>&amp;euml;</td>
</tr>
<tr>
<td>È</td>
<td>&amp;Egrave;</td>
</tr>
<tr>
<td>è</td>
<td>&amp;egrave;</td>
</tr>
<tr>
<td>Ê</td>
<td>&amp;Ecirc;</td>
</tr>
<tr>
<td>ê</td>
<td>&amp;ecirc;</td>
</tr>
<tr>
<td>€</td>
<td>&amp;euro;</td>
</tr>
<tr>
<td>Í</td>
<td>&amp;Iacute;</td>
</tr>
<tr>
<td>í</td>
<td>&amp;iacute;</td>
</tr>
<tr>
<td>Ï</td>
<td>&amp;Iuml;</td>
</tr>
<tr>
<td>ï</td>
<td>&amp;iuml;</td>
</tr>
<tr>
<td>Ì</td>
<td>&amp;Igrave;</td>
</tr>
<tr>
<td>ì</td>
<td>&amp;igrave;</td>
</tr>
<tr>
<td>Î</td>
<td>&amp;Icirc;</td>
</tr>
<tr>
<td>î</td>
<td>&amp;icirc;</td>
</tr>
<tr>
<td>Ñ</td>
<td>&amp;Ntilde;</td>
</tr>
<tr>
<td>ñ</td>
<td>&amp;ntilde;</td>
</tr>
<tr>
<td>Ð</td>
<td>&amp;ETH;</td>
</tr>
<tr>
<td>ð</td>
<td>&amp;eth;</td>
</tr>
<tr>
<td>Ó</td>
<td>&amp;Oacute;</td>
</tr>
<tr>
<td>ó</td>
<td>&amp;oacute;</td>
</tr>
<tr>
<td>Õ</td>
<td>&amp;Otilde;</td>
</tr>
<tr>
<td>õ</td>
<td>&amp;otilde;</td>
</tr>
<tr>
<td>Ò</td>
<td>&amp;Ograve;</td>
</tr>
<tr>
<td>ò</td>
<td>&amp;ograve;</td>
</tr>
<tr>
<td>Ô</td>
<td>&amp;Ocirc;</td>
</tr>
<tr>
<td>ò</td>
<td>&amp;ograve;</td>
</tr>
<tr>
<td>Ö</td>
<td>&amp;Ouml;</td>
</tr>
<tr>
<td>ö</td>
<td>&amp;ouml;</td>
</tr>
<tr>
<td>Ø</td>
<td>&amp;Oslash;</td>
</tr>
<tr>
<td>ø</td>
<td>&amp;oslash;</td>
</tr>
<tr>
<td>Ù</td>
<td>&amp;Ugrave;</td>
</tr>
<tr>
<td>ù</td>
<td>&amp;ugrave;</td>
</tr>
<tr>
<td>Û</td>
<td>&amp;Ucirc;</td>
</tr>
<tr>
<td>û</td>
<td>&amp;ucirc;</td>
</tr>
<tr>
<td>Ú</td>
<td>&amp;Uacute;</td>
</tr>
<tr>
<td>ú</td>
<td>&amp;uacute;</td>
</tr>
<tr>
<td>Ü</td>
<td>&amp;Uuml;</td>
</tr>
<tr>
<td>ü</td>
<td>&amp;uuml;</td>
</tr>
<tr>
<td>Ý</td>
<td>&amp;Yacute;</td>
</tr>
<tr>
<td>ý</td>
<td>&amp;yacute;</td>
</tr>
<tr>
<td>ÿ</td>
<td>&amp;yuml;</td>
</tr>
</tbody>
</table>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/vonage-voip-service-continues-to-expand-on-the-east-coast/" rel="bookmark" title="Permanent Link: Vonage VOIP service continues to expand on the East Coast" >Vonage VOIP service continues to expand on the East Coast</a></span><div class="aizattos_related_posts_excerpt">

Just 2 days ago, as reported on the the Vonage Forum, Vonage lauched it's service is West Virgin...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/the-good-balance-between-ctr-and-ad-code-positioning-in-google-adsense/" rel="bookmark" title="Permanent Link: The good balance between CTR and ad code positioning in Google Adsense" >The good balance between CTR and ad code positioning in Google Adsense</a></span><div class="aizattos_related_posts_excerpt">This is a real quick thing I learned today. Thanks to Jensense and Click This! podcast. If you have ...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/business/mail-received-from-domain-registry-of-america/" rel="bookmark" title="Permanent Link: Mail received from Domain Registry of America" >Mail received from Domain Registry of America</a></span><div class="aizattos_related_posts_excerpt">If you have a website with your own domain name, you have registered, or your web designer, web deve...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/automobile-greenhouse-effect/" rel="bookmark" title="Permanent Link: Automobile Greenhouse-Effect" >Automobile Greenhouse-Effect</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/business/viral-email-urban-legend-attack/" rel="bookmark" title="Permanent Link: Viral Email Urban Legend Attack" >Viral Email Urban Legend Attack</a></span></li></ul></div><img src="http://www.actiononline.biz/?ak_action=api_record_view&id=412&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.actiononline.biz/web/html-escape-codes-for-foreign-languages-accent-letter-marks-on-english-letters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How not to steal someones web design</title>
		<link>http://www.actiononline.biz/web/web-design/how-not-to-steal-someones-web-design/</link>
		<comments>http://www.actiononline.biz/web/web-design/how-not-to-steal-someones-web-design/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 19:38:56 +0000</pubDate>
		<dc:creator>Benj Arriola</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.actiononline.biz/?p=377</guid>
		<description><![CDATA[A friend and co-worker of mine at BusinessOnLine, an SEO firm, Ronnie Garcia is a fine web designer, nice and clean, and not a bunch of fancy stuff if he feels it is not appropriate. Since the company we work is also a good usability company, he knows when over doing a design is too [...]]]></description>
			<content:encoded><![CDATA[<p>A friend and co-worker of mine at <a href="http://www.businessol.com/seo/default.html" target="_blank">BusinessOnLine, an SEO firm</a>, <a href="http://www.ronniesan.com/" target="_blank">Ronnie Garcia is a fine web designer</a>, nice and clean, and not a bunch of fancy stuff if he feels it is not appropriate. Since the company we work is also a <a href="http://www.businessol.com/usability/default.html" target="_blank">good usability company</a>, he knows when over doing a design is too much and when it is just right to place the right elements of a page into it&#8217;s design. Below is a screenshot of his personal website.</p>
<div id="attachment_381" class="wp-caption aligncenter" style="width: 440px"><a href="http://www.actiononline.biz/wp-content/uploads/2009/02/ronnie.jpg" rel="lightbox[377]"><img class="size-large wp-image-381 " title="Ronnie Garcia's web design of his personal website." src="http://www.actiononline.biz/wp-content/uploads/2009/02/ronnie-430x300.jpg" alt="ronnie" width="430" height="300" /></a><p class="wp-caption-text">Ronnie Garcia&#39;s web design of his personal website.</p></div>
<h3>Design stolen exactly how it looks like, mainly just minor color changes</h3>
<p>Now as of current blog press time, there is another website stealing his design, depending on the time you read this, you may probably not see the same design if they decided to change their design. But as time of writing, this German website <a rel="nofollow" href="http://ad.vu/646j" target="_blank">Webteque.de</a> just copied the site almost exactly the same.<br />
 </p>
<div id="attachment_382" class="wp-caption aligncenter" style="width: 366px"><a href="http://www.actiononline.biz/wp-content/uploads/2009/02/webteque.jpg" rel="lightbox[377]"><img class="size-large wp-image-382 " title="Webteque.de, the Web Design Copycat Stealer" src="http://www.actiononline.biz/wp-content/uploads/2009/02/webteque-356x300.jpg" alt="Webteque.de, the Web Design Copycat Stealer" width="356" height="300" /></a><p class="wp-caption-text">Webteque.de, the Web Design Copycat Stealer</p></div>
<p><span id="more-377"></span></p>
<h3>Even the minute web design elements on the page, all the same</h3>
<p>Check the calendar date of the last article.</p>
<div id="attachment_383" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.actiononline.biz/wp-content/uploads/2009/02/same-date-format.jpg" rel="lightbox[377]"><img class="size-full wp-image-383 " title="Copied calendar date on latest articles" src="http://www.actiononline.biz/wp-content/uploads/2009/02/same-date-format.jpg" alt="Copied calendar date on latest articles" width="500" height="257" /></a><p class="wp-caption-text">Copied calendar date on latest articles</p></div>
<p>The menu, contact form, headers, subheaders, breadcrumb, links, sitemap link, all the same.</p>
<div id="attachment_385" class="wp-caption aligncenter" style="width: 530px"><a href="http://www.actiononline.biz/wp-content/uploads/2009/02/website-comparison.jpg" rel="lightbox[377]"><img class="size-large wp-image-385 " title="Comparison of Ronniesan.com and WebTeque.de" src="http://www.actiononline.biz/wp-content/uploads/2009/02/website-comparison-520x226.jpg" alt="Comparison of Ronniesan.com and WebTeque.de" width="520" height="226" /></a><p class="wp-caption-text">Comparison of Ronniesan.com and WebTeque.de</p></div>
<h3>Take a closer look at the stolen web design, check the links</h3>
<div id="attachment_386" class="wp-caption aligncenter" style="width: 530px"><a href="http://www.actiononline.biz/wp-content/uploads/2009/02/list-of-links.jpg" rel="lightbox[377]"><img class="size-large wp-image-386 " title="List of links on Ronnie Garcia's Site and on Webteque.de" src="http://www.actiononline.biz/wp-content/uploads/2009/02/list-of-links-520x169.jpg" alt="list-of-links" width="520" height="169" /></a><p class="wp-caption-text">List of links on Ronnie Garcia&#39;s Site and on Webteque.de</p></div>
<p>WTF, *LOL*, he copied the exact same links. <strong>Clearly, this is not how to steal someones web design. </strong>Actually that is how he found out, the links were aside from being popular web design related pages, they were also linking out to friends. And one of them, <a href="http://www.jeganchen.com/">Usability Expert Jegan Chen</a> pointed this out saying he noticed WebTeque.de linking to him and appeared in his referer logs. It was Jegan that told Ronnie about it.</p>
<h3>Try to appear more legitimate with an older copyright year.</h3>
<div id="attachment_387" class="wp-caption aligncenter" style="width: 530px"><a href="http://www.actiononline.biz/wp-content/uploads/2009/02/copyright-date.jpg" rel="lightbox[377]"><img class="size-large wp-image-387 " title="WebTeque.de's old copyright date with a new copied design." src="http://www.actiononline.biz/wp-content/uploads/2009/02/copyright-date-520x162.jpg" alt="WebTeque.de's old copyright date with a new copied design." width="520" height="162" /></a><p class="wp-caption-text">WebTeque.de&#39;s old copyright date with a new copied design.</p></div>
<p>He just stole the web design and is not yet finished, and claims to have a copyright on it since 2008. Well just for the benefit of the doubt, you can say the copyright was for the content and not for the design.</p>
<h3>Inspiration or Stealing?</h3>
<p>I had my share of active web designing days from 1997 to 2006, today I do more SEO work now and with some occassional web design and development side projects and I guess many web designers have looked at other websites for <em>&#8220;inspiration&#8221;</em> where you take a few things here and there, but never have I did a straight out copy of everything and just modify the code. To me that is stealing already, but of course this is my opinion and I know this is a debatable issue. Some can say the Internet is free, the source is free, whatever, but I think in design, there is a clear distinction between a stolen copy of a design and a design inspired from some other design. What do you think?</p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/website-review/" rel="bookmark" title="Permanent Link: Website Review" >Website Review</a></span><div class="aizattos_related_posts_excerpt">I remember the era of what I call the Eyeball-Design era. I simply call this period, around years 19...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/software/who-needs-adobe-photoshop-cs3-when-you-can-do-a-mona-lisa-on-ms-paint/" rel="bookmark" title="Permanent Link: Who needs Adobe Photoshop CS3, when you can do a Mona Lisa on MS Paint?" >Who needs Adobe Photoshop CS3, when you can do a Mona Lisa on MS Paint?</a></span><div class="aizattos_related_posts_excerpt">There are already a lot of software that have come out in the market which we can use for graphic de...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/web-designer-victim-of-a-stolen-web-design/" rel="bookmark" title="Permanent Link: Web Designer Victim of a Stolen Web Design" >Web Designer Victim of a Stolen Web Design</a></span><div class="aizattos_related_posts_excerpt">Outsourcing in the Web Industry
In this industry, outsourcing is a common thing and with a large am...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/excellent-art-of-using-cans/" rel="bookmark" title="Permanent Link: Excellent art of using cans" >Excellent art of using cans</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/toys/geeks-ergonomic-female-breast-mouse-pad/" rel="bookmark" title="Permanent Link: Geeks Ergonomic Female Breast Mouse Pad" >Geeks Ergonomic Female Breast Mouse Pad</a></span></li></ul></div><img src="http://www.actiononline.biz/?ak_action=api_record_view&id=377&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.actiononline.biz/web/web-design/how-not-to-steal-someones-web-design/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>XML PHP Cake</title>
		<link>http://www.actiononline.biz/web/xml-php-cake/</link>
		<comments>http://www.actiononline.biz/web/xml-php-cake/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 16:18:29 +0000</pubDate>
		<dc:creator>Benj Arriola</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.actiononline.biz/?p=356</guid>
		<description><![CDATA[I once blogged about Cake PHP before, and this is simply like the Ruby on Rails of PHP. Today is the age of XML data having so many applications out there, so many platforms and interoperability and integration is really key&#8230; but I have never seen XML used for a Cake like this. Hat tip [...]]]></description>
			<content:encoded><![CDATA[<p>I once blogged about <a href="http://www.actiononline.biz/web/want-some-cake/" target="_self">Cake PHP</a> before, and this is simply like the Ruby on Rails of PHP. Today is the age of XML data having so many applications out there, so many platforms and interoperability and integration is really key&#8230; but I have never seen XML used for a Cake like this.<span id="more-356"></span></p>
<div id="attachment_357" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-357" title="XML Cake!" src="http://www.actiononline.biz/wp-content/uploads/2008/08/xmlnerdcake.jpg" alt="XML Cake!" width="500" height="375" /><p class="wp-caption-text">XML Cake!</p></div>
<p>Hat tip to <a href="http://twitter.com/MoinAnjum" target="_blank">MoinAnjum</a>&#8216;s  <a href="http://www.anewmorning.com/2008/08/11/nerd-cake/">A New Morning!</a></p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/want-some-cake/" rel="bookmark" title="Permanent Link: Want some cake?" >Want some cake?</a></span><div class="aizattos_related_posts_excerpt">

I have been making websites since 1997. And has gone into web development also since 1999 and st...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/mozilla-firefox-2-is-out-download-mozilla-firefox-2-today/" rel="bookmark" title="Permanent Link: Mozilla Firefox 2 is Out &#8211; Download Mozilla Firefox 2 Today" >Mozilla Firefox 2 is Out &#8211; Download Mozilla Firefox 2 Today</a></span><div class="aizattos_related_posts_excerpt">Get Firefox! - Microsoft sends Mozilla a Cake!



Well the truth about the cake, I am not sure a...</div></li></ul></div><img src="http://www.actiononline.biz/?ak_action=api_record_view&id=356&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.actiononline.biz/web/xml-php-cake/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java Powered Web-Based Drag and Drop Upload Script</title>
		<link>http://www.actiononline.biz/web/java-powered-web-based-drag-and-drop-upload-script/</link>
		<comments>http://www.actiononline.biz/web/java-powered-web-based-drag-and-drop-upload-script/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 11:14:56 +0000</pubDate>
		<dc:creator>Benj Arriola</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.actiononline.biz/?p=353</guid>
		<description><![CDATA[Uploading files to a webserver Uploading files to a web server for whatever purpose can be done in several ways. FTP SSH Web-Based Upload Although each method has an advantage and disadvantage in using them, for many content management systems (CMS), often these are all web-based user interfaces where when required to upload some assets [...]]]></description>
			<content:encoded><![CDATA[<h3>Uploading files to a webserver</h3>
<p>Uploading files to a web server for whatever purpose can be done in several ways.</p>
<ul>
<li>FTP</li>
<li>SSH</li>
<li>Web-Based Upload</li>
</ul>
<p>Although each method has an advantage and disadvantage in using them, for many content management systems (CMS), often these are all web-based user interfaces where when required to upload some assets such as images, software binary files for downloading, PDF files and other files, they are all done within the CMS interface that will rely on server-side scripting languages such as PHP, ASP, JSP or others to handle the file uploading. And each time a file is going to be uploaded, it will use plain HTML on the frontend for the form where each uploaded file is entered by hitting the <em>browse</em> button to be able to navigate your local computer and choose the files you need to upload.<span id="more-353"></span></p>
<p>With the use of Java, applets can be created where drag and drop files from the local computer folders to the web server are possible for file uploading.</p>
<h3>All file uploading methods are not that user-friendly to the non-technical user</h3>
<p>I personally know many people that love <a href="http://benjarriola.multiply.com/" target="_blank">Multiply</a> mainly because of their Photo Gallery. And personally, I like iFoto, Plogger and ZenPhoto way better than Multiply. My wife is one of the users that loves the Multiply photo gallery and they main reason is the convenience of running the Java powered file uploader.</p>
<p>They simply use a web-based interface and there is no need to press any browse button and navigate to where the files are and you have to do this 1 by 1 and they just drag the images into the webpage that is running the Java applet.</p>
<h3>Upload using Drag and Drop JUpload Java Web Applet</h3>
<p>Upload by dragging and dropping files into your own web server or any web hosting account using <a href="http://jupload.sourceforge.net/" target="_blank">JUpload</a>. With JUpload, you can turn a webpage into a drag and drop FTP page. This gives you the great convenience of multiple file selection for uploading as opposed to one by one uploading of files.</p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/converting-blogger-to-wordpress-movabletype-to-wordpress-typepad-to-wordpress/" rel="bookmark" title="Permanent Link: Converting Blogger to WordPress, MovableType to WordPress, TypePad to WordPress" >Converting Blogger to WordPress, MovableType to WordPress, TypePad to WordPress</a></span><div class="aizattos_related_posts_excerpt">I can't believe it is all that easy! I had a blog running on Blogger for a long time. And I knew Wor...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/the-power-of-css-and-javascript-in-the-palm-of-your-hands/" rel="bookmark" title="Permanent Link: Replace Boring HTML Checkboxes with Well Designed HTML CSS/Javascript Checkbox" >Replace Boring HTML Checkboxes with Well Designed HTML CSS/Javascript Checkbox</a></span><div class="aizattos_related_posts_excerpt">Here is an example of a plain HTML checkbox. It looks boring.


Now check this enhanced checkbox ...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/water-powered-engines/" rel="bookmark" title="Permanent Link: Water Powered Engines" >Water Powered Engines</a></span><div class="aizattos_related_posts_excerpt">I have seen not only one person claim they have a water powered engine. There are several times I ha...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/business/rebate-marketing/" rel="bookmark" title="Permanent Link: Rebate Marketing" >Rebate Marketing</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/blog/avoiding-comment-spam-on-wordpress/" rel="bookmark" title="Permanent Link: Avoiding Comment Spam on WordPress" >Avoiding Comment Spam on WordPress</a></span></li></ul></div><img src="http://www.actiononline.biz/?ak_action=api_record_view&id=353&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.actiononline.biz/web/java-powered-web-based-drag-and-drop-upload-script/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to getElementByClass in Javascript &#8211; The Code</title>
		<link>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/</link>
		<comments>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 00:08:53 +0000</pubDate>
		<dc:creator>Benj Arriola</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://webgasm.actiononline.biz/code/?p=349</guid>
		<description><![CDATA[A colleague of mine at work, Patrick Alcisto, asked me how a getElementByClass is done in JavaScript since getElementByID exists in JavaScript but getElementbyClass does not exist. And I have been using a standard script ever since 2004 that I just always have handy in my previous work, but sometimes, looking and remembering which websites [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.actiononline.biz/wp-content/uploads/2007/11/getelementbyclass-vs-getelementbyid.jpg" alt="getElementByClass - How to, sample code." /></p>
<p>A colleague of mine at work, Patrick Alcisto, asked me how a <strong>getElementByClass</strong> is done in JavaScript since <strong>getElementByID</strong> exists in JavaScript but getElementbyClass does not exist. And I have been using a standard script ever since 2004 that I just always have handy in my previous work, but sometimes, looking and remembering which websites I applied it on takes some time. So just to make it easy for me find the code when I need it, might as well post it on my blog so it is easy to find. Check the sample getElementsByClass code below:<span id="more-349"></span></p>
<h3>The getElementByClass example code.</h3>
<blockquote><p>/* getElementByClass<br />
/**********************/</p>
<p>var allHTMLTags = new Array();</p>
<p>function getElementByClass(theClass) {</p>
<p>//Create Array of All HTML Tags<br />
var allHTMLTags=document.getElementsByTagName(&#8220;*&#8221;);</p>
<p>//Loop through all tags using a for loop<br />
for (i=0; i&lt;allHTMLTags.length; i++) {</p>
<p>//Get all tags with the specified class name.<br />
if (allHTMLTags[i].className==theClass) {</p>
<p>//Place any code you want to apply to all<br />
//pages with the class specified.<br />
//In this example is to &#8220;display:none;&#8221; them<br />
//Making them all dissapear on the page.</p>
<p>allHTMLTags[i].style.display=&#8217;none&#8217;;</p>
<p>}<br />
}<br />
}</p></blockquote>
<p>Just a brief explanation to the less knowledgeable in JavaScript how this sample code of getElementByClass works is you are simply taking note of all HTML tags present on the page. And going through a loop check each tag, placing them in an array. Then for each member of the array, check if any of them has a class name. And check if it is the class you are specifying.</p>
<p>Feel free to use the code above and share to the world.</p>
<p>Since this is a function, you just tie it up to any event like an onclick or onmouseover on within other functions. Here is an example where someone clicks on a link and will apply the JavaScript code in getElementByClass to a div.</p>
<blockquote><p>&lt;div class=&#8221;whatever&#8221;&gt;&#8230;&lt;/div&gt;</p>
<p>&#8230;</p>
<p>&lt;a href=&#8221;&#8230;&#8221; onclick=&#8221;getElementByClass(&#8216;whatever&#8217;);&#8221;&gt;&lt;img src=&#8221;&#8230;&#8221;&gt;&lt;/a&gt;</p></blockquote>
<p>Just a small note, not all browsers support all JavaScript versions. This script may not work in older browsers. Where getElementByID will not work either. Another note is if you did a copy and paste to the codes above, be sure to change the doublequotes and ( &#8221; )  single quotes ( &#8216; ) with the plain text ones so you get no errors.</p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/the-power-of-css-and-javascript-in-the-palm-of-your-hands/" rel="bookmark" title="Permanent Link: Replace Boring HTML Checkboxes with Well Designed HTML CSS/Javascript Checkbox" >Replace Boring HTML Checkboxes with Well Designed HTML CSS/Javascript Checkbox</a></span><div class="aizattos_related_posts_excerpt">Here is an example of a plain HTML checkbox. It looks boring.


Now check this enhanced checkbox ...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/a-gallery-for-lightbox-js-v20/" rel="bookmark" title="Permanent Link: A Gallery for Lightbox JS v2.0" >A Gallery for Lightbox JS v2.0</a></span><div class="aizattos_related_posts_excerpt">Lightbox JS v2.0 by Lokesh Dhakar is a very nice way to present photos on a website. When a thumbnai...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/minimize-spam-when-using-the-mailto-link/" rel="bookmark" title="Permanent Link: Minimize spam when using the mailto: link" >Minimize spam when using the mailto: link</a></span><div class="aizattos_related_posts_excerpt">We all get spam and we all hate spam. We all do not read spam and we just delete spam. But still the...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/the-good-balance-between-ctr-and-ad-code-positioning-in-google-adsense/" rel="bookmark" title="Permanent Link: The good balance between CTR and ad code positioning in Google Adsense" >The good balance between CTR and ad code positioning in Google Adsense</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/software/apple-makes-safari-web-browser-available-on-microsoft-windows-for-free/" rel="bookmark" title="Permanent Link: Apple makes Safari Web Browser Available on Microsoft Windows for FREE!" >Apple makes Safari Web Browser Available on Microsoft Windows for FREE!</a></span></li></ul></div><img src="http://www.actiononline.biz/?ak_action=api_record_view&id=349&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Google Maps Reaches Out to Your Area</title>
		<link>http://www.actiononline.biz/web/google-maps-reaches-out-to-your-area/</link>
		<comments>http://www.actiononline.biz/web/google-maps-reaches-out-to-your-area/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 17:54:56 +0000</pubDate>
		<dc:creator>Alfredo Palconit Jr</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://uncategorized.actiononline.biz/?p=336</guid>
		<description><![CDATA[Google Maps now has a wider coverage for Asian and Latin American countries. It only used to have vector map data in some countries like the United States, Europe and other countries which have a centralized mapping system. For some countries like the Philippines, map users rely heavily on the information contributed and shared by [...]]]></description>
			<content:encoded><![CDATA[<p>Google Maps now has a wider coverage for Asian and Latin American countries. It only used to have vector map data in some countries like the United States, Europe and other countries which have a centralized mapping system. For some countries like the Philippines, map users rely heavily on the information contributed and shared by individuals on keyhole.com or pagenation.com.<br />
Here is a map of Manila, Philippines. </p>
<p><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;q=manila+philippines&#038;ie=UTF8&#038;om=1&#038;ll=14.618468,120.990543&#038;spn=0.077413,0.160675&#038;z=13&#038;iwloc=addr&#038;output=embed&#038;s=AARTsJqMT_YzNgRIDQjD9JPIw4ULz3m3JA"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;q=manila+philippines&#038;ie=UTF8&#038;om=1&#038;ll=14.618468,120.990543&#038;spn=0.077413,0.160675&#038;z=13&#038;iwloc=addr&#038;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
<p>Here is also a map of Aparri. <span id="more-336"></span></p>
<p><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;q=manila+philippines&#038;ie=UTF8&#038;om=1&#038;ll=14.743011,121.05011&#038;spn=0.607481,1.2854&#038;z=10&#038;iwloc=addr&#038;output=embed&#038;s=AARTsJqMT_YzNgRIDQjD9JPIw4ULz3m3JA"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;q=manila+philippines&#038;ie=UTF8&#038;om=1&#038;ll=14.743011,121.05011&#038;spn=0.607481,1.2854&#038;z=10&#038;iwloc=addr&#038;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
<p>The two maps above can now show you major roads. Though these maps are not yet as detailed as the Google Map for the United States where it will really give you driving directions, I am still impressed with the development. I can say that this is indeed a good start and I appreciate the effort that Google is making to provide the users a more effective and efficient map. What will it be like when someday all the roads in the Philippines will be fully mapped by Google? Will it be the end of getting lost in the middle of nowhere?</p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/software/googlemaps-goes-at-street-level-view-as-if-you-were-there/" rel="bookmark" title="Permanent Link: GoogleMaps goes at street level view as if you were there!" >GoogleMaps goes at street level view as if you were there!</a></span><div class="aizattos_related_posts_excerpt">

It seems that the online maps arena is so competitive. Mapquest used to be the everyday word whe...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/extremely-slow-blog-loading-due-to-google-slowdown/" rel="bookmark" title="Permanent Link: Extremely slow blog loading due to Google Slowdown" >Extremely slow blog loading due to Google Slowdown</a></span><div class="aizattos_related_posts_excerpt">I first noticed my blog was so slow loading, very slow loading. So I decided to check out my other s...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/engineering/lighting-up-las-vegas/" rel="bookmark" title="Permanent Link: Lighting Up Las Vegas" >Lighting Up Las Vegas</a></span><div class="aizattos_related_posts_excerpt">As I was driving home, I passed by Paseo Cardiel and I found it nice to see a lot of homes lighting ...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/vonage-voip-service-continues-to-expand-on-the-east-coast/" rel="bookmark" title="Permanent Link: Vonage VOIP service continues to expand on the East Coast" >Vonage VOIP service continues to expand on the East Coast</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/featured/8x-zoom-iphone-lens/" rel="bookmark" title="Permanent Link: 8X F1.1 Zoom, iPhone Lens &#8211; Testing the Results" >8X F1.1 Zoom, iPhone Lens &#8211; Testing the Results</a></span></li></ul></div><img src="http://www.actiononline.biz/?ak_action=api_record_view&id=336&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.actiononline.biz/web/google-maps-reaches-out-to-your-area/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are Chinese Hackers really Chinese?</title>
		<link>http://www.actiononline.biz/technology/are-chinese-hackers-really-chinese/</link>
		<comments>http://www.actiononline.biz/technology/are-chinese-hackers-really-chinese/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 15:22:06 +0000</pubDate>
		<dc:creator>Alfredo Palconit Jr</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://technojaculate.actiononline.biz/software/?p=325</guid>
		<description><![CDATA[There has been recent news tagging China as one of the leading countries who hack into US government computers to get information about British military secrets. According to the news, the Chinese People’s Liberation Army tried to get information from the office of US Defense Secretary, Robert Gates. US President Bush also intended to confront [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><img src="http://www.actiononline.biz/wp-content/uploads/2007/09/chinahack.jpg" alt="Are Chinese Hackers really Chinese" align="left" />There has been recent news tagging China as one of the <a href="http://www.timesonline.co.uk/tol/news/world/asia/article2393979.ece ">leading countries who hack</a> into US government computers to get information about British military secrets. According to the news, the Chinese People’s Liberation Army tried to get information from the office of US Defense Secretary, Robert Gates. US President Bush also intended to confront China regarding the alleged hacking activity to the Pentagon and other US government computers.</p>
<p class="MsoNormal">In my point of view, if US government computers have really been hacked, it is not necessarily China who has done the hacking. Why is this so? It’s because when you hack into a computer, you will leave tracks and authorities can trace these tracks and will lead them to the hacker<span id="more-325"></span>. In the US, the systems are so interconnected and if anyone does a cybercrime, the crook can be easily traced. As many of us know, all computers in the world basically use the same system, software and servers, whether Linux or Windows, Apache or IIS and all have the same security problems. Thus, it is of high probability that an unsecure server of China may have been hacked and was used to hack into the US government computers therefore hiding tracks to the real culprits. Who knows, the crooks may have actually come from England?</p>
<p class="MsoNormal">I would also like to voice out my opinion regarding this issue. Lately, I’ve noticed that China has been the center of controversy for various issues like Mattel products from China recalled, some food containing formalin, Hong Kong residents being hesitant to buy poultry from China and recently, this alleged hacking activity. For me, the “Sleeping Giant” is slowly becoming a powerful and influential country that could rock the whole world with its tremendous power. Do you think that these events are some of the means of stopping China in becoming a superpower? Are Chinese people really hacking into US government computers? Or are there just lame people (not necessarily Chinese or from China) who want to destroy China’s credibility?</p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title">No related posts</span></li></ul></div><img src="http://www.actiononline.biz/?ak_action=api_record_view&id=325&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.actiononline.biz/technology/are-chinese-hackers-really-chinese/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Replace Boring HTML Checkboxes with Well Designed HTML CSS/Javascript Checkbox</title>
		<link>http://www.actiononline.biz/web/the-power-of-css-and-javascript-in-the-palm-of-your-hands/</link>
		<comments>http://www.actiononline.biz/web/the-power-of-css-and-javascript-in-the-palm-of-your-hands/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 17:25:21 +0000</pubDate>
		<dc:creator>Alfredo Palconit Jr</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://webgasm.actiononline.biz/web-design/?p=320</guid>
		<description><![CDATA[Here is an example of a plain HTML checkbox. It looks boring. Now check this enhanced checkbox using CSS and Javascript. It looks better. Impressed? But how was this possible? I stumbled upon this page on the Internet showing how you can change the boring checkbox into an exciting one. What&#8217;s great about this is [...]]]></description>
			<content:encoded><![CDATA[<p>Here is an example of a plain HTML checkbox. It looks boring.<br />
<img src="http://www.actiononline.biz/wp-content/uploads/2007/09/before.jpg" alt="Boring Checkbox" /></p>
<p>Now check this enhanced checkbox using CSS and Javascript. It looks better.<br />
<img src="http://www.actiononline.biz/wp-content/uploads/2007/09/after.jpg" alt="Exciting Checkbox" /></p>
<p>Impressed? But how was this possible?<span id="more-320"></span></p>
<p><a href="http://brainerror.net/media/scripts/js/checkbox2/demo.html">I stumbled upon this page</a> on the Internet showing how you can change the boring checkbox into an exciting one. What&#8217;s great about this is that you no longer have to change your existing code. By embedding this code, you can easily customize the look of the checkboxes any way you want.</p>
<blockquote><p>&lt;script type=”text/javascript” src=”checkbox.js”&gt;&lt;/script&gt;</p></blockquote>
<p>Don’t you think that this is simply amazing? You can’t do this with plain HTML but with the use of a simple code, you can now make your checkboxes look better and exciting.</p>
<p>This custom checkbox is one of the examples of the importance of CSS. Most modern websites now use CSS (Cascading Style Sheets), either full CSS or partial. Before CSS even existed, when we do major design updates we either change all the pages, taking so much time. But with CSS, work has become easier and faster.</p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/discount-coupons-for-dell-hp-and-gateway-computers/" rel="bookmark" title="Permanent Link: Discount Coupons for Dell, HP and Gateway Computers" >Discount Coupons for Dell, HP and Gateway Computers</a></span><div class="aizattos_related_posts_excerpt">

Planning on buying a new computer this Christmas to replace that old computer you are using righ...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/code/how-to-getelementsbyclass-in-javascript-the-code/" rel="bookmark" title="Permanent Link: How to getElementByClass in Javascript &#8211; The Code" >How to getElementByClass in Javascript &#8211; The Code</a></span><div class="aizattos_related_posts_excerpt">

A colleague of mine at work, Patrick Alcisto, asked me how a getElementByClass is done in JavaSc...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/technology/software/apple-makes-safari-web-browser-available-on-microsoft-windows-for-free/" rel="bookmark" title="Permanent Link: Apple makes Safari Web Browser Available on Microsoft Windows for FREE!" >Apple makes Safari Web Browser Available on Microsoft Windows for FREE!</a></span><div class="aizattos_related_posts_excerpt">

Cross-OS users will like this, people that use the Mac and loves Safari but still needs to use M...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/a-gallery-for-lightbox-js-v20/" rel="bookmark" title="Permanent Link: A Gallery for Lightbox JS v2.0" >A Gallery for Lightbox JS v2.0</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/google-exclusion-inclusion/" rel="bookmark" title="Permanent Link: Google Exclusion &amp; Inclusion" >Google Exclusion &amp; Inclusion</a></span></li></ul></div><img src="http://www.actiononline.biz/?ak_action=api_record_view&id=320&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.actiononline.biz/web/the-power-of-css-and-javascript-in-the-palm-of-your-hands/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CPanel and WHM shows a blank page &#8211; Restart CPanel</title>
		<link>http://www.actiononline.biz/web/server/cpanel-and-whm-shows-a-blank-page-restart-cpanel/</link>
		<comments>http://www.actiononline.biz/web/server/cpanel-and-whm-shows-a-blank-page-restart-cpanel/#comments</comments>
		<pubDate>Mon, 21 May 2007 05:59:05 +0000</pubDate>
		<dc:creator>Benj Arriola</dc:creator>
				<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://webgasm.actiononline.biz/server/?p=290</guid>
		<description><![CDATA[Sometimes high server loads of different kinds can shutdown various services on your server. Depending on what processor, and memory you have, every server acts differently. If you have a dedicated server or co-located server and is running CPanel, you sometimes come into situations where the server seems to work fine but no one can [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.actiononline.biz/wp-content/uploads/2007/05/restart-cpanel.jpg" title="Restart CPanel" alt="Restart CPanel and Web Host Manager - WHM" align="left" />Sometimes high server loads of different kinds can shutdown various services on your server. Depending on what processor, and memory you have, every server acts differently. If you have a dedicated server or co-located server and is running <a href="http://www.cpanel.net" target="_blank">CPanel</a>, you sometimes come into situations where the server seems to work fine but no one can login to CPanel nor <acronym title="Web Host Manager">WHM</acronym> and all it just shows is a blank page.</p>
<p>Doing hard reboot on the server may help and also depends if your data center offers some reboot facility for you. but doing this all the time may not be the best way to fix the problem if the only problem is CPanel and the Web Host Manager are not working and only show a blank page and the rest of the server still works perfectly. It&#8217;s probably best to simply restart CPanel only.</p>
<p><span id="more-290"></span>We assume you are a dedicated server owner or co-located server owner running a server with CPanel, so again, we assume you have shell access. So login to your server by <acronym title="Secure Shell">SSH</acronym>, and I do assume you have an SSH software of course. If not and you are using a Windows machine, <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">Putty</a> works fine. Login as root to your server and simply run this:</p>
<blockquote><p>/etc/init.d/cpanel restart</p></blockquote>
<p>And it will restart all your CPanel related services and simply wait until it&#8217;s done.</p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/enabling-wildcard-dns-on-cpanel-servers/" rel="bookmark" title="Permanent Link: Enabling Wildcard DNS on CPanel Servers" >Enabling Wildcard DNS on CPanel Servers</a></span><div class="aizattos_related_posts_excerpt">In some cases, you will want a subdomain to be the same as the homepage of a website. For example:
...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/wordpress-2-subdomain-plugin-problems-solved/" rel="bookmark" title="Permanent Link: WordPress 2 Subdomain Plugin Problems Solved" >WordPress 2 Subdomain Plugin Problems Solved</a></span><div class="aizattos_related_posts_excerpt">When my blog was still running on WordPress 1.5, the subdomain plugin worked perfectly. I needed to ...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/php43-to-php520-upgrade-problems/" rel="bookmark" title="Permanent Link: Apache Recompiling with PHP4 to PHP5 Upgrade Problems" >Apache Recompiling with PHP4 to PHP5 Upgrade Problems</a></span><div class="aizattos_related_posts_excerpt">This is an on going post as you read this right now, I will edit it as I go on.

I have just upgra...</div></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/web/server/accidental-delete-dns-zones-in-cpanelwhm-gave-me-problems-in-deleting-user-accounts-on-redhat-linux-2/" rel="bookmark" title="Permanent Link: Accidental Delete &#8211; DNS Zones in CPanel/WHM, gave me problems in deleting user accounts on Redhat Linux" >Accidental Delete &#8211; DNS Zones in CPanel/WHM, gave me problems in deleting user accounts on Redhat Linux</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://www.actiononline.biz/business/learning-from-podcast/" rel="bookmark" title="Permanent Link: Learning From Podcast" >Learning From Podcast</a></span></li></ul></div><img src="http://www.actiononline.biz/?ak_action=api_record_view&id=290&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.actiononline.biz/web/server/cpanel-and-whm-shows-a-blank-page-restart-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

