<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Life on the Web</title>
	
	<link>http://www.gerald.comuf.com</link>
	<description>Aἰὲν ἀριστεύειν - Ever to Excel</description>
	<lastBuildDate>Tue, 15 Mar 2011 13:27:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/comuf/YPKm" /><feedburner:info uri="comuf/ypkm" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>Aἰὲν ἀριστεύειν - Ever to Excel</itunes:subtitle><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>How to Make a Bash Script in Ubuntu</title>
		<link>http://www.gerald.comuf.com/2011/03/how-to-make-a-bash-script-in-ubuntu/</link>
		<comments>http://www.gerald.comuf.com/2011/03/how-to-make-a-bash-script-in-ubuntu/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 13:26:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[make bash script in unbuntu]]></category>

		<guid isPermaLink="false">http://www.gerald.comuf.com/?p=38</guid>
		<description><![CDATA[Write your script in the Text Editor of Your Choice.  The first line will be #!/bin/sh Then type your other commands. When you&#8217;re done, save. then you&#8217;d need to make the script executable with chmod +x SCRIPTNAME. you&#8217;d execute it with ./SCRIPTNAME If you have ever done a lot of repetitive tasks on a Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>Write your script in the Text Editor of Your Choice.  The first line will be</p>
<pre>#!/bin/sh</pre>
<p>Then type your other commands.</p>
<p>When you&#8217;re done, save. then you&#8217;d need to make the script executable with</p>
<pre>chmod +x SCRIPTNAME.</pre>
<p>you&#8217;d execute it with</p>
<pre>./SCRIPTNAME</pre>
<p>If you have ever done a lot of repetitive tasks on a Ubuntu Linux machine, Im sure you&#8217;ve wondered if there is a better way of doing things. For example, say I need to run a dozen or more command line commands. I could enter them in one by one or I can put them all in a single file and run it as a script.</p>
<p>When you run it all as a script, you save a lot of time. Today, I am going to show you how to make the most simple Ubuntu script you can find. It doesn&#8217;t use any variables, it just helps you run several commands at once. for example, we are going to create a simple script to</p>
<p>First, just you need to create the script file. For this just open a terminal and type:</p>
<pre>gedit samplescript.sh</pre>
<p>This will open gedit with a blank file named samplescript.sh. In the file, type the following:</p>
<pre>#!/bin/sh 

echo 'welcome'

firefox
</pre>
<p>Save this file. The first line identifies it as a shell script, the second line causes the script to print welcome on your screen when it&#8217;s run. After the echo, you can put in any command line you want to on the next line and it will run. For this example, we put the command firefox and when you run the file, it will open Firefox.</p>
<p>Next, run this command to make the file executable:</p>
<pre>chmod 777 samplescript.sh </pre>
<p>Now, to run the script, type this:</p>
<pre>./samplescript.sh</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.gerald.comuf.com/2011/03/how-to-make-a-bash-script-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Popular Mistakes Made by Joomla Extension Developers</title>
		<link>http://www.gerald.comuf.com/2011/03/joomla-mvc/</link>
		<comments>http://www.gerald.comuf.com/2011/03/joomla-mvc/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 23:42:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[joomla extension development mistakes]]></category>

		<guid isPermaLink="false">http://www.gerald.comuf.com/?p=137</guid>
		<description><![CDATA[Here&#8217;s the presentation of my colleague at Dioscuri.com at Joomla and Beyond 2010 Conference about popular mistakes made by Joomla extension developers. Joomla Extensions Kung Fu View more presentations from Oleg Nesterov]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the presentation of my colleague at Dioscuri.com  at Joomla and Beyond 2010 Conference about popular mistakes made by Joomla extension developers.</p>
<div style="width:480px" id="__ss_4487048"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/onesterov/joomla-extensions-kung-fu" title="Joomla Extensions Kung Fu">Joomla Extensions Kung Fu</a></strong> <object id="__sse4487048" width="480" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=presentation-100613100019-phpapp02&#038;stripped_title=joomla-extensions-kung-fu&#038;userName=onesterov" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse4487048" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=presentation-100613100019-phpapp02&#038;stripped_title=joomla-extensions-kung-fu&#038;userName=onesterov" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="355"></embed></object>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/onesterov">Oleg Nesterov</a> </div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.gerald.comuf.com/2011/03/joomla-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<enclosure url="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=presentation-100613100019-phpapp02&amp;#038;stripped_title=joomla-extensions-kung-fu&amp;#038;userName=onesterov" length="94673" type="application/x-shockwave-flash" /><media:content url="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=presentation-100613100019-phpapp02&amp;#038;stripped_title=joomla-extensions-kung-fu&amp;#038;userName=onesterov" fileSize="94673" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>Here&amp;#8217;s the presentation of my colleague at Dioscuri.com at Joomla and Beyond 2010 Conference about popular mistakes made by Joomla extension developers. Joomla Extensions Kung Fu View more presentations from Oleg Nesterov</itunes:subtitle><itunes:summary>Here&amp;#8217;s the presentation of my colleague at Dioscuri.com at Joomla and Beyond 2010 Conference about popular mistakes made by Joomla extension developers. Joomla Extensions Kung Fu View more presentations from Oleg Nesterov</itunes:summary><itunes:keywords>CMS, Joomla, joomla extension development mistakes</itunes:keywords></item>
		<item>
		<title>Remove NULL values from PHP arrays with 1 line</title>
		<link>http://www.gerald.comuf.com/2011/03/remove-null-values-from-php-arrays-with-1-line/</link>
		<comments>http://www.gerald.comuf.com/2011/03/remove-null-values-from-php-arrays-with-1-line/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 22:01:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[remove null values in php array]]></category>

		<guid isPermaLink="false">http://www.gerald.comuf.com/?p=130</guid>
		<description><![CDATA[I had an array with something like the following: &#60;?php $array_with_nulls = array ( [0] => [1] => test [2] => fun ). ?&#62; But I don’t want [0], the empty value in the array. Remove NULL values only &#60;?php $new_array_without_nulls = array_filter($array_with_nulls, 'strlen'); ?&#62; Remove any FALSE values This includes NULL values, EMPTY arrays, [...]]]></description>
			<content:encoded><![CDATA[<p>I had an array with something like the following: </p>
<pre>
&lt;?php
$array_with_nulls = array ( [0] => [1] => test [2] => fun ).
?&gt;
</pre>
<p>But I don’t want [0], the empty value in the array.</p>
<h2>Remove NULL values only</h2>
<pre>
&lt;?php
$new_array_without_nulls = array_filter($array_with_nulls, 'strlen');
?&gt;
</pre>
<h2>Remove any FALSE values</h2>
<p>This includes NULL values, EMPTY arrays, etc. </p>
<pre>
&lt;?php
$new_array_without_nulls = array_filter($array_with_nulls);
?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.gerald.comuf.com/2011/03/remove-null-values-from-php-arrays-with-1-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Check if an Image URL Exist with PHP</title>
		<link>http://www.gerald.comuf.com/2011/03/how-to-check-if-an-image-url-exist-with-php/</link>
		<comments>http://www.gerald.comuf.com/2011/03/how-to-check-if-an-image-url-exist-with-php/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 21:29:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.gerald.comuf.com/?p=124</guid>
		<description><![CDATA[Quick and easy PHP script to determine if image exists. The image you are checking for can be hosted on your site or externally. This script is useful to display an alternate image if the original one does not exist. Note: This script uses GD, so you’ll need to have GD installed on your server [...]]]></description>
			<content:encoded><![CDATA[<p>Quick and easy PHP script to determine if image exists. The image you are checking for can be hosted on your site or externally.</p>
<p>This script is useful to display an alternate image if the original one does not exist.</p>
<div class="note">Note: This script uses GD, so you’ll need to have GD installed on your server for it to work.</div>
<pre>
&lt;?php
if (@GetImageSize("http://www.gerald.comuf.com/wp-content/uploads/2011/03/toolbar_feed.png")) {
echo "image exists";
} else {
echo "image does not exist";
}
?&gt;
</pre>
<p>Use this script instead if you don’t have GD installed:</p>
<pre>
&lt;?php
if (@fclose(@fopen("http://www.gerald.comuf.com/wp-content/uploads/2011/03/toolbar_feed.png", "r"))) {
echo "image exists";
} else {
echo "image does not exist";
?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.gerald.comuf.com/2011/03/how-to-check-if-an-image-url-exist-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Tripwire on Ubuntu</title>
		<link>http://www.gerald.comuf.com/2011/03/how-to-install-tripwire-in-ubuntu/</link>
		<comments>http://www.gerald.comuf.com/2011/03/how-to-install-tripwire-in-ubuntu/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 19:49:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[tripwire installation]]></category>

		<guid isPermaLink="false">http://www.gerald.comuf.com/?p=121</guid>
		<description><![CDATA[If you&#8217;re interested in Tripwire then let me be the first to welcome you to the world of paranoid system admins. Tripwire can be a vital tool in detecting a compromise of your system. Tripwire generates a database of the most common files and directories on your system. Once it is generated, you can then [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re interested in Tripwire then let me be the first to welcome you to the world of paranoid system admins. Tripwire can be a vital tool in detecting a compromise of your system. </p>
<p>Tripwire generates a database of the most common files and directories on your system. Once it is generated, you can then check the current state of your system against the original database and get a report of all the files that have been modified, deleted or added. </p>
<p>This comes in handy if you allow other people access to your machine and even if you don&#8217;t, if someone else does get access, you&#8217;ll know if they tried to modify files such as /bin/login etc.<br />
So lets install Tripwire. First you need to download it from</p>
<p>http://sourceforge.net/project/showfiles.php?group_id=3130&#038;release_id=26024.</p>
<p>At the time of this update the current version is 2.3.1-2. </p>
<p>Once you&#8217;ve downloaded it move the tarball to /usr/local/src (I like to store all my source code there) and untar it by running the following command:</p>
<pre>tar -zxvf tripwire-2.3.1-2.tar.gz</pre>
<p>Change into the newly created directory and edit the install.cfg with your favorite text editor (nano, pico, joe vi etc). script. You&#8217;ll want to edit the following: </p>
<pre># The root of the TSS directory tree.
	TWROOT="/usr/TSS"</pre>
<p>Change this to </p>
<pre>TWROOT="/usr/local/src/tripwire-2.3.1-2" </pre>
<p>	# This sets the default text editor for Tripwire.</p>
<pre>TWEDITOR="/bin/vi"</pre>
<p>You can change this to whatever editor you prefer. </p>
<p>Once you have those changed, save the file and exit. Then run the ./install.sh script. It will list the OSes that Tripwire supports and will ask you if you want to continue with installation. Next up is the License Agreement. Read it and if you accept, type accept. </p>
<p>It will then list all the settings and ask you if you would like to continue, answer yes. Then it installs the files and prompts you for a passphrase to password protect the database. Choose it wisely. It will now generate your keyfile and then prompt you for a local passphrase and a site passphrase. </p>
<p>Once that is done, tripwire will be installed and you&#8217;re ready to customize the format of the database and finally create it. To customize the database, you will need to edit the /usr/local/src/tripwire-2.3.1-2/policy/twpol.txt file. Make sure you back it upbefore you start changing things in it. </p>
<p>What I would recommend doing is first generating the database using the default policy file. Once the database is generated, use tripwire to check against it and you will get a report of what is missing on your system, for example it checks for /lib/modules/preferred and if you don&#8217;t have that file it will let you know in the report. If you don&#8217;t remove useless items from the policy file, you&#8217;re report will be long and full of garbage that you don&#8217;t need to look at everyday and you will probably miss the things you should be looking for. </p>
<p>So to generate the database, run:</p>
<pre>/usr/local/src/tripwire-2.3.1-2/bin/tripwire --init </pre>
<p>It will ask you for your passphrase and once you enter it, it will start to generate the database. This will vary in time depending on how big your installation is, how fast your CPU is etc. Once the database is generated, you will want to check it to find out what you can remove from the policy file. To check the database and have it output to a file, run:</p>
<pre>/usr/local/src/tripwire-2.3.1-2/bin/tripwire --check > /tmp/report.txt </pre>
<p>It will then proceed to check your filesystem against the database and will create a file called report.txt in /tmp which will contain information on what Tripwire discovered. </p>
<p>Open up this file and look for anything that it said it couldn&#8217;t find. Log into another terminal and open up the twpol.txt policy file. Compare the two and remove anything not found one by one. Once you are done editing, you have to recreate the policy file, to do this run:</p>
<pre>/usr/local/src/tripwire-2.3.1-2/bin/twadmin --create-polfile ../policy/twpol.txt </pre>
<p>It will ask you for your passphrase, once you enter it, tripwire should create a new policy file. You can then go ahead and update and then check your filesystem once more to see if you got everything. If you install alot of things, you will probably want to update the database on a regular basis.</p>
<p>You can also set up a cronjob to check the filesystem every night or whenever you feel like it and it will email you the report. Here is the line in my /etc/crontab file for Tripwire: </p>
<pre>03 2 * * * /usr/local/src/tripwire-2.3.1-2/bin/tripwire --check | /usr/bin/mail root -s "Tripwire Check" 2>&#038;1</pre>
<p>All in all Tripwire is a handy utility to have and I feel some sort of relief reading the report every morning. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gerald.comuf.com/2011/03/how-to-install-tripwire-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Ways to Make Firefox Ridiculously Fast</title>
		<link>http://www.gerald.comuf.com/2011/03/8-ways-to-make-firefox-ridiculously-fast/</link>
		<comments>http://www.gerald.comuf.com/2011/03/8-ways-to-make-firefox-ridiculously-fast/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 18:26:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.gerald.comuf.com/?p=112</guid>
		<description><![CDATA[Firefox has been outperforming IE in every department for years, and version 3 is speedier than ever. But tweak the right settings and you could make it faster still, more than doubling your speed in some situations, all for about five minutes work and for the cost of precisely nothing at all. Here&#8217;s what you [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox has been outperforming IE in every department for years, and version 3 is speedier than ever.</p>
<p>But tweak the right settings and you could make it faster still, more than doubling your speed in some situations, all for about five minutes work and for the cost of precisely nothing at all. Here&#8217;s what you need to do.</p>
<div class="note"><strong>1. Enable pipelining</strong></div>
<p>Browsers are normally very polite, sending a request to a server then waiting for a response before continuing. Pipelining is a more aggressive technique that lets them send multiple requests before any responses are received, often reducing page download times.</p>
<p>To enable it, type about:config in the address bar, double-click network.http.pipelining and network.http.proxy.pipelining so their values are set to true, then double-click network.http.pipelining.maxrequests and set this to 8.</p>
<p>Keep in mind that some servers don&#8217;t support pipelining, though, and if you regularly visit a lot of these then the tweak can actually reduce performance. Set network.http.pipelining and network.http.proxy.pipelining to false again if you have any problems.</p>
<div class="note"><strong>2. Render quickly</strong></div>
<p>Large, complex web pages can take a while to download. Firefox doesn&#8217;t want to keep you waiting, so by default will display what it&#8217;s received so far every 0.12 seconds (the &#8220;content notify interval&#8221;). While this helps the browser feel snappy, frequent redraws increase the total page load time, so a longer content notify interval will improve performance.</p>
<p>Type about:config and press [Enter], then right-click (Apple users ctrl-click) somewhere in the window and select New > Integer. Type content.notify.interval as your preference name, click OK, enter 500000 (that&#8217;s five hundred thousand, not fifty thousand) and click OK again.</p>
<p>Right-click again in the window and select New > Boolean. This time create a value called content.notify.ontimer and set it to True to finish the job.</p>
<div class="note"><strong>3. Faster loading</strong></div>
<p>If you haven&#8217;t moved your mouse or touched the keyboard for 0.75 seconds (the content switch threshold) then Firefox enters a low frequency interrupt mode, which means its interface becomes less responsive but your page loads more quickly. Reducing the content switch threshold can improve performance, then, and it only takes a moment.</p>
<p>Type about:config and press [Enter], right-click in the window and select New &gt; Integer. Type content.switch.threshold, click OK, enter 250000 (a quarter of a second) and click OK to finish.</p>
<div class="note"><strong>4. No interruptions</strong></div>
<p>You can take the last step even further by telling Firefox to ignore user interface events altogether until the current page has been downloaded. This is a little drastic as Firefox could remain unresponsive for quite some time, but try this and see how it works for you.</p>
<p>Type about:config, press [Enter], right-click in the window and select New &gt; Boolean. Type content.interrupt.parsing, click OK, set the value to False and click OK.</p>
<div class="note"><strong>5. Block Flash</strong></div>
<p>Intrusive Flash animations are everywhere, popping up over the content you actually want to read and slowing down your browsing. Fortunately there&#8217;s a very easy solution. Install the Flashblock extension (flashblock.mozdev.org) and it&#8217;ll block all Flash applets from loading, so web pages will display much more quickly. And if you discover some Flash content that isn&#8217;t entirely useless, just click its placeholder to download and view the applet as normal.</p>
<div class="note"><strong>6. Increase the cache size</strong></div>
<p>As you browse the web so Firefox stores site images and scripts in a local memory cache, where they can be speedily retrieved if you revisit the same page. If you have plenty of RAM (2 GB of more), leave Firefox running all the time and regularly return to pages then you can improve performance by increasing this cache size. Type about:config and press [Enter], then right-click anywhere in the window and select New &gt; Integer. Type browser.cache.memory.capacity, click OK, enter 65536 and click OK, then restart your browser to get the new, larger cache.</p>
<div class="note"><strong>7. Enable TraceMonkey</strong></div>
<p>TraceMonkey is a new Firefox feature that converts slow javascript into super-speedy x86 code, and so lets it run some functions anything up to 20 times faster than the current version. It&#8217;s still buggy so isn&#8217;t available in the regular Firefox download yet, but if you&#8217;re willing to risk the odd crash or two then there&#8217;s an easy way to try it out.</p>
<p>Install the latest nightly build (ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/), launch it, type about:config in the address bar and press Enter. Type JIT in the filter box, then double-click javascript.options.jit.chrome and javascript.options.jit.content to change their values to true, and that&#8217;s it &#8211; you&#8217;re running the fastest Firefox javascript engine ever.</p>
<div class="note"><strong>8. Compress Data</strong></div>
<p>If you&#8217;ve a slow internet connection then it may feel like you&#8217;ll never get Firefox to perform properly, but that&#8217;s not necessarily true. Install toonel.net (toonel.net) and this clever Java applet will re-route your web traffic through its own server, compressing it at the same time, so there&#8217;s much less to download. And it can even compress JPEGs by allowing you to reduce their quality. This all helps to cut your data transfer, useful if you&#8217;re on a limited 1 GB-per-month account, and can at best double your browsing performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gerald.comuf.com/2011/03/8-ways-to-make-firefox-ridiculously-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Super Hidden Files or Folders</title>
		<link>http://www.gerald.comuf.com/2011/03/how-to-make-super-hidden-files-or-folders/</link>
		<comments>http://www.gerald.comuf.com/2011/03/how-to-make-super-hidden-files-or-folders/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 17:55:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[super hidden files]]></category>
		<category><![CDATA[super hidden folders]]></category>

		<guid isPermaLink="false">http://www.gerald.comuf.com/?p=106</guid>
		<description><![CDATA[1. Open a command prompt Click Start button-&#62; select Run -&#62; type &#8220;cmd&#8221; ( Windows XP ) Click Start button-&#62; type &#8220;cmd&#8221; in the seach box ( Windows 7 ) 2. Press Enter 3. Type &#8220;cd path_of_your_file&#8221; to go to place of your file 4. Type &#8220;dir&#8221; to view content of folder 5. Type &#8220;attrib [...]]]></description>
			<content:encoded><![CDATA[<div class="note">
<p>1. Open a command prompt</p>
<p>Click Start button-&gt; select Run -&gt; type &#8220;cmd&#8221; ( Windows XP )</p>
<p>Click Start button-&gt; type &#8220;cmd&#8221; in the seach box ( Windows 7 )</p>
</div>
<div class="note">2. Press Enter</div>
<div class="note">3. Type &#8220;cd path_of_your_file&#8221; to go to place of your file</div>
<div class="note">4. Type &#8220;dir&#8221; to view content of folder</div>
<div class="note">5. Type &#8220;attrib +s +h file&#8217;s_name&#8221; then press Enter</div>
<div class="note">6. View again with &#8220;dir&#8221; command</div>
]]></content:encoded>
			<wfw:commentRss>http://www.gerald.comuf.com/2011/03/how-to-make-super-hidden-files-or-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50 Tips To A User Friendly Website</title>
		<link>http://www.gerald.comuf.com/2011/03/50-tips-to-a-user-friendly-website/</link>
		<comments>http://www.gerald.comuf.com/2011/03/50-tips-to-a-user-friendly-website/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 04:10:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[tips for user friendly website]]></category>

		<guid isPermaLink="false">http://www.gerald.comuf.com/?p=90</guid>
		<description><![CDATA[Here is a list of 50 things that WE should keep in mind on every website that WE build to will improve our visitors experience on our website. 1. Clicking on the logo should take you to the home page; 2. Your logo/site title should be positioned in the top left of the page; 3. [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a list of 50 things that WE should keep in mind on every website that WE build to  will improve our visitors experience on our website.</p>
<div class="note">1. Clicking on the logo should take you to the home page;</div>
<div class="note">2. Your logo/site title should be positioned in the top left of the page;</div>
<div class="note">3. Duplicate your main navigational links in the page footer with links to additional, but less prominent pages;</div>
<div class="note">4. Keep your navigation positioning consistent from page to page;</div>
<div class="note">5. Don’t open links in a new tab/window, except PDF’s and embedded documents;</div>
<div class="note">6. Highlight your current location in your navigation bar;</div>
<div class="note">7. Use reasonable sized fonts (12px or larger);</div>
<div class="note">8. Make sure font sizes are flexible (Use em’s or %, not px);</div>
<div class="note">9. Sans-serif fonts are easier to read at small sizes;</div>
<div class="note">10. Serif fonts are easier to read at large sizes;</div>
<div class="note">11. Center your layout on the screen;</div>
<div class="note">12. Use a page width appropriate for your audience (Older people use lower resolutions, tech saavy people use higher resolutions);</div>
<div class="note">13. Use whitespace to logically group related items on the page;</div>
<div class="note">14. Use font sizes, colors and styles to prioritize content;</div>
<div class="note">15. Use 1.4 or 1.5em line height;</div>
<div class="note">16. Use line lengths of 45 – 60 characters, the same as a paperback book;</div>
<div class="note">17. Link to related content within the context of your page content;</div>
<div class="note">18. Make sure your links change color/style when visited;</div>
<div class="note">19. Always underline links, except some navigational cases;</div>
<div class="note">20. Do not make important parts of the website look like an advertisement;</div>
<div class="note">21. Use pull quotes to highlight important content in a lengthy article;</div>
<div class="note">22. Text should be concise and scannable;</div>
<div class="note">23. Use dark gray text instead of black text on a white background;</div>
<div class="note">24. Break long pages into multiple pages;</div>
<div class="note">25. Do not use all uppercase words, word shape helps word recognition;</div>
<div class="note">26. Divide text into sections and use sub headlines to make content more easily scanned;</div>
<div class="note">27. Keep a consistent layout, colors and typography throughout the whole site;</div>
<div class="note">28. Print friendly automatically with print stylesheets;</div>
<div class="note">29. Use buttons to submit forms (Some images which look like buttons are ok);</div>
<div class="note">30. Don’t disguise or over-style inputs;</div>
<div class="note">31. Don’t redesign standard UI elements, like scrollbars (this means you, flash people!);</div>
<div class="note">32. Use breadcrumb navigation for hierarchical content;</div>
<div class="note">33. Search results page should reiterate the phrase you searched for;</div>
<div class="note">34. Do call your homepage “home” – not “welcome,” “front page,” “your company name” or anything else;</div>
<div class="note">35. Use short and easy to read URL’s;</div>
<div class="note">36. Give links to other content on your site related to their current page;</div>
<div class="note">37. Optimize images for fast downloading;</div>
<div class="note">38. Publish new content regularly, don’t “set it and forget it;”</div>
<div class="note">39. Test in all browsers and OS’s, and different versions – IE, Firefox, Safari, Opera and Chrome;</div>
<div class="note">40. Listen to your users and let them dictate changes (user centered design);</div>
<div class="note">41. Avoid using jargon in page copy unless absolutely necessary;</div>
<div class="note">42. Keep forms short, only ask for what you absolutely need;</div>
<div class="note">43. Encourage conversation around your content.  Comments, forums, etc…;</div>
<div class="note">44. Include a text only sitemap;</div>
<div class="note">45. Use the title attribute on links to add more context;</div>
<div class="note">46. Never use “click here” as the text on a link;</div>
<div class="note">47. Write in a inverted pyramid style;</div>
<div class="note">48. Create friendly 404 pages which help people find content;</div>
<div class="note">49. Create incentive to come back later;</div>
<div class="note">50. Connect information via hyperlinks, dont force navigational channels;</div>
<p>Adapted from: http://www.designinginteractive.com/design/50-tips-to-a-user-friendly-website/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gerald.comuf.com/2011/03/50-tips-to-a-user-friendly-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Speed Up Internet by 20% in Windows</title>
		<link>http://www.gerald.comuf.com/2011/03/how-to-speed-up-internet-by-20-in-windows/</link>
		<comments>http://www.gerald.comuf.com/2011/03/how-to-speed-up-internet-by-20-in-windows/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 23:24:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[speed up internet]]></category>

		<guid isPermaLink="false">http://www.gerald.comuf.com/?p=55</guid>
		<description><![CDATA[Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Updates and interrogating your PC etc.. You can get the 20% to speed up internet by: 1. Click Start then Run and type &#8220;gpedit.msc&#8221; without quotes.This opens the group policy editor. 2. Go to Local Computer Policy &#62; Computer Configuration &#62; Administrative [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="quotation"><p>Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Updates and interrogating your PC etc..</p>
</blockquote>
<p>You can get the 20% to speed up internet by:</p>
<div class="note">1. Click Start then Run and type &#8220;gpedit.msc&#8221; without quotes.This opens the group policy editor.</div>
<div class="note">2. Go to Local Computer Policy <strong>&gt;</strong> Computer Configuration <strong>&gt;</strong> Administrative Templates <strong>&gt;</strong> Network then QOS Packet Scheduler <strong> &gt;</strong> Limit Reservable Bandwidth.</div>
<div class="note">3. Double  click on Limit Reservable bandwidth</p>
<div class="tip"> It will say it is not configured but the truth is under the &#8216;Explain&#8217; tab i.e.&#8221;By default, the Packet  Scheduler limits the system to 20 percent of the bandwidth of a  connection, but you can use this setting to override the default.&#8221;.</div>
</div>
<div class="note">3. Enable Reservable bandwidth</p>
<div class="tip">So  the trick is to ENABLE reservable bandwidth, then set it to ZERO. This  will allow the system to reserve nothing, rather than the default 20%.It  works on Win 2000 as well.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.gerald.comuf.com/2011/03/how-to-speed-up-internet-by-20-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Speed Up Folder Browsing in Windows XP</title>
		<link>http://www.gerald.comuf.com/2011/03/how-to-speed-up-folder-browsing-in-windows-xp/</link>
		<comments>http://www.gerald.comuf.com/2011/03/how-to-speed-up-folder-browsing-in-windows-xp/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 23:18:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[speed up folder browsing on windows]]></category>

		<guid isPermaLink="false">http://www.gerald.comuf.com/?p=52</guid>
		<description><![CDATA[You may have noticed that every time you open my computer to browse folders that there is a slight delay. This is because Windows XP automatically searches for network files and printers every time you open Windows Explorer. To fix this and to increase browsing significantly: 1. Open My Computer 2. Click on Tools menu [...]]]></description>
			<content:encoded><![CDATA[<p>You may have noticed  that every time you open my computer to browse folders that there is a  slight delay. This is because Windows XP automatically searches for  network files and printers every time you open Windows Explorer. To fix  this and to increase browsing significantly:</p>
<div class="note">1. Open My Computer</div>
<div class="note">2. Click on Tools menu</div>
<div class="note">3. Click on Folder Options</div>
<div class="note">4. Click on the View tab.</div>
<div class="note">5. Uncheck the Automatically search for network folders and printers check box</div>
<div class="note">6. Click Apply</div>
<div class="note">7. Click Ok</div>
<div class="note">8. Reboot your computer</div>
]]></content:encoded>
			<wfw:commentRss>http://www.gerald.comuf.com/2011/03/how-to-speed-up-folder-browsing-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<media:rating>nonadult</media:rating></channel>
</rss>

