PHP And Ajax Related Useful Resources and CodesPHP And Ajax Related Useful Resources and CodesUseful Tools, Tutorials, Codes , Tips, Tricks and Resources for all Ajax and Php beginners and experts . Articles
Username availability checking in ajax and php using jquery?s fading effect
2008-04-05 18:53:00 In this post,I’ll show you how to make a fancy username availability checking in ajax and php using jquery.When, you check the the username avaiability a fancy message box will show you the message with a little bit of animation. SHARETHIS.addEntry( { title: "Username availability checking in ajax and php using jquery’s fading effect", url: "http://roshanbh.com.np/2008/04/check-use rname-available-ajax-php-jquery.html" } ); More About: Availability , Ajax , Effect , Jquery
Display random number in interesting way using JavaScript
2008-04-03 17:25:00 I think you guys already know about how to get the random number using JavaScript, if you don’t know then you can use Math.random() to display a random no ranging from 0 to 1. It would have been better if we display the random number in the random way using JavaScript. Ok, Let’s do it.. SHARETHIS.addEntry( { title: "Display random number in interesting way using JavaScript", url: "http://roshanbh.com.np/2008/04/display-r andom-number-javascript.html" } ); More About: Interesting , Random , Javascript , Number
Tips to create rounded corner textbox using css
2008-04-01 19:27:00 In this post, I’ll explain to you how to make the rounded corner textbox using a image and css. Text box is placed over a container element whose background image is the key of the rounded corner textbox. SHARETHIS.addEntry( { title: "Tips to create rounded corner textbox using css", url: "http://roshanbh.com.np/2008/04/how-to-ma ke-rounded-corner-textbox.html" } ); More About: Corner , Create , Rounded
How to make accordion using jquery and css
2008-03-30 13:07:00 Last time I’ve written an article about how to make expand-collapse toggle pane using jQuery. Now, this time I’ll show you how to make accordion using jQuery.An accordion is a toggle pane where one pane slides down the other pane slides up. SHARETHIS.addEntry( { title: "How to make accordion using jquery and css", url: "http://roshanbh.com.np/2008/03/make-acco rdion-using-jquery.html" } ); More About: Make , Accordion , Jquery
This blog?s Code and content is stolen - Please help
2008-03-28 18:52:00 Hello everyone, I’m here to ask help from you. I’m here in Nepal and can’t do anything from here. But, I think in this matter you guyz can help me about content stolen over ajaxprojects.com. SHARETHIS.addEntry( { title: "This blog’s Code and content is stolen - Please help", url: "http://roshanbh.com.np/2008/03/content-s tolen-by-ajaxprojectscom.html" } ); More About: Blog , Stolen , Content
How to call php from ajax in every second using Jquery
2008-03-27 18:58:00 Few days ago, Mike emailed me and asked me how can i call a server script( php file) from jQuery in every second.Since, there was no built-in mechanism for this in jQuery, I came up with this solution of displaying time of server using Ajax , PHP and jQuery. SHARETHIS.addEntry( { title: "How to call php from ajax in every second using Jquery ", url: "http://roshanbh.com.np/2008/03/call-php- ajax-every-second-jquery.html" } ); More About: Call
Expand-collapse toggle pane using jquery
2008-03-25 12:45:00 In this post, I’ll show you how easy it is to show expandable and collapsible toggle panel using jQuery. When you click on the heading, the content gets displayed by sliding and when you again click on the heading again, it gets collapsed. SHARETHIS.addEntry( { title: "Expand-collapse toggle pane using jquery", url: "http://roshanbh.com.np/2008/03/expandabl e-collapsible-toggle-pane-jquery.html" } ); More About: Collapse , Pane , Jquery
Canada?s postal code validation in PHP
2008-03-24 16:31:00 Yesterday, My friend Sushil asked me how to validate the postal code of Canada which is entered through the text box.And, I came up with this Php function as solution for him. SHARETHIS.addEntry( { title: "Canada’s postal code validation in PHP", url: "http://roshanbh.com.np/2008/03/canda-pos tal-code-validation-php.html" } ); More About: Postal , Code , Validation
Show text ?Password? instead of ?********? in the password field
2008-03-23 11:38:00 As you know, the user login box of the website contains the following fields username and password. Furthermore, most of them put the “Username” inside user name field and “********” inside password field to save the space within designing.In this post I’ll show you how to show “Password ” text in the password field. It ... SHARETHIS.addEntry( { title: "Show text “Password” instead of “********” in the password field", url: "http://roshanbh.com.np/2008/03/show-text -in-the-password-field.html" } ); More About: Text , Field
USA?s Zip Code Validation in PHP
2008-03-20 19:08:00 My friend Sushil was trying to write the regular expression for validating the format of the zip code of USA. After spending few minutes, I came to this solution. SHARETHIS.addEntry( { title: "USA’s Zip Code Validation in PHP", url: "http://roshanbh.com.np/2008/03/usa-zip-c ode-format-validation-php.html" } ); More About: Zip Code
Finding difference of days between two dates in PHP
2008-03-18 18:47:00 Yesterday, my friend Roshan was was struggling to find the days difference between to two dates in PHP. Well, after a while I came up with the solution for him. The date format he’s using was “YYYY-MM-DD”, which is the standard format of date value stored in the MySql database. SHARETHIS.addEntry( { title: "Finding difference of days between two dates in PHP", url: "http://roshanbh.com.np/2008/03/finding-d ays-difference-php.html" } ); More About: Dates , Days , Difference
Displaying different color in alternate row using jquery
2008-03-17 19:24:00 Most of the tabular data are organized in such a manner that they are easy to read. And for this, most of the developers use different color to highlight the different row.There are various method of displaying different row in different color but here I’m going to use the most simple method using jQuery. SHARETHIS.addEntry( { title: "Displaying different color in alternate row using jquery", url: "http://roshanbh.com.np/2008/03/different -color-alternate-row-jquery.html" } ); More About: Color , Jquery
Image hover effect using jQuery
2008-03-15 17:53:00 In this post, I’ll show you how to make a image hover effect using “div” in jquery.Take a look at a telebid.com if you put the mouse over the bid button it will be changed to login and afterwards it become bid button. SHARETHIS.addEntry( { title: "Image hover effect using jQuery", url: "http://roshanbh.com.np/2008/03/image-hov er-effect-jquery.html" } ); More About: Effect , Jquery
Jquery : Benefits, Examples and Free E-book
2008-03-13 12:18:00 What is jQuery? Directly taken from the website of jQuery -” jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages”.It is basically a JavaScript framework for writing huge task of JavaScript with few lines of code. SHARETHIS.addEntry( { title: "Jquery : Benefits , Examples and Free E-book ", url: "http://roshanbh.com.np/2008/03/jquery-be nefits-examples-free-ebook.html" } ); More About: Book
5 useful url rewriting examples using .htaccess
2008-03-11 05:10:00 If you are looking for the examples of URL rewriting then this post might be useful for you. In this post, I’ve given five useful examples of URL rewriting using .htacess. If you don’t know something about url rewriting then please check my older post about url rewriting using .htaccess. SHARETHIS.addEntry( { title: "5 useful url rewriting examples using .htaccess", url: "http://roshanbh.com.np/2008/03/url-rewri ting-examples-htaccess.html" } ); More About: Examples , Rewriting
Prevent Directory Listing using .htaccess
2008-03-09 06:39:00 What is directory listing ? As we know, most of the website contains “images” folder inside the root folder. If we type “www.somesite.com/images” in the browser and it shows the listing of the files in the browser like the picture below which means that directory listing is allowed on that web server. More About: Directory , Listing
Solving ?Warning: Cannot add header information? in PHP
2008-03-07 16:29:00 While using PHP, you might have faced the following warning while using the header functions like header(), setcookie(). Warning : Cannot add header information - headers already sent by (output started at file.php:[line_number]) SHARETHIS.addEntry( { title: "Solving ‘Warning: Cannot add header information’ in PHP", url: "http://roshanbh.com.np/2008/03/solving-w arning-cannot-add-header-information.html " } ); More About: Information , Header
I?m Sorry !!! But Thank you for the achievement
2008-03-06 19:41:00 I’m really sorry that I’ve not been posting in this blog from last few days. Well, I’m moving the hosting of this blog and the electricity problem which I’ve mentioned before are the reason behind my irregular posting. I’m also disappointed with drop in PR of this blog. SHARETHIS.addEntry( { title: "I’m Sorry !!! But Thank you for the achievement", url: "http://roshanbh.com.np/2008/03/sorry-but -thanks-for-achievement.html" } ); More About: Achievement
How to know the feedcount of the feedburner?s user?
2008-03-01 16:10:00 If you are a blogger then you must know about feedcount. Feedcount refers to the no of subscribes of the rss feed of that blog or website which is powered by Feedburner . You can look at the example below. SHARETHIS.addEntry( { title: "How to know the feedcount of the feedburner’s user?", url: "http://roshanbh.com.np/2008/03/know-feed count-feedburner-user.html" } ); More About: User
Google Updated the PR - I?m disappointed
2008-02-29 11:26:00 It seems that google has updated it’s PR yesterday and I got big fat zero this time. I don’t know what is the reason behind this. Previously I’d PR1 for this blog and in next update I was hoping of PR3 but got a huge “0″ this time. SHARETHIS.addEntry( { title: "Google Updated the PR - I’m disappointed", url: "http://roshanbh.com.np/2008/02/google-up dated-pr.html" } );
7 Useful SEO tips for Wordpress Blog
2008-02-28 19:08:00 Yesterday Luqmaan of computer-realm.net emailed me and asked about the secret of traffic of my blog. I’m very happy with the way traffic is growing in this blog. I’ve started this blog in this domain http://roshanbh.com.np from 4th of Jan 2008. All the other old posts are imported from my old blog http://php-ajax-guru.blogspot.com.Due to few ... SHARETHIS.addEntry( { title: "7 Useful SEO tips for Wordpress Blog ", url: "http://roshanbh.com.np/2008/02/seo-tips- wordpress-blog.html" } ); More About: Tips
Need help to sell your software or product
2008-02-26 20:45:00 Do you have your own IT company? You’ve produced some softwares and need the best way to promote your software in market and earn the best from it. Then why don’t you check http://www.leaddogs.com. They are best in sales lead management . They will provide the best outcome from your product with their expertise to ... SHARETHIS.addEntry( { title: "Need help to sell your software or product", url: "http://roshanbh.com.np/2008/02/need-help -to-sell-your-software-or-product.html" } ); More About: Software , Product , Others , Sell
Custom Error Page with .htaccess and ErrorDocument
2008-02-22 16:46:00 In my last post of Hiding .php file extension with .htaccess Michael has mentioned that you can create your own custom page for the the 404(not found) error in server. And alex wanted to know that tip as well.Alex here is the post for you rather than replying your comment. SHARETHIS.addEntry( { title: "Custom Error Page with .htaccess and ErrorDocument", url: "http://roshanbh.com.np/2008/02/custom-er ror-page-htaccess.html" } );
Need loans for your IT Company??
2008-02-22 16:45:00 Do you want to open your own IT company? Is your IT company suffering from financial crisis? Then I would recommend to check EZUnsecured.com . They basically provide Business Loans . And why they’re better than the other?? There is an easy process to get loans from EZUnsecured.com . Furthermore, they provide the excellent service and fast funding. Please check ... SHARETHIS.addEntry( { title: "Need loans for your IT Company ??", url: "http://roshanbh.com.np/2008/02/need-loan s-for-your-it-company.html" } ); More About: Others
Email Validation in PHP
2008-02-17 20:00:00 Well you’ve been asking why this person has posted the same stuff which you can find easily in google. Ya you are right you can get lots of scripts but many of them are not useful for me so far. They just validate the email like “info@yahoo.com” but they didn’t validate the email address ... SHARETHIS.addEntry( { title: "Email Validation in PHP", url: "http://roshanbh.com.np/2008/02/email-val idation-php.html" } );
Blogrush is Racist - It sucks
2008-02-15 18:40:00 I’ve seen that many of my blogger friend are using Blogrush widget in their blog so i wanted to give a try with this widget and i signed up for this website www.blogrush.com. SHARETHIS.addEntry( { title: "Blogrush is Racist - It sucks", url: "http://roshanbh.com.np/2008/02/blogrush- racist-sucks.html" } ); More About: Sucks
Get Bucks for your hobby
2008-02-15 18:35:00 Everybody has different type of hobby. My hobby includes traveling, listing to music and obviously the most is blogging. Write about php, ajax and my personal interest has been my passion nowadays. And what do you need extra if you can earn money from blogging. And if you want to earn money from blogging then ... SHARETHIS.addEntry( { title: "Get Bucks for your hobby", url: "http://roshanbh.com.np/2008/02/get-bucks -for-your-hobby.html" } ); More About: Hobby
Hide .php extension with url rewriting using .htaccess
2008-02-13 13:12:00 Last time I’ve written an article about hiding php file extension where I’ve showed you how you can use .html or .asp extension of file instead of .php extension. But there was one flaw in that technique you have had to change the file extension explicitly but in this post I’m going to show you ... SHARETHIS.addEntry( { title: "Hide .php extension with url rewriting using .htaccess", url: "http://roshanbh.com.np/2008/02/hide-php- url-rewriting-htaccess.html" } ); More About: Extension , Rewriting
Php function to validate two decimal places of a number
2008-02-10 11:24:00 If you are looking for the validation of a number which contains only two decimal places. Means you want to accept the values like 0.21 or 1.34 or 12.55 or 445.66 as a input and throw an error when somebody enters the number like 0.2 or 4.678 from a text box. Here is a simple ... SHARETHIS.addEntry( { title: "Php function to validate two decimal places of a number", url: "http://roshanbh.com.np/2008/02/validatio n-two-decimal-places-php.html" } ); More About: Places , Function , Number
American phone number validation using Regular expression in PHP
More articles from this author:2008-02-08 11:06:00 Last day i saw that one of my friend looking for the validation script in PHP which post the phone no (number) of USA from the text box and wanted to validate it from PHP in the following format. SHARETHIS.addEntry( { title: "American phone number validation using Regular expression in PHP", url: "http://roshanbh.com.np/2008/02/phone-num ber-validation-php.html" } ); More About: Phone , Validation , Regular Expression 1, 2, 3, 4, 5 |



