9lessons.info Blog maintained by Srinivas Tamada, full of useful information related to jQuery javascript library, Ajax, Javascript, CSS, PHP, Mysql, Java, Open source Technologies, APIs, Programming, Technology & great tips. This blog is very good source of information for beginners as well as for advanced, specially in case of jQuery tutorials. The best thing [...]
Here’s your blog traffic blueprint (part 2)
March 17th, 2011
admin Today’s lesson picks up where it left off. So I’ve talked about how you should plan and approach your traffic building strategies. Pick your own battle and build the whole thing around it. You will get more from less. As I’m writing this, the myriad number of choices confuse me. I want to give a [...]
Here’s your blog traffic blueprint (part 1)
March 17th, 2011
admin Never start a traffic campaign with every strategies you know exist. PR, for instance, is a full-time work. I’m amazed why people think as if they can beat a professional PR agency who have spent decades of doing this by reading an e-book about the topic. Worst of all, they spend half an hour in [...]
Mysql Left Join in Three tables
March 15th, 2011
admin Lets assume we have to fetch data from three table a users (PK user_id) b departments c user_details department & user_details table have users department & user detailed information respectively & inter related with user_id select a.id, b.dept, c.project from users a left join departments b on a.user_id = b.user_id left join user_details c on [...]
XML Interview Questions and Answers
March 13th, 2011
admin The Extensible Markup Language (XML) is a general-purpose specification for creating custom markup languages. It is classified as an extensible language, because it allows the user to define the mark-up elements. XML’s purpose is to aid information systems in sharing structured data. Download the XML Interview Questions and Answers Pdf file Bookmark on Delicious Digg [...]
JSON Tutorials
March 13th, 2011
admin JSON (JavaScript Object Notation), is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is used by many other technologies like PHP and Java for data interchange format over the Internet. What is JSON? JSON is ultra-weight data interchange data format [...]
Run a cron job more than every minute
March 12th, 2011
admin The standard cron syntax lets you specify the minute(s) at which a task runs, but you cannot specify an interval less than once a minute (using * * * * * *). You can run a cron job more than by a minute by creating a simple shell script that repeatedly runs the task, with [...]
Cron Job Configuration Guide
March 12th, 2011
admin Cron Jobs basic setup via Cpanel. Some time you need to run a peace of code on specific time interval. Cron Jobs module is used for this work. This can be done by adding the following line via Cpanel/Cron Jobs: /usr/local/bin/php /home/your-site-root-dir/public_html/cron-file.php Wget Method * * * * * wget -q -O – ‘http://www.mydomain.com/cron.php’ [...]
Content is king, or is it?
March 11th, 2011
admin You might wonder why don’t I go straight to the “how to” information about how to produce content methodologically and quickly. In fact, some people ask me whenever I explain the why. But rest assured none of these are a waste of time. I have gone through and seen people struggling through the whole blogging [...]
Who owns your blog?
March 9th, 2011
admin A bit unusual question, eh? Of course, you own your blog. Or do you? Before giving you some food for thought, let us review what you have learned so far. You started by setting the right expectations. The whole mindset thing. Some people hate it, but it is utmost critical for the success of your [...]



