Yunus Programming Journey

php,mysql,api,js,javascript,codeigniter,jquery,sql

23
Jun 2009
Posted in Curl, Xampp, php by Yunus Ali Khan at 3:20 am | No Comments »

Enable curl with XAMPP on Windows XP
What is your Xampp version?
If your viersion is >= 1.7.1 then follow the following instruction:-
1. Open ..\xampp\php\php.ini
2. Uncomment the following line on your php.ini file by removing the semicolon.
;extension=php_curl.dll
3. Restart your apache server
Otherwise follow following instruction:-
1. Open the following files-
..\xampp\apache\bin\php.ini
..\xampp\php\php.ini
..\xampp\php\php4\php.ini
2) Uncomment the following line on your php.ini file [...]

21
Jun 2009
Posted in php by Yunus Ali Khan at 1:05 pm | No Comments »

Sometimes we have need alphabetical search or pagination. It is very much simple. How we will do it-
1. At first we will make an array with all alphabetical character.
<?php
$allAlphabet = array(’A', ‘B’, ‘C’, ‘D’, ‘E’, ‘F’, ‘G’, ‘H’, ‘I’, ‘J’, ‘K’, ‘L’, ‘M’, ‘N’, ‘O’, ‘P’, ‘Q’, ‘R’, ‘S’, ‘T’, ‘U’, ‘V’, ‘W’, ‘X’, ‘Y’, [...]

15
Jun 2009
Posted in beautiful by Yunus Ali Khan at 12:04 pm | No Comments »

Every one loves flower.
I like also.
If you want to see a beautiful rose please enter this post

22
May 2009
Posted in css, html by Yunus Ali Khan at 11:30 am | 14 Comments »

Sometimes we have been faced browser problems in user interface. If firefox worked good but internet explorer not. Because Internet explorer and Firefox don’t render the code equally.
If you need to add extra html code in your file for Internet Explorer, you can use conditional statements in html code.
The HTML will run if the browser [...]

11
Aug 2008
Posted in API, php by Yunus Ali Khan at 9:20 pm | 23 Comments »

What is jabber:
Jabber is an initiative to produce an open source, XML-based instant messanging platform.
Jabber is an API to provide instant messaging and presence functionality independent of data exchanged between entities. The primary use of Jabber is to give existing applications instant connectivity through messaging and presence features, contact list capabilities, and back-end services that [...]