1 Comment
posted 272 days ago
Everyone knows that WordPress is an awesome tool tool for blogging and as well as for website. It can be a powerful CMS to work with. There are times when you need to pull your WordPress content and display it some where other than the blog site. WordPress framework is very powerful and with very fe.....
Read More
No Comments
posted 275 days ago
Lately I have been messing around with cron jobs and apparently I used this utility called crontab. But on various servers I found that crontab opens the file in different editors. Some use pico, while others use nano.
However, since I am comfortable using vi editor , so I found a way to make the.....
Read More
No Comments
posted 279 days ago
I am going to share a simple trick which lets you show a thumbnail of the youtube video. There are times when you need to show the thumbnail of the youtube video and then play it in on a new page or in a different popup window.
You can show a thumbnail of that very video. Youtube allows you to sh.....
Read More
4 Comments
posted 283 days ago
In this article I am going to show you how you can update your Facebook status using simple PHP code and Facebook Graph API. This is the most naïve way to use this, you can extend this to make your own script to update your status from mobile, via cron job, via email or whatever you think makes sen.....
Read More
No Comments
posted 283 days ago
Your IP (Internet Protocol) is your computer's address and I am sure at times you want to know what is it ? Network administrators use it more often to setup the networks.
A normal person won't feel it comfortable to goto command line and type command to know his/her IP. And I bet a normal comput.....
Read More
No Comments
posted 296 days ago
Ever wished to experience Linux while you are on Windows operating system ? You probably have a hidden urge to experience it but you never did cause you do not want to mess up with the dual boot operating system. So the solution for this is to install a virtual machine inside your current operating .....
Read More
1 Comment
posted 308 days ago
This is a small tip which can help you optimize your MySQL query. Since you do not have to first “read” the record, instead you can increment it right there. I have seen some newbies doing the read and then increment process, which uselessly increases a select query to the database, each time yo.....
Read More
No Comments
posted 314 days ago
Firefox 4 has location awareness enabled by default. When location awareness is enabled the sites can request for the physical location of your system. This will help the website to serve the content according to your current location.
However, there are times when you do not want that to be enab.....
Read More
No Comments
posted 316 days ago
In this post I am going to tell you, how can you find the User ID and Group ID of a user in Linux. You might require it when you scripting something on the OS level.
We are going to use the id command to find the UID and GID of a user in Unix.
To find a specific user's UID, goto the terminal an.....
Read More
No Comments
posted 323 days ago
Having a mobile website for your business adds value to your business and increases the reachability. This presentation explains why one should have a mobile website and what is the advantage of that. I have discuss several tips on how a Mobile website can help your business.
Also discussed the t.....
Read More
1 Comment
posted 326 days ago
Google has released Version 10 of its Browser: Google Chrome.
Chrome has always been simple, fast & most sites work flawlessly.
Still, there are times when one thinks.. what more can be done to Chrome to increase its suitability? The same urge bit me in Firefox lot earlier.
Until recent.....
Read More
No Comments
posted 327 days ago
Undoubtedly a Web Application’s backbone is a database. Apparently, the Web Application’s performance is dependent on the database’s overall performance. However, some developers blame Database Administrators for non-performing of the web application to the end user.
In fact, the role of de.....
Read More
No Comments
posted 327 days ago
I had given this introductory presentation almost 1 year back on HTML5, Web Storage and Web Workers. I thought it would be great if I can share it on my blog. I would love to talk about these topics again, if you have any questions, just leave a comment.
Html 5 a step towards semantic.....
Read More
No Comments
posted 332 days ago
The Gmail App for Android has been graced with a minor Update. This update will bring below mentioned “improvements” for users on 2.3 a.k.a. Gingerbread (Version 2.3.4)
Enable Long Press to copy text on Android 2.3 (Gingerbread) devices
Sync custom label colours
Bug fixes
.....
Read More
1 Comment
posted 335 days ago
Google Chrome in itself is blazing fast… But quite a few households use Slow PC, while some notebooks / netbooks make you cry in anticipation for a single page-load.
I actually own an Asus EeePC & know how painful it is to see a page loading.
Anyways.. there are 3 Ways to Improv.....
Read More