<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">

<channel>
	<title>Website Design | Tutorials and information</title>
	
	<link>http://tutorials.cimmeronstudios.com</link>
	<description />
	<pubDate>Wed, 22 Apr 2009 03:06:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/WebsiteDesignTutorials" type="application/rss+xml" /><item>
		<title>Free up disk space on MAC OS</title>
		<link>http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/</link>
		<comments>http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 03:06:14 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[MAC Tips]]></category>

		<category><![CDATA[mac os startup disk full]]></category>

		<guid isPermaLink="false">http://tutorials.cimmeronstudios.com/?p=101</guid>
		<description><![CDATA[The Terminal way
Using your Admin account, you can run all three maintenance scripts at once: 

Open Terminal, located in the Macintosh HD &#62; Applications &#62; Utilities folder.
At the Terminal prompt, type the following, exactly as written:



sudo periodic daily weekly monthly
Press Return.
Type your Admin password when prompted, then press Return.

All three scripts will run in sequence. [...]]]></description>
			<content:encoded><![CDATA[<h4><span class="H1">The Terminal way</span></h4>
<p><span class="Body-Text">Using your Admin account, you can run all three maintenance scripts at once: </span></p>
<ol>
<li class="list-num"><span class="Body-Text">Open Terminal, located in the Macintosh HD &gt; Applications &gt; Utilities folder.</span></li>
<li class="list-num"><span class="Body-Text">At the Terminal prompt, type the following, <em>exactly as written</em>:</span>
<ol>
<div></div>
</ol>
<p><span class="Body-Text"><tt>sudo periodic daily weekly monthly</tt></span></li>
<li class="list-num"><span class="Body-Text">Press Return.</span></li>
<li class="list-num"><span class="Body-Text">Type your Admin password when prompted, then press Return.</span></li>
</ol>
<p>All three scripts will run in sequence. There is no visual feedback while the scripts execute. You will know they are completed when the Terminal prompt returns.</p>
<p>You can also run the scripts individually. For example, to run just the <tt>daily</tt> script, you would type the the following command in step 2:</p>
<ul>
<li class="list-none"><tt>sudo periodic daily</tt></li>
</ul>
<h3><a name="Anchor-Determining-47857"></a>Determining when the maintenance scripts last ran</h3>
<p>You can run a Terminal command to quickly check the date and time stamps of the log files associated with each maintenance script. This indicates when the scripts&#8217; logs were last updated, hence when the scripts were last executed.</p>
<ol>
<li class="list-num"><span class="Body-Text">Open Terminal, located in the Macintosh HD &gt; Applications &gt; Utilities folder.</span></li>
<li class="list-num"><span class="Body-Text">At the Terminal prompt, type the following, <em>exactly as written</em>:</span>
<ol>
<li class="list-none"><tt>ls -al /var/log/*.out</tt></li>
</ol>
</li>
<li class="list-num"><span class="Body-Text">Press Return.</span></li>
</ol>
<p>You will see output similar to the following:</p>
<p class="list-tight-none"><tt>-rw-r&#8211;r&#8211; 1 root wheel 467984 8 May 10:40 /var/log/daily.out </tt></p>
<p class="list-tight-none"><tt>-rw-r&#8211;r&#8211; 1 root wheel 1258 8 May 10:43 /var/log/monthly.out </tt></p>
<p class="list-tight-none"><tt>-rw-r&#8211;r&#8211; 1 root wheel 198378 8 May 10:43 /var/log/weekly.out </tt></p>
<p>In this example, the scripts last ran on <tt>8 May</tt> of the current year, between <tt>10:40</tt> and <tt>10:43</tt> local time. The date and time stamps in the example are the result of running the scripts manually via Terminal. If the scripts were run automatically on their default schedule, their date stamps would vary and their time stamps would indicate executions between 03:15 and 05:30 hours.</p>
<h3><a name="Anchor-The-11481"></a>The maintenance performed by the scripts</h3>
<p><span class="Notes-Heading">Each maintenance script — <tt>daily</tt>, <tt>weekly</tt>, and <tt>monthly</tt> — has a specific function.   Their functions have varied over different versions of Mac OS X.</span></p>
<ul>
<li class="list-disc"><span class="Notes-Heading">The <strong><tt>daily</tt></strong> script removes old log files, &#8220;scratch&#8221; and &#8220;junk&#8221; files, backs-up the NetInfo database (Mac OS X 10.4 Tiger® and earlier), reports a variety of system and network statistics, and rotates the <tt>system.log</tt> file. Under Tiger, the <tt>daily</tt> script also cleans up scratch fax files and prunes <tt>asl.log</tt>, the log file for the then-new <a href="http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/asl.3.html" target="_blank">Apple System Logging</a> facility.   Under Mac OS X 10.5 Leopard®, the daily script also prunes the <tt>asl.db</tt> file that replaced the <tt>asl.log</tt> file for Apple System Logging.</span></li>
<li class="list-none"><span class="Notes-Heading">The output from the <tt>daily</tt> script is written to the <tt>/var/log/daily.out</tt> file, which can be viewed in Console. </span></li>
<li class="list-none"><span class="Notes-Heading">By default, the <tt>daily</tt> script is scheduled to run daily at 03:15 hours local time.</span></li>
<li class="list-disc"><span class="Notes-Heading">The <strong><tt>weekly</tt></strong> script rebuilds the <tt><a href="http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/locate.1.html" target="_blank">locate</a></tt> and <tt><a href="http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/whatis.1.html" target="_blank">whatis</a></tt> databases.  Depending on the version of Mac OS X, it also rotates the following log files: <tt>ftp.log</tt>, <tt>lookupd.log</tt>, <tt>lpr.log</tt>, <tt>mail.log</tt>, <tt>netinfo.log</tt>, <tt>ipfw.log</tt>, <tt>ppp.log</tt>, and <tt>secure.log</tt> </span></li>
<li class="list-none"><span class="Notes-Heading">The output from the <tt>weekly</tt> script is written to the <tt>/var/log/weekly.out</tt> file, which can be viewed in Console.</span></li>
<li class="list-none"><span class="Notes-Heading">By default, the <tt>weekly</tt> script is scheduled to run every Saturday at a specific time.  Under </span>Tiger and later, it runs at 03:15 hours local time.  <span class="Notes-Heading">Under Mac OS X 10.3 Panther® and Mac OS X 10.2 Jaguar it runs at 04:30 hours local time.</span></li>
<li class="list-disc"><span class="Notes-Heading">The <strong><tt>monthly</tt></strong> script reports per-user usage accounting and rotates — depending on the version of Mac OS X — the <tt>wtmp</tt>, <tt>install.log</tt>, and <tt>cu.modem.log</tt> files. </span></li>
<li class="list-none"><span class="Notes-Heading">The output from the <tt>monthly</tt> script is written to the <tt>/var/log/monthly.out</tt> file, which can be viewed in Console.</span></li>
<li class="list-none"><span class="Notes-Heading">By default, the <tt>monthly</tt> script is scheduled to run on the first of the month at 05:30 hours local time.</span></li>
</ul>
<h3><a name="Anchor-How-35882"></a>How the scripts are launched on a schedule</h3>
<p><span class="Notes-Heading">How the schedule for each script is specified depends on the version of Mac OS X.</span></p>
<h4><span class="Notes-Heading">Scheduling under Panther and Jaguar</span></h4>
<p><span class="Notes-Heading">Under Panther and Jaguar, the schedule is specified in the System <tt>crontab</tt> file. You can easily view or edit this file with the donationware utility <a href="http://www.macupdate.com/info.php/id/7486" target="_blank">Cronnix</a>. The <a href="http://developer.apple.com/documentation/Darwin/Reference/ManPages/man8/cron.8.html" target="_blank">cron</a> process launches the scripts based on the schedule specified in <tt>crontab</tt>.</span></p>
<h4><span class="Notes-Heading">Scheduling under later versions of Mac OS X</span></h4>
<p><span class="Notes-Heading">Introduced in Tiger, the <tt><a href="http://developer.apple.com/documentation/Darwin/Reference/ManPages/man8/launchd.8.html" target="_blank">launchd</a></tt> process invokes each script on a schedule specified in a script-specific property list (<tt>.plist</tt> file) in the <tt>/System/Library/LaunchDaemons</tt> directory. The specific property list for each script is as follows:</span></p>
<ul>
<li class="list-disc"><span class="Notes-Heading"><tt>daily</tt> script: <tt>com.apple.periodic-daily.plist</tt></span></li>
<li class="list-disc"><span class="Notes-Heading"><tt>weekly</tt> script: <tt>com.apple.periodic-weekly.plist</tt></span></li>
<li class="list-disc"><span class="Notes-Heading"><tt>monthly</tt> script: <tt>com.apple.periodic-monthly.plist</tt></span></li>
</ul>
<p><span class="Notes-Heading">Additional information about <tt>launchd</tt> can be found in the Apple Developer Connection document <em><a href="http://developer.apple.com/documentation/MacOSX/Conceptual/BPSystemStartup/index.html" target="_blank">System Startup Programming Topics</a></em>.</span></p>
<p><span class="Notes-Heading">How the timer used by <tt>launchd</tt> handles sleep time has led many to <em>incorrectly</em> believe that they no longer need to run the maintenance scripts and that the scripts are run automatically if the Mac was asleep or shutdown at the scheduled time.</span></p>
<p><span class="Notes-Heading">While it may <em>appear</em> that <tt>launchd</tt> executes the maintenance scripts &#8220;on the fly&#8221; if the computer is asleep or shutdown at the appointed time, this is a side effect of how the timer treats the time the computer has spent in sleep mode. The timer used by <tt>launchd</tt> does not count sleep time. If your Mac is asleep at the scheduled time when a given script is supposed to run, the script may run later that day at a time shifted by the amount of time the Mac was asleep. However, if you restart your Mac <em>before</em> the time-shifted execution time, pending events are lost and the script will not run off-schedule: the next chance for the script to run will be at its regularly scheduled time. </span></p>
<p><span class="Notes-Heading">If you regularly restart your Mac and the computer regularly sleeps or is shut down at the scheduled times, it&#8217;s possible that the scripts will <strong>never</strong> run, hence one should still run them manually, such as on a weekly basis.</span></p>
<p><span class="Notes-Heading">The sleep time shift is also cumulative. For example, if you don&#8217;t restart your Mac for weeks or months at a time, but let it sleep when not in use, this can result in:</span></p>
<ul>
<li class="list-disc"><span class="Notes-Heading">The <tt>daily</tt> script running once every few days or <em>never</em>.</span></li>
<li class="list-disc"><span class="Notes-Heading">The <tt>weekly</tt> script running once every few weeks or <em>never</em>.</span></li>
<li class="list-disc"><span class="Notes-Heading">The <tt>monthly</tt> script running once every few months or <em>never</em>. </span></li>
</ul>
<p><span class="Notes-Heading">The time shift in each case is the total amount of time the Mac has spent in sleep since its last restart. If you have a process that writes heavily to the logs, you can end up devoting good hard disk space to the log files.</span></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d101').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d101" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/title=Free+up+disk+space+on+MAC+OS" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://co.mments.com/track?url=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/title=Free+up+disk+space+on+MAC+OS" title="Add to&nbsp;Co.mments"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/comments.png" title="Add to&nbsp;Co.mments" alt="Add to&nbsp;Co.mments" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/title=Free+up+disk+space+on+MAC+OS" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/login/?action=addaddress=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/title=Free+up+disk+space+on+MAC+OS" title="Add to&nbsp;De.lirio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delirious.png" title="Add to&nbsp;De.lirio.us" alt="Add to&nbsp;De.lirio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/title=Free+up+disk+space+on+MAC+OS" title="Add to&nbsp;digg"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/title=Free+up+disk+space+on+MAC+OS" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/T=Free+up+disk+space+on+MAC+OS" title="Add to&nbsp;Netscape"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/title=Free+up+disk+space+on+MAC+OS" title="Add to&nbsp;reddit"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="hhtp://www.stumbleupon.com/submit.php?url=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/title=Free+up+disk+space+on+MAC+OS" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/t=Free+up+disk+space+on+MAC+OS" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d101').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tutorials.cimmeronstudios.com/2009/04/22/free-up-disk-space-on-mac-os/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter’s Power over Motrin</title>
		<link>http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/</link>
		<comments>http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 00:29:59 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Marketing]]></category>

		<category><![CDATA[Misc. stuff]]></category>

		<category><![CDATA[motrin]]></category>

		<category><![CDATA[motrinmoms]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://tutorials.cimmeronstudios.com/?p=97</guid>
		<description><![CDATA[Twitter, a growing social networking site/utility that allows you to message in real time with all the other members of Twitter (the twittersphere), has jumped into the news lately due to the HUGE amount of fuss produced by the Motrin Moms.
If you haven&#8217;t heard about this, the story goes like this:
Motrin releases a humorous (at [...]]]></description>
			<content:encoded><![CDATA[<p>Twitter, a growing social networking site/utility that allows you to message in real time with all the other members of Twitter (the twittersphere), has jumped into the news lately due to the HUGE amount of fuss produced by the Motrin Moms.</p>
<p class="q-details">If you haven&#8217;t heard about this, the story goes like this:</p>
<p>Motrin releases a humorous (at least to their marketing dept) video that shows how Motrin can help moms who carry their babies in slings. The video was not meant to be a negative commentary on a mother&#8217;s choice to &#8216;wear&#8217; their baby, but that didn&#8217;t stop the large amount of mother&#8217;s (the motrin moms) from complaining &#8230; loudly &#8230; that Motrin was making fun or them and making the world think that baby slings/baby wearing was painful (at least to your back).</p>
<p>Twitter, in particular, ERUPTED in a sea of tweets with the ultimate result being that Motrin apologized and pulled the ad. WOW, now THAT is a lot of power!</p>
<p>If you want to take a look at the MotrinMoms profile on Twitter, here&#8217;s the link:</p>
<p><a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Ftwitter%2Ecom%2Fmotrinmoms&amp;urlhash=vho7&amp;_t=disc_detail_link" target="_blank">http://twitter.com/motrinmoms</a></p>
<p>The question I raise is this: SHOULD a social network/media group, such as Twitter, have so much ultimate power? Understanding that I don&#8217;t think Motrin Moms are going to try to take over the world, but does this group, although very loud in their protesting, really represent mothers and motherhood? Because I can see a potential outcome in that companies because courting the online moms, rather than the non-online ones (there are still quite a few out there, I&#8217;m certain).</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d97').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d97" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/title=Twitter%26%238217%3Bs+Power+over+Motrin" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://co.mments.com/track?url=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/title=Twitter%26%238217%3Bs+Power+over+Motrin" title="Add to&nbsp;Co.mments"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/comments.png" title="Add to&nbsp;Co.mments" alt="Add to&nbsp;Co.mments" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/title=Twitter%26%238217%3Bs+Power+over+Motrin" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/login/?action=addaddress=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/title=Twitter%26%238217%3Bs+Power+over+Motrin" title="Add to&nbsp;De.lirio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delirious.png" title="Add to&nbsp;De.lirio.us" alt="Add to&nbsp;De.lirio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/title=Twitter%26%238217%3Bs+Power+over+Motrin" title="Add to&nbsp;digg"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/title=Twitter%26%238217%3Bs+Power+over+Motrin" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/T=Twitter%26%238217%3Bs+Power+over+Motrin" title="Add to&nbsp;Netscape"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/title=Twitter%26%238217%3Bs+Power+over+Motrin" title="Add to&nbsp;reddit"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="hhtp://www.stumbleupon.com/submit.php?url=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/title=Twitter%26%238217%3Bs+Power+over+Motrin" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/t=Twitter%26%238217%3Bs+Power+over+Motrin" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d97').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tutorials.cimmeronstudios.com/2008/11/20/twitters-power-over-motrin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Logo Design for Small Business</title>
		<link>http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/</link>
		<comments>http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 19:54:32 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[logo design]]></category>

		<category><![CDATA[small business logo]]></category>

		<guid isPermaLink="false">http://tutorials.cimmeronstudios.com/?p=77</guid>
		<description><![CDATA[There are a few things to think about when designing a logo. In fact, a lot of the same things that you consider when designing a web site come into play when designing a logo.
1. What is your market?
Businesses such as finance, law and such would want to portray a more professional image that would [...]]]></description>
			<content:encoded><![CDATA[<p>There are a few things to think about when designing a logo. In fact, a lot of the same things that you consider when designing a web site come into play when designing a logo.</p>
<p><strong>1. What is your market?</strong></p>
<p><a href="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/11/wallst.jpg"><img class="alignright size-medium wp-image-78" style="border: 1px solid black; margin: 4px;" title="wall street" src="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/11/wallst.jpg" alt="" width="200" height="108" /></a>Businesses such as finance, law and such would want to portray a more professional image that would be strictly necessary in other businesses. Someone who is in the creative fields could be a bit more adventurous in the look of their logo.</p>
<p><strong>2. What are you selling? </strong></p>
<p>A logo should reflect, in some way, what your business does or sells. A logo that is too different from the product/service is going to cause what I call &#8216;purchase dissonance&#8217;&#8230;a fancy way of saying that it just doesn&#8217;t feel right to the customer. For example, someone in the dog care business should consider what type of dog to use as a logo image. Some dogs, unfortunately, bring about certain responses visually, such as a pit bull. If you were to use a pit bull, you&#8217;d need to take a fun spin on it, to make it more appealing.</p>
<p><strong>3. Color matters!</strong></p>
<p>As in all design, color does matter.  Take a look at this detailed article on <a href="http://www.allwebsitedesign.com/forum/showthread.php?t=53" target="_blank">color in designing</a>.</p>
<p><strong>4. Look to the future. </strong></p>
<p>When you&#8217;re just starting out, it&#8217;s hard to look to the future, but it&#8217;s something you should do. The business logo is the foundation piece in an overall branding strategy. Yes, small businesses should consider branding, too. You don&#8217;t have to have a huge budget to make a strong, cohesive impression in the mind of your customers.</p>
<p><strong>Moving on from those considerations, there are basically 3 types of logos:</strong></p>
<p><strong>1. Text only. </strong><a href="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/11/logo.jpg"><img class="size-full wp-image-79 alignright" title="logo" src="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/11/logo.jpg" alt="" width="272" height="116" /></a></p>
<p>At it&#8217;s simplest, text IS design. You can say alot using only text for your logo. In fact, if text is used properly and combined with excellent color, fonts that &#8217;say&#8217; what your business does and a nice layout, text is really all you need.</p>
<p><strong>2. Picture only.</strong></p>
<p>This can work but it&#8217;s difficult and it typically works only with huge businesses with a ton of marketing money behind them. An example is the Nike swoosh. That picture is Nike - nothing more is needed. However, it took a lot of branding to make that a reality.</p>
<p><strong>3. Picture and text combination.</strong></p>
<p><a href="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/11/new-logo400x400.jpg"><img class="alignright size-medium wp-image-80" style="margin-left: 6px; margin-right: 6px;" title="new-logo400x400" src="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/11/new-logo400x400-300x300.jpg" alt="" width="108" height="108" /></a>This is my preferred, as I feel that it is the most flexible and the most easily understood visually. The picture doesn&#8217;t necessarily have to represent the business in terms of the service or product offered, but it should be noted that random swooshes, lines and other shapes are overused (in this designer&#8217;s opinion) and should be avoided. If you use random shapes, they should be worked into the overall text of the logo, or be used as a highlight or a way to bring more focus to the logo design.</p>
<p><strong>One thing to note, if you take a look at the logos of some of the big social networking sites (twitter, facebook, myspace) you&#8217;ll see that text can really say it all - it&#8217;s all in how you present it.</strong></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d77').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d77" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/title=Logo+Design+for+Small+Business" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://co.mments.com/track?url=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/title=Logo+Design+for+Small+Business" title="Add to&nbsp;Co.mments"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/comments.png" title="Add to&nbsp;Co.mments" alt="Add to&nbsp;Co.mments" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/title=Logo+Design+for+Small+Business" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/login/?action=addaddress=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/title=Logo+Design+for+Small+Business" title="Add to&nbsp;De.lirio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delirious.png" title="Add to&nbsp;De.lirio.us" alt="Add to&nbsp;De.lirio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/title=Logo+Design+for+Small+Business" title="Add to&nbsp;digg"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/title=Logo+Design+for+Small+Business" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/T=Logo+Design+for+Small+Business" title="Add to&nbsp;Netscape"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/title=Logo+Design+for+Small+Business" title="Add to&nbsp;reddit"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="hhtp://www.stumbleupon.com/submit.php?url=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/title=Logo+Design+for+Small+Business" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/t=Logo+Design+for+Small+Business" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d77').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tutorials.cimmeronstudios.com/2008/11/04/logo-design-for-small-business/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Copy and paste layer effects in Photoshop</title>
		<link>http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/</link>
		<comments>http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 18:23:55 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Tutorials - Photoshop]]></category>

		<category><![CDATA[copy layer effects]]></category>

		<category><![CDATA[photoshop shortcut]]></category>

		<guid isPermaLink="false">http://tutorials.cimmeronstudios.com/?p=75</guid>
		<description><![CDATA[Ok, here&#8217;s a quick tutorial for my friend Jerry.
In production work (doing the same thing repeatedly for different images or designs), the key is to speed up the process.  In Photoshop, you have the ability to really streamline things&#8230;if you know the shortcuts.  Here is a simply tutorial on how to speed up [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, here&#8217;s a quick tutorial for my friend Jerry.</p>
<p>In production work (doing the same thing repeatedly for different images or designs), the key is to speed up the process.  In Photoshop, you have the ability to really streamline things&#8230;if you know the shortcuts.  Here is a simply tutorial on how to speed up applying a layer effect (drop shadow, stroke, etc.)</p>
<p>First, take your image and apply the layer effect to it:</p>
<p><a href="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/10/picture-3.png"><img class="alignnone size-medium wp-image-71" title="Layer effects" src="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/10/picture-3-300x213.png" alt="" width="300" height="213" /></a></p>
<p>After you&#8217;ve done the effects and you&#8217;re happy with them, place your cursor on the layer that HAS the effects on it and Right-CLICK (PC) or CNT CLICK (MAC).  You should see a sub menu pop up:</p>
<p><a href="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/10/picture-7.png"><img class="alignnone size-medium wp-image-72" title="Copy layer style" src="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/10/picture-7-186x300.png" alt="" width="186" height="300" /></a></p>
<p>From the menu, choose COPY LAYER STYLE.</p>
<p>Now, go on to your next image.  When you&#8217;re ready, RIGHT-CLICK (PC) or CNT-CLICK (MAC).  You&#8217;ll see this submenu pop up:</p>
<p><a href="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/10/picture-6.png"><img class="alignnone size-medium wp-image-73" title="Paste layer style" src="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/10/picture-6-187x300.png" alt="" width="187" height="300" /></a></p>
<p>That does it!  Now, if you have very simple effects, this isn&#8217;t much of a time-saver.  But if you&#8217;ve taken a while to tweak the settings, this ensures that you get the exact same effects across the design.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d75').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d75" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/title=Copy+and+paste+layer+effects+in+Photoshop" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://co.mments.com/track?url=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/title=Copy+and+paste+layer+effects+in+Photoshop" title="Add to&nbsp;Co.mments"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/comments.png" title="Add to&nbsp;Co.mments" alt="Add to&nbsp;Co.mments" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/title=Copy+and+paste+layer+effects+in+Photoshop" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/login/?action=addaddress=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/title=Copy+and+paste+layer+effects+in+Photoshop" title="Add to&nbsp;De.lirio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delirious.png" title="Add to&nbsp;De.lirio.us" alt="Add to&nbsp;De.lirio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/title=Copy+and+paste+layer+effects+in+Photoshop" title="Add to&nbsp;digg"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/title=Copy+and+paste+layer+effects+in+Photoshop" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/T=Copy+and+paste+layer+effects+in+Photoshop" title="Add to&nbsp;Netscape"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/title=Copy+and+paste+layer+effects+in+Photoshop" title="Add to&nbsp;reddit"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="hhtp://www.stumbleupon.com/submit.php?url=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/title=Copy+and+paste+layer+effects+in+Photoshop" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/t=Copy+and+paste+layer+effects+in+Photoshop" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d75').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tutorials.cimmeronstudios.com/2008/10/16/copy-and-paste-layer-effects-in-photoshop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Controlling the size of the window when link is clicked</title>
		<link>http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/</link>
		<comments>http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 05:04:53 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Tutorials - Code]]></category>

		<category><![CDATA[control size of new window]]></category>

		<category><![CDATA[javascript window open]]></category>

		<guid isPermaLink="false">http://tutorials.cimmeronstudios.com/?p=65</guid>
		<description><![CDATA[Here is a quick overview that will show you how to control the size of the window that opens using javascript.  There are other ways to do this, but this is a fairly simple and quick method.
&#60; a href=&#8221;javascript:void(0)&#8221; onclick=&#8221;window.open(&#8217;http://www.cimmeronstudios.com/&#8217;,'LinkName&#8217;,'height=400, width=400,scrollbars=no&#8217;)&#8221;&#62;LinkName
In this piece of code you can change the variables:

height - must be a number [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick overview that will show you how to control the size of the window that opens using javascript.  There are other ways to do this, but this is a fairly simple and quick method.</p>
<p><textarea id="textarea" cols="65" rows="5" name="textarea">&lt; a href=&#8221;javascript:void(0)&#8221; onclick=&#8221;window.open(&#8217;http://www.cimmeronstudios.com/&#8217;,'LinkName&#8217;,'height=400, width=400,scrollbars=no&#8217;)&#8221;&gt;LinkName</textarea></p>
<p>In this piece of code you can change the variables:</p>
<ul>
<li>height - must be a number - determines the height, in pixels, of the new window</li>
<li>width - must be a number - determins the width, in pixels, of the new window</li>
<li>linkname - must be text - name of the link</li>
<li>scrollbars - yes or no - controls placement of horizontal or vertical scrollbars</li>
</ul>
<p>That&#8217;s it! Use that code and you will make a window open in a smaller window - not a pop up!  So you should have no problem with pop up blockers.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d65').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d65" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/title=Controlling+the+size+of+the+window+when+link+is+clicked" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://co.mments.com/track?url=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/title=Controlling+the+size+of+the+window+when+link+is+clicked" title="Add to&nbsp;Co.mments"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/comments.png" title="Add to&nbsp;Co.mments" alt="Add to&nbsp;Co.mments" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/title=Controlling+the+size+of+the+window+when+link+is+clicked" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/login/?action=addaddress=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/title=Controlling+the+size+of+the+window+when+link+is+clicked" title="Add to&nbsp;De.lirio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delirious.png" title="Add to&nbsp;De.lirio.us" alt="Add to&nbsp;De.lirio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/title=Controlling+the+size+of+the+window+when+link+is+clicked" title="Add to&nbsp;digg"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/title=Controlling+the+size+of+the+window+when+link+is+clicked" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/T=Controlling+the+size+of+the+window+when+link+is+clicked" title="Add to&nbsp;Netscape"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/title=Controlling+the+size+of+the+window+when+link+is+clicked" title="Add to&nbsp;reddit"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="hhtp://www.stumbleupon.com/submit.php?url=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/title=Controlling+the+size+of+the+window+when+link+is+clicked" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/t=Controlling+the+size+of+the+window+when+link+is+clicked" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d65').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tutorials.cimmeronstudios.com/2008/09/18/controlling-the-size-of-the-window-when-link-is-clicked/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Website webpage design</title>
		<link>http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/</link>
		<comments>http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 05:13:52 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Tutorials - Photoshop]]></category>

		<category><![CDATA[Dreamweaver shortcuts]]></category>

		<category><![CDATA[photoshop shortcuts]]></category>

		<guid isPermaLink="false">http://tutorials.cimmeronstudios.com/?p=58</guid>
		<description><![CDATA[Website webpage design with Dreamweaver
Many webpage designers choose to use Dreamweaver for the actual HTML coding of their web sites and some do all of their coding by hand.  Most tend to use a combination of both, because why spend extra time hand coding when you can use some of the excellent features that [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Website webpage design with Dreamweaver</strong></p>
<p>Many webpage designers choose to use Dreamweaver for the actual HTML coding of their web sites and some do all of their coding by hand.  Most tend to use a combination of both, because why spend extra time hand coding when you can use some of the excellent features that Dreamweaver has to offer.</p>
<p>Not a clunky coding monster like FrontPage (reborn, but still cumbersome, as ExpressionWeb), Dreamweaver offers a lot of great building shortcuts.  The first we&#8217;re going to go over is the integration of Dreamweaver and Adobe Photoshop, the preferred design tool of the best website designers.</p>
<p>Let&#8217;s say you&#8217;re in Dreamweaver and you realize that you want to make changes to the image you placed in the design.  Here&#8217;s a quick way to do that:</p>
<ol>
<li>Click on the image you want to change.
<p><a href="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/08/080812-1.jpg"><img class="alignnone size-medium wp-image-60" title="Select your picture" src="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/08/080812-1.jpg" alt="" width="300" height="212" /></a></li>
<li>Now, take a look at your PROPERTIES (WINDOW - PROPERTIES).  You should see the Photoshop icon (see red circle below).  NOTE: you must have Dreamweaver set up to indicate that Photoshop is your default program to use for editing graphics.<br />
<a href="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/08/080812-2.jpg"><br />
<img class="alignnone size-medium wp-image-61" title="Dreamweaver properties" src="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/08/080812-2-300x45.jpg" alt="" width="300" height="45" /></p>
<p></a></li>
<li>The image you wanted to edit will open in Photoshop, allowing you to do your editing quickly.
<p><a href="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/08/080812-3.jpg"><img class="alignnone size-medium wp-image-62" title="Edit in photoshop" src="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/08/080812-3-300x207.jpg" alt="" width="300" height="207" /></a></li>
<li>Save your image using the SAME file name and in the same location.  Let&#8217;s say we wanted to make the image smaller.  Using Photoshop, change the image size to 300&#215;200 and save the image.</li>
<li>Go back to Dreamweaver and select the image you just edited.  The image will look pixelated due to the recent resizing.  Take a look at your PROPERTIES and click on the ADJUSTMENT icon by the image dimensions:
<p><a href="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/08/080812-4.jpg"><img class="alignnone size-medium wp-image-63" title="Update the size" src="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/08/080812-4-300x41.jpg" alt="" width="300" height="41" /></a></li>
<li>Dreamweaver resized the image to it&#8217;s new size.  Same your file and upload.</li>
</ol>
<p>Now, it is possible to make these changes without the shortcuts listed above, but this does assist in speeding up the process and shows just how nicely Dreamweaver and Photoshop can integrate with one another.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d58').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d58" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/title=Website+webpage+design" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://co.mments.com/track?url=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/title=Website+webpage+design" title="Add to&nbsp;Co.mments"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/comments.png" title="Add to&nbsp;Co.mments" alt="Add to&nbsp;Co.mments" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/title=Website+webpage+design" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/login/?action=addaddress=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/title=Website+webpage+design" title="Add to&nbsp;De.lirio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delirious.png" title="Add to&nbsp;De.lirio.us" alt="Add to&nbsp;De.lirio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/title=Website+webpage+design" title="Add to&nbsp;digg"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/title=Website+webpage+design" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/T=Website+webpage+design" title="Add to&nbsp;Netscape"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/title=Website+webpage+design" title="Add to&nbsp;reddit"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="hhtp://www.stumbleupon.com/submit.php?url=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/title=Website+webpage+design" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/t=Website+webpage+design" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d58').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tutorials.cimmeronstudios.com/2008/08/12/website-webpage-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SQL injection attack</title>
		<link>http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/</link>
		<comments>http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 00:08:20 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://tutorials.cimmeronstudios.com/?p=11</guid>
		<description><![CDATA[You may or may not have heard about the security issue with certain versions of Wordpress. The rumor is that Wordpress 2.6, out a full month ahead of time, fixes this issue, detailed below:
Some versions of Wordpress have been open to a big security issue - SQL injection. Apparently, this particular attach targets Wordpress Blogs [...]]]></description>
			<content:encoded><![CDATA[<p>You may or may not have heard about the security issue with certain versions of Wordpress. The rumor is that Wordpress 2.6, out a full month ahead of time, fixes this issue, detailed below:</p>
<p>Some versions of Wordpress have been open to a big security issue - SQL injection. Apparently, this particular attach targets Wordpress Blogs with high PR. A vulnerability in the Wordpress application causes several things to occur:</p>
<ul>
<li>A SQL injection occurs.  This causes a line of code to be added to your blog posts.  This line typically looks like this<br />
<a href="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/07/iframe-code.jpg"><img class="alignnone size-medium wp-image-5" title="iframe-code" src="http://tutorials.cimmeronstudios.com/wp-content/uploads/2008/07/iframe-code-300x50.jpg" alt="" width="300" height="50" /></a></li>
<li>This line of code is inserted into the posts it infects. Inside of the wp-stats.php code, which keep in mind is AUTOMATICALLY displayed in the post due to the &lt;iframe&gt; code, contains a malicious Javascript file.</li>
<li>This Javascript file attemtps to upload the virus, Downloader, to your computer.  You can read more about <a title="Downloader virus" href="http://www.symantec.com/security_response/writeup.jsp?docid=2002-101518-4323-99" target="_blank">Downloader here</a>.  Basically, Downloader attempts to connect to the internet and download various other viruses to your computer.</li>
</ul>
<p>Now, here&#8217;s something that I found interesting. Another exploit is found for Wordpress. It is unclear if these two exploits, however, I believe that they are. This exploit causes the following:</p>
<ul>
<li>A new folder is created on your Blog. http://yourblog.com/wp-content/1 is created, along with numerous junk HTML files and a Javascript file.</li>
<li>All of the junk HTML files link to the Javascript file, which is encoded. After looking through it, it appears that this JS file attempts to redirect the visitor to another site, typically a spammy site, such as those related to Poker, Casinos, Viagara and the like.</li>
</ul>
<p>As stated earlier, the latest version of Wordpress (2.6) is supposed to fix these bugs, among others. How do you fix your blog if you&#8217;re infected?</p>
<p>If you discover the added lines of code shown above, or a variation, you will need to clean your database of all instances of this line of code. If you know MYSQL, you can do this using a QUERY, as well as various other methods. It is possible to clean the entries via the Dashboard of your blog. I would strongly recommend upgrading to Wordpress 2.6 first, however.</p>
<p>After upgrading, you can go to MANAGE - POSTS and search for various strings of text contained in the bad code, such as:</p>
<ul>
<li>&lt;iframe&gt;</li>
<li>&lt;!&#8211; Traffic Statistics &#8211;&gt;</li>
<li>wp-stats.php</li>
</ul>
<p>You get the idea.  <strong>Any/all instances of this code MUST be removed from EACH AND EVERY POST. </strong></p>
<p>Next, check your USERS. There has been some documentation suggesting some relationship between a user and the issue. Delete any/all users that you do not recognize.</p>
<p>Now, check on your server for the added folder (http://yoursite.com/wp-content/1). Delete that entire folder and it&#8217;s contents from your server. If you cannot access your server, you may need to contact your hosting provider to assist you.</p>
<p>This is a nasty Wordpress exploit to be sure, but it has not changed my belief in the Wordpress application. It is still the best blog program out there, in my opinion, and the quick response to this issue proves that the team is on top of things.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d11').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d11" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/title=SQL+injection+attack" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://co.mments.com/track?url=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/title=SQL+injection+attack" title="Add to&nbsp;Co.mments"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/comments.png" title="Add to&nbsp;Co.mments" alt="Add to&nbsp;Co.mments" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/title=SQL+injection+attack" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/login/?action=addaddress=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/title=SQL+injection+attack" title="Add to&nbsp;De.lirio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delirious.png" title="Add to&nbsp;De.lirio.us" alt="Add to&nbsp;De.lirio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/title=SQL+injection+attack" title="Add to&nbsp;digg"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/title=SQL+injection+attack" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/T=SQL+injection+attack" title="Add to&nbsp;Netscape"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/title=SQL+injection+attack" title="Add to&nbsp;reddit"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="hhtp://www.stumbleupon.com/submit.php?url=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/title=SQL+injection+attack" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/t=SQL+injection+attack" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d11').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tutorials.cimmeronstudios.com/2008/07/30/sql-injection-attack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Displaying outside content</title>
		<link>http://tutorials.cimmeronstudios.com/2008/06/08/test/</link>
		<comments>http://tutorials.cimmeronstudios.com/2008/06/08/test/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 06:57:04 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Educational]]></category>

		<category><![CDATA[Tutorials - Code]]></category>

		<guid isPermaLink="false">http://edu.cimmeronstudios.com/?p=48</guid>
		<description><![CDATA[From a usability standpoint, I stay away from frames. They are bothersome to the user for the most part, making them do extra scrolling just to see what&#8217;s going on. Most visitors want to see it quickly, not figure out HOW to see it
However, sometimes you have information coming from another location, usually outside of [...]]]></description>
			<content:encoded><![CDATA[<p>From a usability standpoint, I stay away from frames. They are bothersome to the user for the most part, making them do extra scrolling just to see what&#8217;s going on. Most visitors want to see it quickly, not figure out HOW to see it</p>
<p>However, sometimes you have information coming from another location, usually outside of your URL, and you want that information to be &#8216;captured&#8217; within your site. This is useful if you want to display dynamic content that comes from another location, while keeping the design of your site intact. It also keeps the visitor on your web site, instead of sending them away .. hoping they will come back. That&#8217;s when this information can be extremely useful.</p>
<p>An example I&#8217;m going to use is something I did for a client recently - adding a survey. Instead of sending the visitor to another location for the survey, I wanted the visitor to stay &#8216;in&#8217; the site. Now, it is a fact that not all browsers will view the &#8216;framed information&#8217; correctly, so this little extra bit of information is very useful:</p>
<p><img src="http://edu.cimmeronstudios.com/iframe.jpg" alt="" /></p>
<p>Give it a try; you&#8217;ll find that this is a handy way to display outside information on your web site.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d52').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d52" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tutorials.cimmeronstudios.com/2008/06/08/test/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://tutorials.cimmeronstudios.com/2008/06/08/test/title=Displaying+outside+content" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://co.mments.com/track?url=http://tutorials.cimmeronstudios.com/2008/06/08/test/title=Displaying+outside+content" title="Add to&nbsp;Co.mments"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/comments.png" title="Add to&nbsp;Co.mments" alt="Add to&nbsp;Co.mments" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tutorials.cimmeronstudios.com/2008/06/08/test/title=Displaying+outside+content" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/login/?action=addaddress=http://tutorials.cimmeronstudios.com/2008/06/08/test/title=Displaying+outside+content" title="Add to&nbsp;De.lirio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delirious.png" title="Add to&nbsp;De.lirio.us" alt="Add to&nbsp;De.lirio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://tutorials.cimmeronstudios.com/2008/06/08/test/title=Displaying+outside+content" title="Add to&nbsp;digg"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tutorials.cimmeronstudios.com/2008/06/08/test/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://tutorials.cimmeronstudios.com/2008/06/08/test/title=Displaying+outside+content" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://tutorials.cimmeronstudios.com/2008/06/08/test/" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://tutorials.cimmeronstudios.com/2008/06/08/test/T=Displaying+outside+content" title="Add to&nbsp;Netscape"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tutorials.cimmeronstudios.com/2008/06/08/test/title=Displaying+outside+content" title="Add to&nbsp;reddit"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="hhtp://www.stumbleupon.com/submit.php?url=http://tutorials.cimmeronstudios.com/2008/06/08/test/title=Displaying+outside+content" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://tutorials.cimmeronstudios.com/2008/06/08/test/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://tutorials.cimmeronstudios.com/2008/06/08/test/" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tutorials.cimmeronstudios.com/2008/06/08/test/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tutorials.cimmeronstudios.com/2008/06/08/test/t=Displaying+outside+content" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d52').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tutorials.cimmeronstudios.com/2008/06/08/test/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Make CSS work the way you WANT it to work</title>
		<link>http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/</link>
		<comments>http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/#comments</comments>
		<pubDate>Fri, 16 May 2008 05:37:14 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Educational]]></category>

		<category><![CDATA[css body]]></category>

		<category><![CDATA[css links]]></category>

		<category><![CDATA[css tutorial]]></category>

		<guid isPermaLink="false">http://cimmeronwebsitedesign.com/?p=91</guid>
		<description><![CDATA[CSS is definitely the wave of the future.  Once a die-hard html coder, I LOVE CSS but I have to admit there are times when it makes me want to pull my hair out.
The thing to remember, I think, is to think of it as a complete coding language in and of itself, rather than [...]]]></description>
			<content:encoded><![CDATA[<p>CSS is definitely the wave of the future.  Once a die-hard html coder, I LOVE CSS but I have to admit there are times when it makes me want to pull my hair out.</p>
<p>The thing to remember, I think, is to think of it as a complete coding language in and of itself, rather than just something to embellish the HTML pages.  While it&#8217;s true that CSS cannot really do anything by itself, it is an extremely powerful tool and you have to really dig into it to make it work FOR you, instead of well&#8230;against you.</p>
<p>To begin, you have to know this:</p>
<p>SELECTOR { PROPERTY: VALUE }</p>
<p>That is the standard layout of a CSS statement.  You can have multiple property:value statements within this single statement.</p>
<p>Let&#8217;s start at a very basic level and define the LARGE elements in our web page, such as the body, paragraphs and links.</p>
<p><strong>Body: </strong>This defines, well, the body of the page.  You can define many properties within this selector, such as the background color or image, margins, etc. etc.  An example would be:</p>
<p>body {<br />
background-color:#ffffff<br />
}</p>
<p>That defines the body background as WHITE.</p>
<p><strong>Paragraphs: </strong>This defines the larger sections of text within your web page.  Here you can define the text size, color, weight, and more all in one location - MUCH easier than trying to code that information into HTML.  An example:</p>
<p>p {<br />
font-family:Tahoma;<br />
font-size:12px;<br />
}</p>
<p>That one is pretty self explanatory, I think.</p>
<p>Finally, <strong>LINKS: </strong>If you want your links to be anything except that BLUE, you&#8217;ll need to master this selector. NOTE: don&#8217;t go crazy here.  Please like to know what they are getting into and that said, links really should be underlined unless there&#8217;s a super good reason not to.</p>
<p>a {</p>
<p>font-color:#ff0000;<br />
font-decoration:underline;<br />
font-weight:bold;<br />
}</p>
<p>Now, this will give you links that are red, underlined and bold.  NOTE: This only covers 1 STATE of links, the resting or regular state.  We need to go one step further and define the HOVER state and the VISITED state.</p>
<p>a.hover<br />
{<br />
font-color:#ff6600;<br />
font-decoration:underline;<br />
font-weight:bold;<br />
}</p>
<p>When on hover, the link will turn ORANGE.</p>
<p>a.visited<br />
{<br />
font-color:#000000;<br />
font-decoration:underline;<br />
font-weight:bold;<br />
}</p>
<p>After the URL has been visited, it will turn BLACK.</p>
<p>That is a very basic beginning to CSS.  Sign up for our UPDATES and we&#8217;ll notify you when we post more on the CSS tutorial series.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d51').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d51" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/title=Make+CSS+work+the+way+you+WANT+it+to+work" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://co.mments.com/track?url=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/title=Make+CSS+work+the+way+you+WANT+it+to+work" title="Add to&nbsp;Co.mments"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/comments.png" title="Add to&nbsp;Co.mments" alt="Add to&nbsp;Co.mments" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/title=Make+CSS+work+the+way+you+WANT+it+to+work" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/login/?action=addaddress=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/title=Make+CSS+work+the+way+you+WANT+it+to+work" title="Add to&nbsp;De.lirio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delirious.png" title="Add to&nbsp;De.lirio.us" alt="Add to&nbsp;De.lirio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/title=Make+CSS+work+the+way+you+WANT+it+to+work" title="Add to&nbsp;digg"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/title=Make+CSS+work+the+way+you+WANT+it+to+work" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/T=Make+CSS+work+the+way+you+WANT+it+to+work" title="Add to&nbsp;Netscape"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/title=Make+CSS+work+the+way+you+WANT+it+to+work" title="Add to&nbsp;reddit"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="hhtp://www.stumbleupon.com/submit.php?url=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/title=Make+CSS+work+the+way+you+WANT+it+to+work" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/t=Make+CSS+work+the+way+you+WANT+it+to+work" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d51').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tutorials.cimmeronstudios.com/2008/05/16/make-css-work-the-way-you-want-it-to-work/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Onclick window open options</title>
		<link>http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/</link>
		<comments>http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/#comments</comments>
		<pubDate>Wed, 14 May 2008 06:06:22 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Educational]]></category>

		<category><![CDATA[coding help]]></category>

		<category><![CDATA[onclick]]></category>

		<category><![CDATA[window.open]]></category>

		<guid isPermaLink="false">http://cimmeronstudios.com/website-design/?p=105</guid>
		<description><![CDATA[Ok, here&#8217;s a coding tutorial that will help you open a NEW window when a link is clicked, but it will give you several OPTIONS of what you want to do with that window.  For example, maybe you want to RESIZE the window - that is what I often find is necessary.
First off, the [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, here&#8217;s a coding tutorial that will help you open a NEW window when a link is clicked, but it will give you several OPTIONS of what you want to do with that window.  For example, maybe you want to RESIZE the window - that is what I often find is necessary.</p>
<p>First off, the code will look like this:</p>
<p><img class="alignnone" src="http://www.cimmeronstudios.com/images/tutorials/onclick1.jpg" alt="onclick window open code" /></p>
<p>As you can see, the TEXT for your link is &#8216;Click here to open this popup window&#8217;.</p>
<p>Now, the javascript is telling the link that when someone clicks (onclick) the window opens (window.open) and then the stuff after that is describing it.  Please note that all the the attributes are separated by commas and no spaces!</p>
<p>Now, keep in mind that there are a BUNCH of things you can do to this link.  These are called &#8216;attributes&#8217;.  Here is a list of the most popular:</p>
<p><strong>Window Attributes</strong></p>
<p>Below is a list of the attributes you can use:</p>
<ul>
<blockquote>
<li> Width=300<br />
Defines the width of the new window.</li>
<li>Height=200<br />
Defines the height of the new window.</li>
<li>Resizable=yes or no<br />
Can the user resize the window.</li>
<li>Scrollbars=yes or no<br />
Scrollbars on the window.</li>
<li>Toolbar=yes or no<br />
Whether or not the new window should have the browser nav bar at the top (The back, foward, stop buttons..etc.).</li>
<li>Location=yes or no<br />
Whether or not you wish to show the location box (the box where you type in the www&#8230;)</li>
<li>Directories=yes or no<br />
Whether or not the window should show the extra buttons. (what&#8217;s cool, personal buttons, etc&#8230;).</li>
<li>Status=yes or no<br />
Window status bar at the bottom of the window.</li>
<li>Menubar=yes or no<br />
Menus at the top of the window (File, Edit, etc&#8230;).</li>
<li>Copyhistory=yes or no<br />
Copy the old browser window&#8217;s history list to the new window.</li>
</blockquote>
</ul>
<p>Ok, that&#8217;s it.  Keep in mind that if you do not define (list) an attribute, it will typically default to NO.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d50').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d50" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/title=Onclick+window+open+options" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://co.mments.com/track?url=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/title=Onclick+window+open+options" title="Add to&nbsp;Co.mments"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/comments.png" title="Add to&nbsp;Co.mments" alt="Add to&nbsp;Co.mments" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/title=Onclick+window+open+options" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/login/?action=addaddress=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/title=Onclick+window+open+options" title="Add to&nbsp;De.lirio.us"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/delirious.png" title="Add to&nbsp;De.lirio.us" alt="Add to&nbsp;De.lirio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/title=Onclick+window+open+options" title="Add to&nbsp;digg"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/" title="Add to&nbsp;Facebook"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/title=Onclick+window+open+options" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/T=Onclick+window+open+options" title="Add to&nbsp;Netscape"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/title=Onclick+window+open+options" title="Add to&nbsp;reddit"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="hhtp://www.stumbleupon.com/submit.php?url=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/title=Onclick+window+open+options" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/" title="Add to&nbsp;Technorati"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/t=Onclick+window+open+options" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://tutorials.cimmeronstudios.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d50').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://tutorials.cimmeronstudios.com/2008/05/14/onclick-window-open-options/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
