<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ephrontech&#039;s Blog</title>
	<atom:link href="http://ephrontech.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ephrontech.wordpress.com</link>
	<description>locally delivered offshore solutions</description>
	<lastBuildDate>Mon, 17 Aug 2009 11:54:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ephrontech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ephrontech&#039;s Blog</title>
		<link>http://ephrontech.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ephrontech.wordpress.com/osd.xml" title="Ephrontech&#039;s Blog" />
	<atom:link rel='hub' href='http://ephrontech.wordpress.com/?pushpress=hub'/>
		<item>
		<title>11 Vital Tips and Hacks to Protect Your WordPress Admin Area</title>
		<link>http://ephrontech.wordpress.com/2009/08/17/11-vital-tips-and-hacks-to-protect-your-wordpress-admin-area/</link>
		<comments>http://ephrontech.wordpress.com/2009/08/17/11-vital-tips-and-hacks-to-protect-your-wordpress-admin-area/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 11:54:54 +0000</pubDate>
		<dc:creator>ephrontech</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Protect Your WordPress]]></category>

		<guid isPermaLink="false">http://ephrontech.wordpress.com/?p=110</guid>
		<description><![CDATA[1. Create Custom Login Links It is very obvious that in order to access the WordPress admin panel, all one has to do is type in the url of the site with /wp-login.php. Now if you used a same password in more than one location, and it was jeopardized then it is easy for the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=110&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4>1. Create Custom Login Links</h4>
<p>It is very obvious that in order to access the WordPress admin panel, all one has to do is type in the url of the site with /wp-login.php. Now if you used a same password in more than one location, and it was jeopardized then it is easy for the hacker to hack your site. A plugin called <a href="http://wordpress.org/extend/plugins/stealth-login/" target="_blank">Stealth Login</a> allows you to create custom URLs for logging in, logging out, administration and registering for your WordPress blog. You can also enable “Stealth Mode” which will prevent users from being able to access ‘wp-login.php’ directly. You can then set your login url to something more cryptic. This won’t secure your website perfectly, but if someone does manage to crack your password, it can make it difficult for them to find where to actually login. This also prevents any bots that are used for malicious intents from accessing your wp-login.php file and attempting to break in.</p>
<p><img style="border:1px solid #dddddd;padding:5px;" src="http://www.wpbeginner.com/adminsecurity/stealthlogin.gif" alt="Stealth Login" /></p>
<h4>2. Pick a Strong Password</h4>
<p>This is a very obvious step, but we must mention it as it can’t be emphasized enough. Do not use the same password in other places. Try to make each password different and hard to guess. Use the WordPress Password Strength Detector to your advantage and make your password strong. Another thing you want to do is change your password periodically, so even if some has guessed your password, it is useless to them once you have changed it.</p>
<p><img style="border:1px solid #dddddd;padding:5px;" src="http://www.wpbeginner.com/adminsecurity/strongpassword.gif" alt="Strong Password" /></p>
<p>Excellent guide to <a href="http://www.makeuseof.com/tag/how-to-create-strong-password-that-you-can-remember-easily/" target="_blank">Create Strong Passwords</a>.</p>
<h4>3. Limit Login Attempts</h4>
<p>Sometimes the hacker might think they know your password, or they might develop a script to guess your password. In that case what you need to do is limit the login attempts. You can easily do so by using a plugin called <a href="http://www.bad-neighborhood.com/login-lockdown.html" target="_blank">Login Lockdown</a> which will lock a user out if they entered the wrong password more than the specified time. They will be locked out for a specified time. You can control the settings via your wp-admin panel.</p>
<p><img style="border:1px solid #dddddd;padding:5px;" src="http://www.wpbeginner.com/adminsecurity/loginlockdown.gif" alt="Login Lockdown" /></p>
<h4>4. Use Secure SSL Login Pages</h4>
<p><img style="border:1px solid #dddddd;padding:5px;" src="http://www.wpbeginner.com/adminsecurity/sslsecurity.gif" alt="SSL Login Pages" /></p>
<p>You can login to WordPress Admin Panel through the encrypted channels with SSL meaning your session URLs will have https://. You must confirm with your webhosts that you have Shared SSL, or you own a SSL certificate. Once you have confirmed paste the following code in your <em>wp-config.php</em> file:</p>
<blockquote><p>define(’FORCE_SSL_ADMIN’, true);</p></blockquote>
<p>There is also a plugin called <a href="http://wordpress.org/extend/plugins/admin-ssl-secure-admin/" target="_blank">Admin SSL</a> that will force SSL on all pages. It is easier if you run this plugin, but it is only compatible with version 2.7 and above.</p>
<h4>5. Password Protect WP-Admin Directory</h4>
<p>There is nothing wrong with having two passwords. It just adds another level of security to your WordPress Admin Area. This can be done by using a plugin called <a href="http://www.askapache.com/WordPress/htaccess-password-protect.html">AskApache Password Protect</a>. It encrypts your password and creates the .htpasswd file, as well as setting the correct security-enhanced file permissions on both. You can also use cPanel Password Protection on a Directory if you are using a cPanel Web Host to password protect wp-admin directory.</p>
<p><img style="border:1px solid #dddddd;padding:5px;" src="http://www.wpbeginner.com/adminsecurity/askapache.gif" alt="Ask Apache Protect" /></p>
<h4>6. Limit Access via IP Address</h4>
<p>You can limit access to your WP-Admin Panel and only allow certain IP Addresses to access. All you have to do is create a .htaccess file in /wp-admin/ folder if there is not one there already. Paste the following code:</p>
<blockquote><p>AuthUserFile /dev/null<br />
AuthGroupFile /dev/null<br />
AuthName “WordPress Admin Access Control”<br />
AuthType Basic</p>
<p>order deny,allow<br />
deny from all<br />
# whitelist Syed’s IP address<br />
allow from xx.xx.xx.xxx<br />
# whitelist David’s IP address<br />
allow from xx.xx.xx.xxx<br />
# whitelist Amanda’s IP address<br />
allow from xx.xx.xx.xxx<br />
# whitelist Muhammad’s IP address<br />
allow from xx.xx.xx.xxx<br />
# whitelist Work IP address<br />
allow from xx.xx.xx.xxx</p></blockquote>
<p>Change the IP Address and it will work. The downside to this hack is that if you ever want to access the admin panel from some other place, you won’t be able to do so unless you add that extra IP in your .htaccess file.</p>
<p><a href="http://www.wpbeginner.com/wp-tutorials/protect-your-admin-folder-in-wordpress-by-limiting-access-in-htaccess/">Source</a></p>
<h4>7. Never use “admin” Username</h4>
<p>This is the first user that is created when WordPress is installed. You should never use or keep this user. Because in the past multiple loopholes have been found that are linked to Brute Force Attack and admin username, you should refrain from using it. You should create another user using your WordPress admin panel, and assign administrator roles to it. Try to make this username something that is not obvious, so it is harder for the hacker to guess. Then delete the admin user altogether to stay on the safe side.</p>
<h4>8. Remove Error Message on the Login Page</h4>
<p><img style="border:1px solid #dddddd;padding:5px;" src="http://www.wpbeginner.com/adminsecurity/errormessage.gif" alt="Error Message" /></p>
<p>When you enter a wrong password or an invalid username, you get an error message in the login page. So if a hacker gets one thing right, the error message will help them identify that. Therefore it is recommended if you remove that error message entirely. Open your <em>functions.php</em> located in your theme folder and paste the following code:</p>
<blockquote><p>add_filter(’login_errors’,create_function(’$a’, “return null;”));</p></blockquote>
<p>A plugin called <a href="http://wordpress.org/extend/plugins/secure-wordpress/" target="_blank">Secure WordPress</a> also accomplishes this and it has other features as well. Check it out to see if you are interested.</p>
<h4>9. Use Encrypted Password to Login</h4>
<p>When you don’t have SSL enabled, this method comes in handy. There is a plugin that lets you do this job, and it is called <a href="http://wordpress.org/extend/plugins/semisecure-login-reimagined/" target="_blank">Semisecure Login Reimagined</a>. Semisecure Login Reimagined increases the security of the login process using an RSA public key to encrypt the password on the client-side when a user logs in. The server then decrypts the encrypted password with the private key. JavaScript is required to enable encryption.</p>
<h4>10. WordPress AntiVirus Protection</h4>
<p>AntiVirus for WordPress is a smart and effective solution to protect your blog against exploits and spam injections. Special feature of this plugin is Manual testing with immediate result of the infected files, and Daily automatic check with email notification.</p>
<h4>11. Stay Updated with the Latest WordPress Version</h4>
<p>Last but definitely not the least is to stay updated with the latest version of WordPress because after each version is release, WordPress also releases the bugs and exploits of the previous version which puts your Admin Area in risk if you don’t upgrade.</p>
<p>Posted by Vinoth@ephrontech.com</p>
<br />Posted in Wordpress Tagged: Protect Your WordPress, Wordpress <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ephrontech.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ephrontech.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ephrontech.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ephrontech.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ephrontech.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ephrontech.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ephrontech.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ephrontech.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ephrontech.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ephrontech.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ephrontech.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ephrontech.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ephrontech.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ephrontech.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=110&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ephrontech.wordpress.com/2009/08/17/11-vital-tips-and-hacks-to-protect-your-wordpress-admin-area/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0507a4efa76dc1d74e2c010e4632ed63?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ephrontech</media:title>
		</media:content>

		<media:content url="http://www.wpbeginner.com/adminsecurity/stealthlogin.gif" medium="image">
			<media:title type="html">Stealth Login</media:title>
		</media:content>

		<media:content url="http://www.wpbeginner.com/adminsecurity/strongpassword.gif" medium="image">
			<media:title type="html">Strong Password</media:title>
		</media:content>

		<media:content url="http://www.wpbeginner.com/adminsecurity/loginlockdown.gif" medium="image">
			<media:title type="html">Login Lockdown</media:title>
		</media:content>

		<media:content url="http://www.wpbeginner.com/adminsecurity/sslsecurity.gif" medium="image">
			<media:title type="html">SSL Login Pages</media:title>
		</media:content>

		<media:content url="http://www.wpbeginner.com/adminsecurity/askapache.gif" medium="image">
			<media:title type="html">Ask Apache Protect</media:title>
		</media:content>

		<media:content url="http://www.wpbeginner.com/adminsecurity/errormessage.gif" medium="image">
			<media:title type="html">Error Message</media:title>
		</media:content>
	</item>
		<item>
		<title>FusionCharts</title>
		<link>http://ephrontech.wordpress.com/2009/07/10/fusioncharts/</link>
		<comments>http://ephrontech.wordpress.com/2009/07/10/fusioncharts/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 04:38:11 +0000</pubDate>
		<dc:creator>ephrontech</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ephrontech.wordpress.com/2009/07/10/fusioncharts/</guid>
		<description><![CDATA[FusionCharts Free is a FREE flash charting component that can be used to render data-driven animated charts. Made in Macromedia Flash MX, FusionCharts can be used with any web scripting language like PHP, ASP, .NET, JSP, ColdFusion, JavaScript, Ruby on Rails etc., to deliver interactive and powerful charts. Using XML as its data interface, FusionCharts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=108&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>FusionCharts Free is a FREE flash charting component that can be used to render data-driven animated charts. Made in Macromedia Flash MX, FusionCharts can be used with any web scripting language like PHP, ASP, .NET, JSP, ColdFusion, JavaScript, Ruby on Rails etc., to deliver interactive and powerful charts. Using XML as its data interface, FusionCharts makes full use of fluid beauty of Flash to create compact, interactive and visually-arresting charts. </p>
<p>More details Please check the URL </p>
<p>http://www.fusioncharts.com/free/Gallery.asp?gMenuItemId=3</p>
<p>VP</p>
<br />Posted in PHP, Uncategorized  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ephrontech.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ephrontech.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ephrontech.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ephrontech.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ephrontech.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ephrontech.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ephrontech.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ephrontech.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ephrontech.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ephrontech.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ephrontech.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ephrontech.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ephrontech.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ephrontech.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=108&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ephrontech.wordpress.com/2009/07/10/fusioncharts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0507a4efa76dc1d74e2c010e4632ed63?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ephrontech</media:title>
		</media:content>
	</item>
		<item>
		<title>10 Useful CSS/JS-Coding Solutions For Web-Developers</title>
		<link>http://ephrontech.wordpress.com/2009/07/08/10-useful-cssjs-coding-solutions-for-web-developers/</link>
		<comments>http://ephrontech.wordpress.com/2009/07/08/10-useful-cssjs-coding-solutions-for-web-developers/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 10:10:25 +0000</pubDate>
		<dc:creator>ephrontech</dc:creator>
				<category><![CDATA[Design Tutorials]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://ephrontech.wordpress.com/2009/07/08/10-useful-cssjs-coding-solutions-for-web-developers/</guid>
		<description><![CDATA[http://www.smashingmagazine.com/2009/07/06/10-useful-cssjs-coding-solutions-for-web-developers/ posted by rathees Posted in Design Tutorials, Javascript, Tutorials<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=105&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.smashingmagazine.com/2009/07/06/10-useful-cssjs-coding-solutions-for-web-developers/">http://www.smashingmagazine.com/2009/07/06/10-useful-cssjs-coding-solutions-for-web-developers/</a></p>
<p>posted by rathees</p>
<br />Posted in Design Tutorials, Javascript, Tutorials  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ephrontech.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ephrontech.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ephrontech.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ephrontech.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ephrontech.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ephrontech.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ephrontech.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ephrontech.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ephrontech.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ephrontech.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ephrontech.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ephrontech.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ephrontech.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ephrontech.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=105&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ephrontech.wordpress.com/2009/07/08/10-useful-cssjs-coding-solutions-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0507a4efa76dc1d74e2c010e4632ed63?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ephrontech</media:title>
		</media:content>
	</item>
		<item>
		<title>Top 10 custom JavaScript functions of all time</title>
		<link>http://ephrontech.wordpress.com/2009/06/30/top-10-custom-javascript-functions-of-all-time/</link>
		<comments>http://ephrontech.wordpress.com/2009/06/30/top-10-custom-javascript-functions-of-all-time/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 04:55:48 +0000</pubDate>
		<dc:creator>ephrontech</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://ephrontech.wordpress.com/?p=99</guid>
		<description><![CDATA[Top 10 customized Javascript function of all time http://www.dustindiaz.com/top-ten-javascript/ posted by Rathees Posted in Articles, Javascript<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=99&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Top 10 customized Javascript function of all time</p>
<p><a href="http://www.dustindiaz.com/top-ten-javascript/">http://www.dustindiaz.com/top-ten-javascript/</a></p>
<p>posted by Rathees</p>
<br />Posted in Articles, Javascript  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ephrontech.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ephrontech.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ephrontech.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ephrontech.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ephrontech.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ephrontech.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ephrontech.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ephrontech.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ephrontech.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ephrontech.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ephrontech.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ephrontech.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ephrontech.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ephrontech.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=99&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ephrontech.wordpress.com/2009/06/30/top-10-custom-javascript-functions-of-all-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0507a4efa76dc1d74e2c010e4632ed63?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ephrontech</media:title>
		</media:content>
	</item>
		<item>
		<title>15 great example of typography</title>
		<link>http://ephrontech.wordpress.com/2009/06/30/15-great-example-of-typography/</link>
		<comments>http://ephrontech.wordpress.com/2009/06/30/15-great-example-of-typography/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 04:42:46 +0000</pubDate>
		<dc:creator>ephrontech</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://ephrontech.wordpress.com/?p=97</guid>
		<description><![CDATA[A nice typographic inspiration article http://ilovetypography.com/2008/01/02/good-web-typography/ posted by Rathees Posted in Articles<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=97&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A nice typographic inspiration article</p>
<p><a href="http://ilovetypography.com/2008/01/02/good-web-typography/">http://ilovetypography.com/2008/01/02/good-web-typography/</a></p>
<p>posted by Rathees</p>
<br />Posted in Articles  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ephrontech.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ephrontech.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ephrontech.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ephrontech.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ephrontech.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ephrontech.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ephrontech.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ephrontech.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ephrontech.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ephrontech.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ephrontech.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ephrontech.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ephrontech.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ephrontech.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=97&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ephrontech.wordpress.com/2009/06/30/15-great-example-of-typography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0507a4efa76dc1d74e2c010e4632ed63?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ephrontech</media:title>
		</media:content>
	</item>
		<item>
		<title>for-a-beautiful-web</title>
		<link>http://ephrontech.wordpress.com/2009/06/30/for-a-beautiful-web/</link>
		<comments>http://ephrontech.wordpress.com/2009/06/30/for-a-beautiful-web/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 04:22:53 +0000</pubDate>
		<dc:creator>ephrontech</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Design Tutorials]]></category>

		<guid isPermaLink="false">http://ephrontech.wordpress.com/?p=95</guid>
		<description><![CDATA[look in to this. another nice article http://forabeautifulweb.com/blog/about/walls_come_tumbling_down/ posted by Rathees Posted in Articles, Design Tutorials<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=95&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>look in to this. another nice article</p>
<p><a href="http://forabeautifulweb.com/blog/about/walls_come_tumbling_down/">http://forabeautifulweb.com/blog/about/walls_come_tumbling_down/</a></p>
<p>posted by Rathees</p>
<br />Posted in Articles, Design Tutorials  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ephrontech.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ephrontech.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ephrontech.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ephrontech.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ephrontech.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ephrontech.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ephrontech.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ephrontech.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ephrontech.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ephrontech.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ephrontech.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ephrontech.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ephrontech.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ephrontech.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=95&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ephrontech.wordpress.com/2009/06/30/for-a-beautiful-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0507a4efa76dc1d74e2c010e4632ed63?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ephrontech</media:title>
		</media:content>
	</item>
		<item>
		<title>What is Design?</title>
		<link>http://ephrontech.wordpress.com/2009/06/30/what-is-design/</link>
		<comments>http://ephrontech.wordpress.com/2009/06/30/what-is-design/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 04:20:02 +0000</pubDate>
		<dc:creator>ephrontech</dc:creator>
				<category><![CDATA[Design Tutorials]]></category>

		<guid isPermaLink="false">http://ephrontech.wordpress.com/?p=92</guid>
		<description><![CDATA[Nice article I have read in the web http://desizntech.info/2009/05/do-you-know-what-is-design-41-answers-to-one-simple-question/ &#8211; poster by Rathees Posted in Design Tutorials<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=92&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Nice article I have read in the web</p>
<p><a href="http://desizntech.info/2009/05/do-you-know-what-is-design-41-answers-to-one-simple-question/">http://desizntech.info/2009/05/do-you-know-what-is-design-41-answers-to-one-simple-question/</a></p>
<p>&#8211; poster by Rathees</p>
<br />Posted in Design Tutorials  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ephrontech.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ephrontech.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ephrontech.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ephrontech.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ephrontech.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ephrontech.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ephrontech.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ephrontech.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ephrontech.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ephrontech.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ephrontech.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ephrontech.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ephrontech.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ephrontech.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=92&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ephrontech.wordpress.com/2009/06/30/what-is-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0507a4efa76dc1d74e2c010e4632ed63?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ephrontech</media:title>
		</media:content>
	</item>
		<item>
		<title>43 Web Design Mistakes You Should Avoid</title>
		<link>http://ephrontech.wordpress.com/2009/06/15/43-web-design-mistakes-you-should-avoid/</link>
		<comments>http://ephrontech.wordpress.com/2009/06/15/43-web-design-mistakes-you-should-avoid/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 04:46:22 +0000</pubDate>
		<dc:creator>ephrontech</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[SEO SERVICES]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://ephrontech.wordpress.com/2009/06/15/43-web-design-mistakes-you-should-avoid/</guid>
		<description><![CDATA[1. The user must know what the site is about in seconds: attention is one the most valuable currencies on the Internet. If a visitor can not figure what your site is about in a couple of seconds, he will probably just go somewhere else. Your site must communicate why I should spend my time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=88&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. <strong>The user must know what the site is about in seconds:</strong> attention is one the most valuable currencies on the Internet. If a visitor can not figure what your site is about in a couple of seconds, he will probably just go somewhere else. Your site must communicate why I should spend my time there, and FAST!</p>
<p>2. <strong>Make the content scannable:</strong> this is the Internet, not a book, so forget large blocks of text. Probably I will be visiting your site while I work on other stuff so make sure that I can scan through the entire content. Bullet points, headers, subheaders, lists. Anything that will help the reader filter what he is looking for.</p>
<p>3. <strong>Do not use fancy fonts that are unreadable:</strong> sure there are some fonts that will give a sophisticated look to your website. But are they readable? If your main objective is to deliver a message and get the visitors reading your stuff, then you should make the process comfortable for them.</p>
<p>4. <strong>Do not use tiny fonts: </strong>the previous point applies here, you want to make sure that readers are comfortable reading your content. My Firefox does have a zooming feature, but if I need to use on your website it will probably be the last time I visit it.</p>
<p>5. <strong>Do not open new browser windows:</strong> I used to do that on my first websites. The logic was simple, if I open new browser windows for external links the user will never leave my site. WRONG! Let the user control where he wants the links to open. There is a reason why browsers have a huge “Back” button. Do not worry about sending the visitor to another website, he will get back if he wants to (even porn sites are starting to get conscious regarding this point lately…).</p>
<p>6. <strong>Do not resize the user’s browser windows:</strong> the user should be in control of his browser. If you resize it you will risk to mess things up on his side, and what is worse you might lose your credibility in front of him.</p>
<p>7. <strong>Do not require a registration unless it is necessary: </strong>lets put this straight, when I browse around the Internet I want to get information, not the other way around. Do not force me to register up and leave my email address and other details unless it is absolutely necessary (i.e. unless what you offer is so good that I will bear with the registration).</p>
<p>8. <strong>Never subscribe the visitor for something without his consent: </strong>do not automatically subscribe a visitor to newsletters when he registers up on your site. Sending unsolicited emails around is not the best way to make friends.</p>
<p>9. <strong>Do not overuse Flash: </strong>apart from increasing the load time of your website, excessive usage of Flash might also annoy the visitors. Use it only if you must offer features that are not supported by static pages.</p>
<p>10. <strong>Do not play music:</strong> on the early years of the Internet web developers always tried to successfully integrate music into websites. Guess what, they failed miserably. Do not use music, period.</p>
<p>11. <strong>If you MUST play an audio file let the user start it:</strong> some situations might require an audio file. You might need to deliver a speech to the user or your guided tour might have an audio component. That is fine. Just make sure that the user is in control, let him push the “Play” button as opposed to jamming the music on his face right after he enters the website.</p>
<p>12. <strong>Do not clutter your website with badges: </strong>first of all, badges of networks and communities make a site look very unprofessional. Even if we are talking about awards and recognition badges you should place them on the “About Us” page.</p>
<p>13. <strong>Do not use a homepage that just launches the “real” website:</strong> the smaller the number of steps required for the user to access your content, the better.</p>
<p>14. <strong>Make sure to include contact details:</strong> there is nothing worse than a website that has no contact details. This is not bad only for the visitors, but also for yourself. You might lose important feedback along the way.</p>
<p>15. <strong>Do not break the “Back” button:</strong> this is a very basic principle of usability. Do not break the “Back” button under any circumstance. Opening new browser windows will break it, for instance, and some Javascript links might also break them.</p>
<p>16. <strong>Do not use blinking text: </strong>unless your visitors are coming straight from 1996, that is.</p>
<p>17. <strong>Avoid complex URL structures:</strong> a simple, keyword-based URL structure will not only improve your search engine rankings, but it will also make it easier for the reader to identify the content of your pages before visiting them.</p>
<p>18. <strong>Use CSS over HTML tables:</strong> HTML tables were used to create page layouts. With the advent of CSS, however, there is no reason to stick to them. CSS is faster, more reliable and it offers many more features.</p>
<p>19. <strong>Make sure users can search the whole website:</strong> there is a reason why search engines revolutionized the Internet. You probably guessed it, because they make it very easy to find the information we are looking for. Do not neglect this on your site.</p>
<p>20. <strong>Avoid “drop down” menus: </strong>the user should be able to see all the navigation options straight way. Using “drop down” menus might confuse things and hide the information the reader was actually looking for.</p>
<p>21.<strong> Use text navigation:</strong> text navigation is not only faster but it is also more reliable. Some users, for instance, browse the Internet with images turned off.</p>
<p>22. <strong>If you are linking to PDF files disclose it:</strong> ever clicked on a link only to see your browser freezing while Acrobat Reader launches to open that (unrequested) PDF file? That is pretty annoying so make sure to explicit links pointing to PDF files so that users can handle them properly.</p>
<p>23. <strong>Do not confuse the visitor with many versions:</strong> avoid confusing the visitor with too many versions of your website. What bandwidth do I prefer? 56Kbps? 128Kbps? Flash or HTML? Man, just give me the content!</p>
<p>24. <strong>Do not blend advertising inside the content:</strong> blending advertising like Adsense units inside your content might increase your click-through rate on the short term. Over the long run, however, this will reduce your readership base. An annoyed visitor is a lost visitor.</p>
<p>25. <strong>Use a simple navigation structure:</strong> sometimes less is more. This rule usually applies to people and choices. Make sure that your website has a single, clear navigation structure. The last thing you want is to confuse the reader regarding where he should go to find the information he is looking for.</p>
<p>26. <strong>Avoid “intros”: </strong>do not force the user to watch or read something before he can access to the real content. This is plain annoying, and he will stay only if what you have to offer is really unique.</p>
<p>27. <strong>Do not use FrontPage: </strong>this point extends to other cheap HTML editors. While they appear to make web design easier, the output will be a poorly crafted code, incompatible with different browsers and with several bugs.</p>
<p>28. <strong>Make sure your website is cross-browser compatible:</strong> not all browsers are created equal, and not all of them interpret CSS and other languages on the same way. Like it or not, you will need to make your website compatible with the most used browsers on the market, else you will lose readers over the long term.</p>
<p>29.<strong> Make sure to include anchor text on links:</strong> I confess I used to do that mistake until some time ago. It is easier to tell people to “click here”. But this is not efficient. Make sure to include a relevant anchor text on your links. It will ensure that the reader knows where he is going to if he clicks the link, and it will also create SEO benefits for the external site where the link is pointing.</p>
<p>30. <strong>Do not cloak links:</strong> apart from having a clear anchor text, the user must also be able to see where the link is pointing on the status bar of his browser. If you cloak your links (either because they are affiliate ones or due to other reasons) your site will lose credibility.</p>
<p>31. <strong>Make links visible: </strong>the visitor should be able to recognize what is clickable and what is not, easily. Make sure that your links have a contrasting color (the standard blue color is the optimal most of the times). Possibly also make them underlined.</p>
<p>32. <strong>Do not underline or color normal text:</strong> do not underline normal text unless absolutely necessary. Just as users need to recognize links easily, they should not get the idea that something is clickable when in reality it is not.</p>
<p>33. <strong>Make clicked links change color:</strong> this point is very important for the usability of your website. Clicked links that change color help the user to locate himself more easily around your site, making sure that he will not end up visiting the same pages unintentionally.</p>
<p>34. <strong>Do not use animated GIFs:</strong> unless you have advertising banners that require animation, avoid animated GIFs. They make a site look unprofessional and detract the attention from the content.</p>
<p>35.<strong> Make sure to use the ALT and TITLE attributes for images:</strong> apart from having SEO benefits the ALT and TITLE attributes for images will play an important role for blind users.</p>
<p>36. <strong>Do not use harsh colors:</strong> if the user is getting a headache after visiting your site for 10 consecutive minutes, you probably should pick a better color scheme. Design the color palette around your objectives (i.e. deliver a mood, let the user focus on the content, etc.).</p>
<p>37. <strong>Do not use pop ups:</strong> this point refers to pop ups of any kind. Even user requested pop ups are a bad idea given the increasing amount of pop blockers out there.</p>
<p>38. <strong>Avoid Javascript links:</strong> those links execute a small Javascript when the user clicks on them. Stay away from them since they often create problems for the user.</p>
<p>39. <strong>Include functional links on your footer:</strong> people are used to scrolling down to the footer of a website if they are not finding a specific information. At the very least you want to include a link to the Homepage and possibly a link to the “Contact Us” page.</p>
<p>40. <strong>Avoid long pages:</strong> guess what, if the user needs to scroll down forever in order to read your content he will probably just skip it altogether. If that is the case with your website make it shorter and improve the navigation structure.</p>
<p>41. <strong>No horizontal scrolling:</strong> while some vertical scrolling is tolerable, the same can not be said about horizontal scrolling. The most used screen resolution nowadays is 1024 x 768 pixels, so make sure that your website fits inside it.</p>
<p>42. <strong>No spelling or grammatical mistakes:</strong> this is not a web design mistake, but it is one of the most important factors affecting the overall quality of a website. Make sure that your links and texts do not contain spelling or grammatical mistakes.</p>
<p>43.<strong> If you use CAPTCHA make sure the letters are readable:</strong> several sites use CAPTCHA filters as a method of reducing spam on comments or on registration forms. There is just one problem with it, most of the times the user needs to call his whole family to decipher the letters.</p>
<p>Post by vinoth@ephrontech.com</p>
<br />Posted in Articles Tagged: SEO SERVICES, web design <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ephrontech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ephrontech.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ephrontech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ephrontech.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ephrontech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ephrontech.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ephrontech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ephrontech.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ephrontech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ephrontech.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ephrontech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ephrontech.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ephrontech.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ephrontech.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=88&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ephrontech.wordpress.com/2009/06/15/43-web-design-mistakes-you-should-avoid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0507a4efa76dc1d74e2c010e4632ed63?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ephrontech</media:title>
		</media:content>
	</item>
		<item>
		<title>IETester is a free WebBrowser</title>
		<link>http://ephrontech.wordpress.com/2009/06/11/ietester-is-a-free-webbrowser/</link>
		<comments>http://ephrontech.wordpress.com/2009/06/11/ietester-is-a-free-webbrowser/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 06:27:19 +0000</pubDate>
		<dc:creator>ephrontech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ephrontech.wordpress.com/2009/06/11/ietester-is-a-free-webbrowser/</guid>
		<description><![CDATA[IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process. New in v0.3.3 : transparency on IE5.5 ! This is an alpha release, so feel free to post comments/bugs [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=87&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.<br />
New in v0.3.3 : transparency on IE5.5 !</p>
<p>This is an alpha release, so feel free to post comments/bugs on the IETester forum or contact me directly.<br />
Requirement : Windows Vista or Windows XP with IE7 (Windows XP/IE6 config has some problems and IE8 instance do not work under XP without IE7) </p>
<p>More Details Please check this link<br />
http://www.my-debugbar.com/wiki/IETester/HomePage</p>
<p>vp</p>
<br />Posted in Uncategorized  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ephrontech.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ephrontech.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ephrontech.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ephrontech.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ephrontech.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ephrontech.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ephrontech.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ephrontech.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ephrontech.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ephrontech.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ephrontech.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ephrontech.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ephrontech.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ephrontech.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=87&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ephrontech.wordpress.com/2009/06/11/ietester-is-a-free-webbrowser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0507a4efa76dc1d74e2c010e4632ed63?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ephrontech</media:title>
		</media:content>
	</item>
		<item>
		<title>Batch processing in PHP</title>
		<link>http://ephrontech.wordpress.com/2009/06/10/batch-processing-in-php/</link>
		<comments>http://ephrontech.wordpress.com/2009/06/10/batch-processing-in-php/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 05:18:38 +0000</pubDate>
		<dc:creator>ephrontech</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://ephrontech.wordpress.com/?p=83</guid>
		<description><![CDATA[What do you do when you have a feature in your Web application that takes longer than a second or two to finish? You need some type of offline processing solution. Check out several methods for offline servicing of long-running jobs in your PHP application. http://www.ibm.com/developerworks/opensource/library/os-php-batch/ http://www.deshong.net/2007/11/robust-batch-processing-with-php-part-12/ http://brian.deshong.net/talks/2008/phptek/robust_batch_processing_with_php.pdf Posted in Articles, PHP, Tutorials Tagged: application, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=83&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What do you do when you have a feature in your Web application that takes longer than a second or two to finish? You need some type of offline processing solution. Check out several methods for offline servicing of long-running jobs in your PHP application.</p>
<p><a href="http://www.ibm.com/developerworks/opensource/library/os-php-batch/">http://www.ibm.com/developerworks/opensource/library/os-php-batch/</a><br />
<a href="http://www.deshong.net/2007/11/robust-batch-processing-with-php-part-12/">http://www.deshong.net/2007/11/robust-batch-processing-with-php-part-12/</a><br />
<a href="http://brian.deshong.net/talks/2008/phptek/robust_batch_processing_with_php.pdf">http://brian.deshong.net/talks/2008/phptek/robust_batch_processing_with_php.pdf</a></p>
<br />Posted in Articles, PHP, Tutorials Tagged: application, batch, PHP, processing, tutorial <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ephrontech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ephrontech.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ephrontech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ephrontech.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ephrontech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ephrontech.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ephrontech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ephrontech.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ephrontech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ephrontech.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ephrontech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ephrontech.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ephrontech.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ephrontech.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ephrontech.wordpress.com&amp;blog=7983856&amp;post=83&amp;subd=ephrontech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ephrontech.wordpress.com/2009/06/10/batch-processing-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0507a4efa76dc1d74e2c010e4632ed63?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ephrontech</media:title>
		</media:content>
	</item>
	</channel>
</rss>
