<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TechniTip.Net</title>
	<atom:link href="http://technitip.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://technitip.net</link>
	<description>TechniTip.Net - Useful tips regarding technical stuff for things like Linux, MySQL, Apache, PHP, Linux Server, iPhone and more.</description>
	<lastBuildDate>Fri, 13 Aug 2010 08:00:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<image>
<link>http://technitip.net</link>
<url>http://technitip.net/wp-content/plugins/maxblogpress-favicon/icons/favicon-66.ico</url>
<title>TechniTip.Net</title>
</image>
		<item>
		<title>How do you protect your Blog from Hackers?</title>
		<link>http://technitip.net/2010/08/how-do-you-protect-your-blog-from-hackers/</link>
		<comments>http://technitip.net/2010/08/how-do-you-protect-your-blog-from-hackers/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 16:08:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Latest Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1511</guid>
		<description><![CDATA[Using WordPress is nice and many websites use it. The advantage of course that there are many tips, additional plugins etc. are available. But on the other hand there is a big disadvantage. Hackers attack WordPress sitse due to many many sites use it. I found an article and video from Matt Cutts an employee [...]

<div style="clear: both;">
<strong>Related posts:</strong><ol><li><a href='http://technitip.net/2010/06/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update/' rel='bookmark' title='Permanent Link: WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li>
<li><a href='http://technitip.net/2009/06/wptouch-mobile-plugintheme-for-wordpress/' rel='bookmark' title='Permanent Link: WPtouch: Mobile Plugin&#038;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li>
<li><a href='http://technitip.net/2009/01/useful-wordpress-plugins/' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>Using WordPress is nice and many websites use it. The advantage of course that there are many tips, additional plugins etc. are available. But on the other hand there is a big disadvantage. Hackers attack WordPress sitse due to many many sites use it. I found an <a title="Three tips to protect your WordPress installation" href="http://www.mattcutts.com/blog/three-tips-to-protect-your-wordpress-installation/" target="_blank">article</a> and <a title="How do you protect your blog from hackers? " href="http://www.youtube.com/watch?v=gwAlEf-AbCU" target="_blank">video</a> from Matt Cutts an employee from Google.</p>
<p>He recommends to protect your wp-admin area using the Apache .htaccess file. Here in detail access is only allowed from IP addresses from where you are logging in. It&#8217;s definitely a good way to protect you blog, but often people don&#8217;t have a fixed IP address. The DSL provider assigns a different IP address on every dial in. Unfortunately there is no easy way to obtain the network addresses of your DSL provider which can be entered in your .htaccess file.</p>
<p>Another important recommendation: Always keep your server software and WordPress software up to date!</p>
<p>Also remove the following line from your header.php which will show hackers your WordPress version:</p>
<p><code>&lt;meta name=”generator” content=”WordPress &lt;?php  bloginfo(’version’); ?&gt;” /&gt; &lt;!-– leave this for stats please  --&gt;</code></p>
<p>So let&#8217;s concentrate on the restricted access in the wp-admin area. It&#8217;s a little bit tricky to get the address list of your DSL provider. I&#8217;ll explain and show an example script below. First let&#8217;s have a look at the <a title="How do you protect your blog from hackers? " href="http://www.youtube.com/watch?v=gwAlEf-AbCU" target="_blank">video</a> from Matt Cutts.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="618" height="373" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/gwAlEf-AbCU&amp;hl=en_GB&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="618" height="373" src="http://www.youtube.com/v/gwAlEf-AbCU&amp;hl=en_GB&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>As step one you have to find out your own IP address. Let&#8217;s assume your IP address assigned from your provider is 213.168.95.20 (this is just an example!). Next do a whois lookup:</p>
<pre>server:~# whois 213.168.95.20
...
inetnum:        213.168.95.0 - 213.168.98.255
<strong>netname:        NC-DIAL-IN-POOL</strong>
</pre>
<p>Have a look at the <strong>netname NC-DIAL-IN-POOL</strong>. Usually provider assign  a common name for all DSL dynamic address. But we want to add all IP addresses or better all network ranges into our .htaccess file. Ok now we need to get all address ranges with this netname. This can be achieved using the Linux whois tool:</p>
<pre>server:~# whois -h whois.ripe.net NC-DIAL-IN-POOL
...
inetnum:        194.8.209.0 - 194.8.209.255
...
inetnum:        194.8.205.0 - 194.8.205.255
...
</pre>
<p>Fine we get a list with all network ranges from our provider now, but still not the correct netmask format and a lot of other output which we don&#8217;t need. Basically it&#8217;s possible to manually generate the .htaccess file now. Not big fun&#8230; So I&#8217;ve created a small perl script which does the job. As small bonus it creates the needed format for .htaccess file which means you are able to directly add the output to your .htaccess file in the wp-admin folder.</p>
<p><strong>Important:</strong> Before usage you have to add the <strong>netname</strong> of the dial-in pool of your provider. How to find it out is described above. Below is only an example. The output will look like:</p>
<pre>server:~# ./gethtaccessranges.sh
allow from 194.8.209.0/24
allow from 194.8.205.0/24
allow from 195.14.226.0/24
</pre>
<p>Finally generate a .htaccess file in your wp-admin/ folder with the content:</p>
<pre>order deny,allow
deny from all</pre>
<p>and add the output of the script gethtaccessranges.sh below the two lines. That&#8217;s it! Now access to wp-admin is only allowed from dynamic IP address from your provider. Sure it&#8217;s not the perfect solution but I&#8217;ll prevent you from many other hack attempts from all over the world.</p>
<p>At the end of the script there is also an example in case providers use number in their netnames.</p>
<pre>#!/usr/bin/perl -w
# gethtaccessranges.sh
# Harald Kraemer 08.08.2010
# www.technnitip.net
#
# NET::CIDR and NET::Whois is need to run this script.
# On debian you can install using apt-get:
# apt-get install libnet-cidr-perl libnet-whois-perl
#
<strong># Important: Replace the netname "NC-DIAL-IN-POOL" at the end of the
# script with the dial-in netname of your provider! Use the command
# whois &lt;my-ip-address&gt; to find out the netname.</strong>

use Net::CIDR;
use Net::CIDR ':all';
use Net::Whois::Raw;
use strict;

sub getRanges
{
  my($netname) = @_;
  my $whois;
  my @whois_array;
  my @ranges;

  $whois = whois( $netname, 'whois.ripe.net' );

  @whois_array   = split( "\n", $whois );
  @ranges        = grep( /inetnum:/, @whois_array );

  foreach ( @ranges )
  {
    s/inetnum://g;
    s/ //g;
    s/ - /-/g;

    foreach my $item ( Net::CIDR::range2cidr( $_ ) )
    {
      print "allow from " . $item . "\n";
    }
  }
}

getRanges('NC-DIAL-IN-POOL');

#for( my $i=1; $i &lt;= 30; $i++)
#{
#  getRanges('DTAG-DIAL' . $i);
#}</pre>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2F2010%2F08%2Fhow-do-you-protect-your-blog-from-hackers%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div>

<div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/2010/06/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update/' rel='bookmark' title='Permanent Link: WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li>
<li><a href='http://technitip.net/2009/06/wptouch-mobile-plugintheme-for-wordpress/' rel='bookmark' title='Permanent Link: WPtouch: Mobile Plugin&#038;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li>
<li><a href='http://technitip.net/2009/01/useful-wordpress-plugins/' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/2010/08/how-do-you-protect-your-blog-from-hackers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad to Sell</title>
		<link>http://technitip.net/2010/08/ipad-to-sell/</link>
		<comments>http://technitip.net/2010/08/ipad-to-sell/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 19:08:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1504</guid>
		<description><![CDATA[Guaranteed original iPad to sell. Incl. original packaging Related posts:&#8220;Commodore C64&#8243; for iPhone and iPad

<div style="clear: both;">
<strong>Related posts:</strong><ol><li><a href='http://technitip.net/2010/04/commodore-c64-for-iphone-and-ipad/' rel='bookmark' title='Permanent Link: &#8220;Commodore C64&#8243; for iPhone and iPad'>&#8220;Commodore C64&#8243; for iPhone and iPad</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[
<a href="http://technitip.net/wp-content/gallery/test/ipad.jpg" title="" class="shutterset_singlepic142" >
	<img class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/142__620x_ipad.jpg" alt="ipad" title="ipad" />
</a>

<p>Guaranteed original iPad to sell. Incl. original packaging <img src='http://technitip.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2F2010%2F08%2Fipad-to-sell%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div>

<div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/2010/04/commodore-c64-for-iphone-and-ipad/' rel='bookmark' title='Permanent Link: &#8220;Commodore C64&#8243; for iPhone and iPad'>&#8220;Commodore C64&#8243; for iPhone and iPad</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/2010/08/ipad-to-sell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow Motion in Premiere Pro CS5 using DSLR 50p/60p</title>
		<link>http://technitip.net/2010/08/slow-motion-in-premiere-pro-cs5-using-dslr-50p60p/</link>
		<comments>http://technitip.net/2010/08/slow-motion-in-premiere-pro-cs5-using-dslr-50p60p/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 17:28:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[50p/60p]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Canon 7D]]></category>
		<category><![CDATA[DSLR]]></category>
		<category><![CDATA[Premiere CS5]]></category>
		<category><![CDATA[slow motion]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1500</guid>
		<description><![CDATA[A nice tutorial on YouTube which shows how to generate slow motion effects with footage from DSLR cameras with 50p/60p frame rates like the Canon 7D. Related posts:DSLR Editing Workflow in Premiere Pro CS5 Network Neighborhood Browsing Slow Canon 0D &#8211; The Flagship

<div style="clear: both;">
<strong>Related posts:</strong><ol><li><a href='http://technitip.net/2010/08/dslr-editing-workflow-in-premiere-pro-cs5/' rel='bookmark' title='Permanent Link: DSLR Editing Workflow in Premiere Pro CS5'>DSLR Editing Workflow in Premiere Pro CS5</a></li>
<li><a href='http://technitip.net/2010/01/network-neighborhood-browsing-slow/' rel='bookmark' title='Permanent Link: Network Neighborhood Browsing Slow'>Network Neighborhood Browsing Slow</a></li>
<li><a href='http://technitip.net/2010/01/canon-0d-the-flagship/' rel='bookmark' title='Permanent Link: Canon 0D &#8211; The Flagship'>Canon 0D &#8211; The Flagship</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>A nice tutorial on YouTube which shows how to generate slow motion effects with footage from DSLR cameras with 50p/60p frame rates like the Canon 7D.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="618" height="373" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ebVQnMmMRVU&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="618" height="373" src="http://www.youtube.com/v/ebVQnMmMRVU&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2F2010%2F08%2Fslow-motion-in-premiere-pro-cs5-using-dslr-50p60p%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div>

<div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/2010/08/dslr-editing-workflow-in-premiere-pro-cs5/' rel='bookmark' title='Permanent Link: DSLR Editing Workflow in Premiere Pro CS5'>DSLR Editing Workflow in Premiere Pro CS5</a></li>
<li><a href='http://technitip.net/2010/01/network-neighborhood-browsing-slow/' rel='bookmark' title='Permanent Link: Network Neighborhood Browsing Slow'>Network Neighborhood Browsing Slow</a></li>
<li><a href='http://technitip.net/2010/01/canon-0d-the-flagship/' rel='bookmark' title='Permanent Link: Canon 0D &#8211; The Flagship'>Canon 0D &#8211; The Flagship</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/2010/08/slow-motion-in-premiere-pro-cs5-using-dslr-50p60p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DSLR Editing Workflow in Premiere Pro CS5</title>
		<link>http://technitip.net/2010/08/dslr-editing-workflow-in-premiere-pro-cs5/</link>
		<comments>http://technitip.net/2010/08/dslr-editing-workflow-in-premiere-pro-cs5/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 18:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[DSLR]]></category>
		<category><![CDATA[Editing]]></category>
		<category><![CDATA[Footage]]></category>
		<category><![CDATA[HD]]></category>
		<category><![CDATA[Premiere CS5]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1493</guid>
		<description><![CDATA[Editing video footage from a DSLR HD camera with Adobe Premiere versions like CS4 and smaller was definitely a pain. Incredible slow when working with the native material, incredible complicated when working with proxy files etc. Now with Adobe Premiere CS5 editing DSRL HD footage is working more smooth. Jason Levine shows how footage from [...]

<div style="clear: both;">
<strong>Related posts:</strong><ol><li><a href='http://technitip.net/2010/08/slow-motion-in-premiere-pro-cs5-using-dslr-50p60p/' rel='bookmark' title='Permanent Link: Slow Motion in Premiere Pro CS5 using DSLR 50p/60p'>Slow Motion in Premiere Pro CS5 using DSLR 50p/60p</a></li>
<li><a href='http://technitip.net/2009/09/adobe-training-and-workshop-videos/' rel='bookmark' title='Permanent Link: Adobe Training and Workshop Videos'>Adobe Training and Workshop Videos</a></li>
<li><a href='http://technitip.net/2009/11/photoshopbridge-doesnt-open-raw-pictures/' rel='bookmark' title='Permanent Link: Photoshop/Bridge doesn&#8217;t open Raw Pictures?'>Photoshop/Bridge doesn&#8217;t open Raw Pictures?</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>Editing video footage from a DSLR HD camera with Adobe Premiere versions like CS4 and smaller was definitely a pain. Incredible slow when working with the native material, incredible complicated when working with proxy files etc.</p>
<p>Now with Adobe Premiere CS5 editing DSRL HD footage is working more smooth. <a title="Jason Levine" onclick="javascript:pageTracker._trackPageview('/outgoing/blogs.adobe.com/jlevmedia/');" href="http://blogs.adobe.com/jlevmedia/" target="_blank">Jason Levine</a> shows how footage from different cameras with different resolutions and frame rates can be edited now. Sure a 64-bit machine with sufficient RAM and CPU power helps.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="618" height="373" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ioevL6m62yk&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="618" height="373" src="http://www.youtube.com/v/ioevL6m62yk&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2F2010%2F08%2Fdslr-editing-workflow-in-premiere-pro-cs5%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div>

<div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/2010/08/slow-motion-in-premiere-pro-cs5-using-dslr-50p60p/' rel='bookmark' title='Permanent Link: Slow Motion in Premiere Pro CS5 using DSLR 50p/60p'>Slow Motion in Premiere Pro CS5 using DSLR 50p/60p</a></li>
<li><a href='http://technitip.net/2009/09/adobe-training-and-workshop-videos/' rel='bookmark' title='Permanent Link: Adobe Training and Workshop Videos'>Adobe Training and Workshop Videos</a></li>
<li><a href='http://technitip.net/2009/11/photoshopbridge-doesnt-open-raw-pictures/' rel='bookmark' title='Permanent Link: Photoshop/Bridge doesn&#8217;t open Raw Pictures?'>Photoshop/Bridge doesn&#8217;t open Raw Pictures?</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/2010/08/dslr-editing-workflow-in-premiere-pro-cs5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4 Case Program Started</title>
		<link>http://technitip.net/2010/07/iphone-4-case-program-started/</link>
		<comments>http://technitip.net/2010/07/iphone-4-case-program-started/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 19:29:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[bumper]]></category>
		<category><![CDATA[case program]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[iPhone 4]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1456</guid>
		<description><![CDATA[Apple has started it&#8217;s case program now. Such a case solves the &#8220;Antennagate&#8221; issue. If you have purchased an iPhone 4 before September 30, 2010 you can get the free iPhone 4 bumper or a third-party case at now charge. To get the free bumper or case you need to download the iPhone 4 Case [...]

<div style="clear: both;">
<strong>Related posts:</strong><ol><li><a href='http://technitip.net/2009/01/iphone-g3-connection-problems/' rel='bookmark' title='Permanent Link: iPhone G3 Connection Problems?'>iPhone G3 Connection Problems?</a></li>
<li><a href='http://technitip.net/2009/03/convert-videos-for-the-iphone/' rel='bookmark' title='Permanent Link: Convert Videos for the iPhone'>Convert Videos for the iPhone</a></li>
<li><a href='http://technitip.net/2009/04/chkwebspeed-for-iphone/' rel='bookmark' title='Permanent Link: &#8220;ChkWebSpeed&#8221; for iPhone'>&#8220;ChkWebSpeed&#8221; for iPhone</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1457" title="iPhone 4" src="http://technitip.net/wp-content/uploads/2010/07/cp39.jpg" alt="" width="141" height="272" />Apple has started it&#8217;s case program now. Such a case solves the &#8220;Antennagate&#8221; issue. If you have purchased an iPhone 4 before September 30, 2010 you can get the free iPhone 4 bumper or a third-party case at now charge.</p>
<p>To get the free bumper or case you need to download the <a title="iPhone 4 Case Program" href="http://www.apple.com/iphone/case-program/" target="_blank">iPhone 4 Case Program</a> app from iTunes. If you have already purchases a bumper you will get a refund from Apple.</p>
<p>I&#8217;m not sure if I want such a bumper. I did several tests regarding the &#8220;Antennagate&#8221; issue, but for me it&#8217;s not really a problem. To feel the iPhone in your hands is more sexy without bumper or case <img src='http://technitip.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2F2010%2F07%2Fiphone-4-case-program-started%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div>

<div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/2009/01/iphone-g3-connection-problems/' rel='bookmark' title='Permanent Link: iPhone G3 Connection Problems?'>iPhone G3 Connection Problems?</a></li>
<li><a href='http://technitip.net/2009/03/convert-videos-for-the-iphone/' rel='bookmark' title='Permanent Link: Convert Videos for the iPhone'>Convert Videos for the iPhone</a></li>
<li><a href='http://technitip.net/2009/04/chkwebspeed-for-iphone/' rel='bookmark' title='Permanent Link: &#8220;ChkWebSpeed&#8221; for iPhone'>&#8220;ChkWebSpeed&#8221; for iPhone</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/2010/07/iphone-4-case-program-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;iSetSquare&#8221; for iPhone</title>
		<link>http://technitip.net/2010/07/isetsquare-for-iphone/</link>
		<comments>http://technitip.net/2010/07/isetsquare-for-iphone/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 19:09:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[angel]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[iPhone 4]]></category>
		<category><![CDATA[iSetSquare]]></category>
		<category><![CDATA[measure]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1446</guid>
		<description><![CDATA[Still only a few people got the iPhone here&#8230; I&#8217;m lucky and I got one. The iPhone 4 got a gyroscope sensor which is is used in the iSetSquare app. This app lets you use the iPhone 4 as Geometry Drawing Triangle, pretty cool. Wish I would go to school On appadvice.com you can read [...]

<div style="clear: both;">
<strong>Related posts:</strong><ol><li><a href='http://technitip.net/2009/04/speed-test-for-iphone/' rel='bookmark' title='Permanent Link: &#8220;Speed Test&#8221; for iPhone'>&#8220;Speed Test&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/2009/04/network-utility-for-iphone/' rel='bookmark' title='Permanent Link: &#8220;Network Utility&#8221; for iPhone'>&#8220;Network Utility&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/2009/12/photoshop-mobile-for-iphone/' rel='bookmark' title='Permanent Link: &#8220;Photoshop Mobile&#8221; for iPhone'>&#8220;Photoshop Mobile&#8221; for iPhone</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-1447" title="mzl.mkvckeyf.320x480-75" src="http://technitip.net/wp-content/uploads/2010/07/mzl.mkvckeyf.320x480-75.jpg" alt="" width="480" height="320" /></p>
<p style="text-align: left;">Still only a few people got the iPhone here&#8230; I&#8217;m lucky and I got one. The iPhone 4 got a gyroscope sensor which is is used in the <a title="iSetSquare™ - Geometry Drawing Triangle" href="http://itunes.apple.com/us/app/isetsquare-geometry-drawing/id382820922?mt=8#" target="_blank">iSetSquare</a> app. This app lets you use the iPhone 4 as Geometry Drawing Triangle, pretty cool. Wish I would go to school <img src='http://technitip.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="text-align: left;">On <a title="iPhone 4 Gyroscope Plus iSetSquare Equals A Great Measuring Tool – Plus A Chance To Win A Copy" href="http://appadvice.com/appnn/2010/07/iphone-4-gyroscope-isetsquare-equals-great-protractor-measuring-tool/" target="_blank">appadvice.com</a> you can read a detailed review of the app.</p>
<p style="text-align: left;"><strong>Links</strong></p>
<ul>
<li><a title="iPhone 4 Gyroscope Plus iSetSquare Equals A Great Measuring Tool – Plus A Chance To Win A Copy" href="http://appadvice.com/appnn/2010/07/iphone-4-gyroscope-isetsquare-equals-great-protractor-measuring-tool/" target="_blank">iPhone 4 Gyroscope Plus iSetSquare A Great Measuring Tool on appadvice.com</a></li>
<li><a title="iSetSquare™ - Geometry Drawing Triangle on iTunes" href="http://itunes.apple.com/us/app/isetsquare-geometry-drawing/id382820922?mt=8#" target="_blank">Download link iTunes</a></li>
</ul>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2F2010%2F07%2Fisetsquare-for-iphone%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div>

<div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/2009/04/speed-test-for-iphone/' rel='bookmark' title='Permanent Link: &#8220;Speed Test&#8221; for iPhone'>&#8220;Speed Test&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/2009/04/network-utility-for-iphone/' rel='bookmark' title='Permanent Link: &#8220;Network Utility&#8221; for iPhone'>&#8220;Network Utility&#8221; for iPhone</a></li>
<li><a href='http://technitip.net/2009/12/photoshop-mobile-for-iphone/' rel='bookmark' title='Permanent Link: &#8220;Photoshop Mobile&#8221; for iPhone'>&#8220;Photoshop Mobile&#8221; for iPhone</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/2010/07/isetsquare-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 „Thelonious“ Update</title>
		<link>http://technitip.net/2010/06/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update/</link>
		<comments>http://technitip.net/2010/06/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 11:20:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[Thelonious]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[Wordpress 3.0]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1436</guid>
		<description><![CDATA[A few days WordPress 3.0 called &#8220;Thelonious&#8221; has been released. I&#8217;ve used the automatic update feature for two blog installations without problems. For security reasons you should add four new keys to your wp-config.php in the root directory of your WordPress installation. The easiest way to generate the keys  is to use the key generator [...]

<div style="clear: both;">
<strong>Related posts:</strong><ol><li><a href='http://technitip.net/2009/01/useful-wordpress-plugins/' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</a></li>
<li><a href='http://technitip.net/2009/06/wptouch-mobile-plugintheme-for-wordpress/' rel='bookmark' title='Permanent Link: WPtouch: Mobile Plugin&#038;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li>
<li><a href='http://technitip.net/2009/06/wordpress-2-8-released/' rel='bookmark' title='Permanent Link: WordPress 2.8 Released'>WordPress 2.8 Released</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>A few days WordPress 3.0 called &#8220;Thelonious&#8221; has been released. I&#8217;ve used the automatic update feature for two blog installations without problems.</p>
<p>For security reasons you should add four new keys to your wp-config.php in the root directory of your WordPress installation. The easiest way to generate the keys  is to use the <a title="WordPress Key Generator" href="https://api.wordpress.org/secret-key/1.1/salt/" target="_blank">key generator</a> from <a title="wordpress.org" href="http://wordpress.org/" target="_blank">wordpress.org</a>. Copy the generated keys to your wp-config.php and finally log in again to wp-admin. As a result you will recognize the update wp-admin skin.</p>

<a href="http://technitip.net/wp-content/gallery/test/wordpress3.jpg" title="" class="shutterset_singlepic141" >
	<img class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/141__600x_wordpress3.jpg" alt="wordpress3" title="wordpress3" />
</a>

<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2F2010%2F06%2Fwordpress-3-0-%25e2%2580%259ethelonious%25e2%2580%259c-update%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div>

<div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/2009/01/useful-wordpress-plugins/' rel='bookmark' title='Permanent Link: Useful WordPress Plugins'>Useful WordPress Plugins</a></li>
<li><a href='http://technitip.net/2009/06/wptouch-mobile-plugintheme-for-wordpress/' rel='bookmark' title='Permanent Link: WPtouch: Mobile Plugin&#038;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li>
<li><a href='http://technitip.net/2009/06/wordpress-2-8-released/' rel='bookmark' title='Permanent Link: WordPress 2.8 Released'>WordPress 2.8 Released</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/2010/06/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Commodore C64&#8243; for iPhone and iPad</title>
		<link>http://technitip.net/2010/04/commodore-c64-for-iphone-and-ipad/</link>
		<comments>http://technitip.net/2010/04/commodore-c64-for-iphone-and-ipad/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:43:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[C64]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[retro]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1423</guid>
		<description><![CDATA[Commodore C64 &#8211; the best-selling personal computer of all time is back for the iPhone and iPad. Really retro Click on the picture above to get the link to iTunes store. Related posts:iPad to Sell Ring Tone doesn&#8217;t appear on iPhone after Sync? &#8220;Network Utility&#8221; for iPhone

<div style="clear: both;">
<strong>Related posts:</strong><ol><li><a href='http://technitip.net/2010/08/ipad-to-sell/' rel='bookmark' title='Permanent Link: iPad to Sell'>iPad to Sell</a></li>
<li><a href='http://technitip.net/2008/12/ring-tone-doesnt-appear-on-iphone-after-sync/' rel='bookmark' title='Permanent Link: Ring Tone doesn&#8217;t appear on iPhone after Sync?'>Ring Tone doesn&#8217;t appear on iPhone after Sync?</a></li>
<li><a href='http://technitip.net/2009/04/network-utility-for-iphone/' rel='bookmark' title='Permanent Link: &#8220;Network Utility&#8221; for iPhone'>&#8220;Network Utility&#8221; for iPhone</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a title="C64 for iPhone and iPad" href="http://c64.manomio.com/" target="_blank"><img class="aligncenter size-full wp-image-1424" style="padding-bottom: 10px;" title="c64forIphone" src="http://technitip.net/wp-content/uploads/2010/04/c64forIphone.jpg" alt="" width="630" height="384" /></a>Commodore C64 &#8211; the best-selling personal computer of all time is back for the iPhone and iPad. Really retro <img src='http://technitip.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Click on the picture above to get the link to iTunes store.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2F2010%2F04%2Fcommodore-c64-for-iphone-and-ipad%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div>

<div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/2010/08/ipad-to-sell/' rel='bookmark' title='Permanent Link: iPad to Sell'>iPad to Sell</a></li>
<li><a href='http://technitip.net/2008/12/ring-tone-doesnt-appear-on-iphone-after-sync/' rel='bookmark' title='Permanent Link: Ring Tone doesn&#8217;t appear on iPhone after Sync?'>Ring Tone doesn&#8217;t appear on iPhone after Sync?</a></li>
<li><a href='http://technitip.net/2009/04/network-utility-for-iphone/' rel='bookmark' title='Permanent Link: &#8220;Network Utility&#8221; for iPhone'>&#8220;Network Utility&#8221; for iPhone</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/2010/04/commodore-c64-for-iphone-and-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 LoginUI.exe Application Error</title>
		<link>http://technitip.net/2010/04/windows-7-loginui-exe-application-error/</link>
		<comments>http://technitip.net/2010/04/windows-7-loginui-exe-application-error/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 21:36:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[LogonUI.exe]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1419</guid>
		<description><![CDATA[Some weeks ago I installed a Solid State Disk in my Latitude D820. The experience was very nice! Boot time decreased to 30 seconds. But two days ago a bad surprise: Starting the notebook did only show a blank screen (BIOS messages and Windows start logo appeared). After pressing FN-F8 (CRT/LCD) I could see a [...]

<div style="clear: both;">
<strong>Related posts:</strong><ol><li><a href='http://technitip.net/2010/01/notebook-memory-parity-error-dell-latitude-d820/' rel='bookmark' title='Permanent Link: Notebook Memory Parity Error (Dell Latitude D820)'>Notebook Memory Parity Error (Dell Latitude D820)</a></li>
<li><a href='http://technitip.net/2009/09/windows-7-performance-tuning/' rel='bookmark' title='Permanent Link: Windows 7 Performance Tuning'>Windows 7 Performance Tuning</a></li>
<li><a href='http://technitip.net/2009/10/dell-d820-4gb-memory-upgrade-problem/' rel='bookmark' title='Permanent Link: Dell D820 4GB Memory Upgrade Problem'>Dell D820 4GB Memory Upgrade Problem</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>Some weeks ago I installed a Solid State Disk in my Latitude D820. The experience was very nice! Boot time decreased to 30 seconds. But two days ago a bad surprise: Starting the notebook did only show a blank screen (BIOS messages and Windows start logo appeared). After pressing FN-F8 (CRT/LCD) I could see a message box &#8220;LogonUI.exe &#8211; Application Error&#8221;. Pressing OK, waiting 10 seconds and the same message appeared again&#8230;</p>
<p>In my case the only way to get Windows 7 booting again was:</p>
<ul>
<li>Insert original Windows 7 CD and boot from it</li>
<li>Start the console</li>
<li>Enter &#8220;sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows</li>
</ul>
<p>I&#8217;m not sure what happened, but I hope the SSD disc has not failure.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2F2010%2F04%2Fwindows-7-loginui-exe-application-error%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div>

<div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/2010/01/notebook-memory-parity-error-dell-latitude-d820/' rel='bookmark' title='Permanent Link: Notebook Memory Parity Error (Dell Latitude D820)'>Notebook Memory Parity Error (Dell Latitude D820)</a></li>
<li><a href='http://technitip.net/2009/09/windows-7-performance-tuning/' rel='bookmark' title='Permanent Link: Windows 7 Performance Tuning'>Windows 7 Performance Tuning</a></li>
<li><a href='http://technitip.net/2009/10/dell-d820-4gb-memory-upgrade-problem/' rel='bookmark' title='Permanent Link: Dell D820 4GB Memory Upgrade Problem'>Dell D820 4GB Memory Upgrade Problem</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/2010/04/windows-7-loginui-exe-application-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking DNS Configuration Online</title>
		<link>http://technitip.net/2010/04/checking-dns-configuration-online/</link>
		<comments>http://technitip.net/2010/04/checking-dns-configuration-online/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 21:50:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux Server]]></category>

		<guid isPermaLink="false">http://technitip.net/?p=1412</guid>
		<description><![CDATA[Sometimes it&#8217;s need to check your DNS configuration for correct mail-server (MX), name-server (NS) and further settings. Recently I found a nice online tool which checks the health and configuration of your domain. The online check is available on intoDNS.com. To use it just browse to this site and enter your domain name and you [...]

<div style="clear: both;">
<strong>Related posts:</strong><ol><li><a href='http://technitip.net/2009/02/putty-ssh-login-without-password-prompt/' rel='bookmark' title='Permanent Link: PuTTY SSH Login Without Password Prompt'>PuTTY SSH Login Without Password Prompt</a></li>
</ol></div>]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://technitip.net/wp-content/gallery/test/intodns.jpg" title="" class="shutterset_singlepic140" >
	<img class="ngg-singlepic ngg-right" src="http://technitip.net/wp-content/gallery/cache/140__320x240_intodns.jpg" alt="intodns" title="intodns" />
</a>
Sometimes it&#8217;s need to check your DNS configuration for correct mail-server (MX), name-server (NS) and further settings.</p>
<p>Recently I found a nice online tool which checks the health and configuration of your domain. The online check is available on <a title="www.intodns.com" href="http://www.intodns.com/" target="_blank">intoDNS.com</a>. To use it just browse to this site and enter your domain name and you will get many useful checks and information about your server settings.</p>
<p>Links</p>
<ul>
<li><a title="www.intodns.com" href="http://www.intodns.com/" target="_blank">intoDNS.com</a></li>
</ul>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2F2010%2F04%2Fchecking-dns-configuration-online%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 50px;"></iframe></div>

<div style="clear: both;"><p><strong>Related posts:</strong><ol><li><a href='http://technitip.net/2009/02/putty-ssh-login-without-password-prompt/' rel='bookmark' title='Permanent Link: PuTTY SSH Login Without Password Prompt'>PuTTY SSH Login Without Password Prompt</a></li>
</ol></p></div>]]></content:encoded>
			<wfw:commentRss>http://technitip.net/2010/04/checking-dns-configuration-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
