HTML5: New tags and removed tags
HTML5 is on its way to hit web pretty soon.
See which tags has been added at http://www.infotales.com/html5-whats-new/
and tags removed can be seen
http://www.infotales.com/html4-tags-removed-in-html5/
HTML5 is on its way to hit web pretty soon.
See which tags has been added at http://www.infotales.com/html5-whats-new/
and tags removed can be seen
http://www.infotales.com/html4-tags-removed-in-html5/
Recently added a post describing FileZilla a FREE FTP client which I use for all my FTP needs.
The post can me seen at http://www.infotales.com/filezilla-a-free-alternate-to-cuteftp/
Updated extension to block specific countries in CRE Loaded. You can find extension on my new blog under CRE Loaded topic
Update: From now onwards new posts will be available on http://www.infotales.com, posts on this blog will be moved to new blog and will get deleted from here.
It has been really a good experience to have own blog. WordPress is a nice place to have your blog hosted, yet it restrict installation for plugins, ads etc. So i have decided to move my blog to my own domain and hosting.
Will be using same wordpress software with new blog and get all my posts imported. Will update my new blog domain pretty soon, so keep watching.
Today when I logged in to MSN messenger, I was surprised to see an unfinished welcome screen with sample “Lorem ipsum dolor sit amet, consectetur” text. Also the screen said “September 2008″ while it should be “October 2009″. See the attached screen.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. I think welcome screen is published directly from designers PC.
The post has been moved to http://www.infotales.com/seting-up-local-domains-windows-apache-wamp/
For more please visit http://www.infotales.com/
Recently I changed the theme of blog to INove. This theme has dominant black header and white background for content area. Has very readable fonts and colors. Previously I was using Albeo theme which had bright colors and also had readable fonts, colors.
The main and only reason to switch is that I noticed that Albeo theme dose not show blog Tagline under the title of blog. This small tagline may include many keywords which will be important for SEO. For example i have set “about CRE Loaded, Web Performance, SEO and many things” as tagline.
Good news for developers. New version of my personal favorite PHP IDE is here named “Zend Studio 7″. This release highlights different key features of new IDE few of them are
To me Zend framework integration and performance enhancements seem most interesting features.
Komodo Edit is free cool IDE for PHP projects. The main features include
This IDE is best option for people who want to switch from paid IDEs like Zend.
Few days back I encountered a problem where I was unable to copy uploaded file to desired direction on server via PHP script. After digging in we found that open_base_dir restriction was in effect.
The setting is primarily used to prevent php scripts from a particular user from accessing files in another user’s account on shared servers.
cPanel some times automatically adds this restriction in httpd.conf, when I got this restriction removed, files started to upload and moving properly to desired destination. It may also be intresting to know that in php 6 the safe mode have been removed.