1 Comment
posted 484 days ago
Lately, I have been working a lot with Solr. From setting up it on server using Tomcat, to creating its indexes, everything. I found that installing PECL extension for was bit challenging since it was not just about apt-get.
In fact, the complete setup sometimes becomes tedious job if not handled.....
Read More
No Comments
posted 484 days ago
In this post we will learn how you can install Apache2 server and PHP5 on Ubuntu. Undoubtedly, Apache2 is the most famous webserver and along with PHP, these both become the best recipes to cook pretty neat websites.
Oh ! Was that too much cooking, eh ? Sigh ! let’s not get more into and comin.....
Read More
No Comments
posted 484 days ago
When you start web development MySQL is must have database. Since its free and is being used widely. Installing MySQL on Ubuntu is pretty easy and quick process. To install MySQL just run the following command.
Open a terminal window and type the following command.
sudo apt-get install mysql-se.....
Read More
1 Comment
posted 488 days ago
I have always worked with core PHP and was always reluctant to use any CMS (Joomla, Drupal etc). Coincidentally I never got a chance to work on any of the frameworks in PHP. But in the current project at work, we have decided to use CodeIgniter. CodeIgniter is a light weight open source web applic.....
Read More
5 Comments
posted 490 days ago
Hey Folks,
I was trying to root my phone (Samsung Galaxy S) and I got stuck in step that I was unable to reboot my phone in recovery mode. I tried many times and was wondering why is it not happening. I watched few videos and also followed the steps given on my friend’s blog but still no luck.
.....
Read More
No Comments
posted 491 days ago
Mattel Inc has ALWAYS given us some of the best toys!!
50 Years on… Barbie is still selling like crazy!! If girls (some many older females too!) are crazy over Barbie, Hot wheels has ruled over many a Boy’s play time equally well. Fisher Price, a wholly owned subsidiary by Mattel has made.....
Read More
3 Comments
posted 499 days ago
When I started using Ubuntu at my workplace, after few days I tried Pidgin. Undoubtedly, it is a nice application to chat with your buddies, but I was irritated with its unwanted (for me) notifications. So I tried to drill down and get rid of them.
The notification was waste for me, because even .....
Read More
3 Comments
posted 502 days ago
Installing Netbeans on Ubuntu has become an easy task now. Gone are the days when everything on Linux was so difficult, I know I am too late to say this. Well to install Netbeans follow the steps below.
You need to have Java installed in your system, so if your system has Java installed then skip.....
Read More
No Comments
posted 505 days ago
The last time twitter had changed the design, it was the homepage, the user profile pages and the inclusion of the profile boxes on the hover-over of the cursor over the username, which were newly introduced to it. But this time, twitter has brought in a facelift that can call it more than just a mi.....
Read More
No Comments
posted 506 days ago
Due to release on December 15th 2010, the Wordpress 3.1 version has got to be one of the best version updates since long time. There are quite many changes and new features being brought into the 3.1 version, taking Wordpress to the next level. The addition of new features would be stopped on Octobe.....
Read More
No Comments
posted 506 days ago
Microsoft has always tried to stay high in the market of web browsers with their traditional and oldest browser Internet Explorer, although many competitors lately have dropped in, one of which includes Google Chrome. To throw in their modification in the market competition, they released the beta v.....
Read More
No Comments
posted 528 days ago
Wordpress provides a very sleek feature to update core install and the installed plugins. You can upgrade all the installed plugins in one go or either upgrade the ones you wish to. But sometimes while using the maintenance mode it does not complete for some reason and crashes in the middle of the p.....
Read More
4 Comments
posted 531 days ago
AJAX as you might be knowing stands for Asynchronous JavaScript and XML, but in this article we are going to see what is the difference between Asynchronous and Synchronous AJAX call ? Let's see how an AJAX call is made from client and what it involves.
An object of the browser's XML HTTP Requ.....
Read More
5 Comments
posted 537 days ago
In this post we will learn how to change or add JavaScript function on the onclick event for the anchor tag. Infact, you can use this methodology add/change JavaScript function for almost any event and on elements which support such events.
In usual scenario one tends to change/add JavaScript fun.....
Read More
4 Comments
posted 541 days ago
I have been working on JavaScript quite extensively since last few months and I found this self executing function really helpful. It's unique in its own way and can actually help you a lot. A self executing function in JavaScript is the one which is invoked automatically as soon as it is defined. I.....
Read More