Posted by: Md. Masud on: May 10, 2008
Twitter is one of the micro blogging site in the world. Actually people used Twitter answering a question “what are you doing?”. Twitter has done some great thing like included jaber interface to post directly from google talk or other IM who support jaber API. Twiter also provide a small API, [...]
Posted by: Md. Masud on: November 22, 2007
In my recent project I have to do something like that:
Enter a TAG, inside a text box
Search in Flickr using the tag.
Show the search result inside my page.
Search in YouTube using the same tag.
Show the search result inside my page.
Play the video in my page without redirecting to the YouTube original site.
To do the following [...]
Posted by: Md. Masud on: October 29, 2007
RSS Feed is one of the best thing in modern web world. But most of the time we are not able to create our own RSS Feed. But can you imagine its simply easy when you know how to write them. Here is a beganing example to write a RSS Feed:
<?php
header( ‘Content-type: text/xml’);
?>
<rss version=”2.0″>
<channel>
<title> WordPress [...]
Posted by: Md. Masud on: August 15, 2007
Few weeks ago i realized the importance of securing php and apache. But that time i know very little about security issue of php & apache. then i am jumped to google to know about this. then i found several things and i found something very interesting, but very important. here is some brief… and [...]
Posted by: Md. Masud on: August 1, 2007
Let’s get started. Log in to your cPanel and look for the Cron Jobs icon:
Click on the image and you’ll be asked to choose your experience level. If you’re reading this, you want to click on Standard.
Creating a Cron Job
Now that you’re at the Standard Cron Manager, let’s create a cron job. You can set [...]
Recent Comments