Few time ago wordpress just announced the partnership with Microsoft. Microsoft is saying “WordPress as the new default blogging platform on Windows Live Spaces!” WordPress as the new default blogging platform on Windows Live Spaces!” Microsoft is saying “Over the … Continue reading
Monthly Archives: September 2010
WordPress 3.1 release Notes and Features
The development of wordpress 3.1 is in progress. That will be out in December 2010. There are some great news about wordpress 3.1 version. That will be last version of wordpress which is supported with php 4 and mysql 4.0. … Continue reading
Videos of Matt Mullenweg – WordPress founder in 2010
We all know who is Matthew Charles Mullenweg is. He dont need any introduction. Many times users, clients and developers are very interested to see what Matt is saying about wordpress and technology. In this article I am going to … Continue reading
How to check the linux CPU and Disk uses for some time using shell script
When you are running any script on server or running any application you want to know how much memory or disk uses is happened by application. When you are doing load testing this time this kind of applications are very … Continue reading
Automattic has donated the WordPress trademark to the non-profit WordPress Foundation
Yesterday in Seaside, Florida Yearly meetup of wordpress Matt and Automattic has transferred the WordPress trademark to the WordPress Foundation, the non-profit dedicated to promoting and ensuring access to WordPress and related open source projects in perpetuity. It is highly … Continue reading
How to use the Rdesktop on Linux Machine
You can use the the windows machine from linux OS. Using rdesktop program this is possiable.Windows and Linux have made inroads into organizations around the world. Rdesktop is a Linux implementation of Remote Display Protocol (RDP). Windows uses RDP to … Continue reading
Fadein and Fadeout effect through javascript
Many times we need the fadein and fadeout effect using javascript. But many developers go for jquery for using the simple fadein and fadeout effect. I suggest not to Jquery and Use following code for effect. This is very minimal … Continue reading
How to use mongodb with php
If you want to use the mongodb with php then you need to install pecl libraries. Mongo extension is not bundled with PHP. For installing the Mongo use following URL: If you dont have pecl installed on your linux machine … Continue reading
How to install Mongodb on linux
Before installing the Mongodb on linux box you need to install following packages on box. For 32bit user use following command For 64bit use following command Mongo stores database in data/db folder. so we need to create those folder using … Continue reading
Post message to another server through fopen and fsockopen in php
When this comes to sending data to server to server we need to post the data using web services. Many people want to use the curl php method but there are serious issues with that. So I recomond to use … Continue reading
