|
| |
| |
| |
|
Statistics |
| Unique Visitors: 4113 |
| Total Unique Visitors: 6186214 |
| Visitors Out: 971 |
| Total Visitors Out: 971 |
|
|
|
| |
|
|
| |
|
| Animated content navigation effect using jquery |
| 2008-05-08 01:58:20 |
var dzone_style="2";I always get bored with the same stuffs. And, I see same kind of content navigation to the different websites. Click a link, let’s the whole web page gets loaded and new page gets displayed. It would be better to show another content in the same page with few animation without loading the whole [...]...
|
| |
|
| Understanding and Validating Integers in PHP |
| 2008-05-04 14:20:03 |
I’ve found many of my friends struggling with the validation of integers i.e. the numbers with only digits in PHP. Some of them were wondering why is_int() or is_integer() functions of PHP sometimes works and sometimes won’t.
If you become clear with the concept of integer and string in PHP then you’ll obviously come to know [...]...
|
| |
|
| How to redirect browser to https (ssl) in php |
| 2008-05-02 07:12:17 |
Most of the e-commerce website uses payment gateway for online payment. And, those sites uses SSL (secure socket layer) connection to trasafer data to and from the payment gateway.
In the common scenario, most of the sites uses “http” protocal and you can see “http” in the browser’s address bar. But in the above scenario,we [...]...
|
| |
|
| Upgrade your wordpress - easily and quickly |
| 2008-05-01 00:54:48 |
Hello bloggers mates….well it might be little bit late for alerting you but I think you should upgrade your Wordpress blog if you’re using the old version of it. There are a lot of security flaw in the previous versions.Furthermore, if you search in google with the keyword “My blog hacked” and you’ll get around [...]...
|
| |
|
| Google’s Latest PR Update - I’m winner this time |
| 2008-04-29 04:41:53 |
Last time, I was was really disappointed by the google’s PR update. I was really unknown about some google’s terms and this blog have lost the PR and it went to zero. And believe me, this blog is lame without the traffic of google as it gets more visitor from search engine than the [...]...
|
| |
|
| How to know and handle disabled javascript in browser |
| 2008-04-27 06:22:31 |
var dzone_style="2";In this blog, I’ve been writing a lot of tips and tutorials using JavaScript. I really love JavaScript and hope that you guyz also like it. But what to do when JavaScript is disabled in the client’s browser?. I would like to redirect the visitor to a warning page where he’ll be suggested to [...]...
|
| |
|
| Ajax login in PHP using jQuery’s animation |
| 2008-04-24 05:57:04 |
Last time, I’ve showed you how to check user availability in Ajax using jQuery’s fading effect. But I’ve just shown the example without connecting the database and some people have faced problem with database connecting solution of that problem.In this post, I’ll show you how to use Ajax login system in php using jQuery and [...]...
|
| |
|
| Change default directory page using .htaccess |
| 2008-04-21 10:27:16 |
I know you guzy all know about index file. This is the default file which is executed in the web server. For example, if you type”http://roshanbh.com.np” in this the browser, the “index.php” gets loaded first. This “index.php” file is commonly know as directory index file.
Basically , the default executed file in the web directory starts [...]...
|
| |
|
| Direct advertising on roshanbh.com.np |
| 2008-04-18 23:54:56 |
This blog is getting a decent number of visitors and this might be a good opportunity for the advertisers who want to promote their service, product or website about web development. This blog might be a doorway for you.
View Pricing Detail »...
|
| |
|
| Ip address validation in PHP using regular expression |
| 2008-04-18 12:14:48 |
If you don’t know how to validate the IP address format in PHP, then you are in the right place.I’ll show you here how to validate the IP address using regular expression in PHP.
As you guyz know, IP address consists four parts. Each parts separated by period “.” and these part consists the digits which [...]...
|
| |
|
| Textbox to accept only numbers (digits) using jquery |
| 2008-04-16 12:33:41 |
var dzone_style="2";Few days back, my friend Parleen asked me how can we make a textbox which just accepts only numbers specially digits only. And, for his I come up with this solution of textbox which only accepts digits, and if you try to enter any alpha bates in it then it displays the error message [...]
...
|
| |
|
| Solving time difference between hosting server and local timezone in PHP |
| 2008-04-14 07:01:07 |
I think this is one of the common problem you’ll face while you’re working for the website of a particular country and web server is located in another different country. If client have the dedicated server then you won’t face this problem. But if you just own a single account of that server then you’ll [...]
...
|
| |
|
|
| Hide actual url in address-bar using iframe |
| 2008-04-09 11:38:49 |
Do you want to hide the actual URL in the address-bar? Do you want to display the same url throughout the website? Then here is the tips for you do the same in your website. Just display the same URL i.e http://www.your-site.com throughout your website in address bar, no matter if you in the page [...]
...
|
| |
|
| How to check and enable mod_rewrite module in apache |
| 2008-04-07 00:42:14 |
Well, I’ve got around 15 emails asking from readers, how to check the mod_rewrite module in apache and enable mod_rewrite module in apache after reading two most of the popular post of this blog 5 useful url rewriting examples and hide .php extension with url rewriting.
...
|
| |
|
|
| Display random number in random way using JavaScript |
| 2008-04-03 10:25:04 |
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..
...
|
| |
|
| Tips to create rounded corner textbox using css |
| 2008-04-01 12:27:24 |
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.
...
|
| |
|
| How to make accordion using jquery and css |
| 2008-03-30 06:07:57 |
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.
...
|
| |
|
| This blog’s Code and content is stolen - Please help |
| 2008-03-28 12:52:49 |
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.
...
|
| |
|
| How to call php from ajax in every second using Jquery |
| 2008-03-27 12:58:01 |
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.
...
|
| |
|
| Collapse-expand toggle pane using jquery |
| 2008-03-25 06:45:14 |
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.
...
|
| |
|
|
| Show text “Password” instead of “********” in the password field |
| 2008-03-23 05:38:17 |
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 [...]
...
|
| |
|
| USA’s Zip Code Validation in PHP |
| 2008-03-20 13:08:53 |
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.
...
|
| |
|
| Finding difference of days between two dates in PHP |
| 2008-03-18 12:47:47 |
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.
...
|
| |
|
| Displaying different color in alternate row using jquery |
| 2008-03-17 13:24:15 |
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.
...
|
| |
|
| Image hover effect using jQuery |
| 2008-03-15 11:53:52 |
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.
...
|
| |
|
| Jquery : Benefits, Examples and Free Ebook |
| 2008-03-13 06:18:54 |
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.
...
|
| |
|
| 5 useful url rewriting examples using .htaccess |
| 2008-03-10 23:10:43 |
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.
...
|
| |
|
| Prevent Directory Listing using .htaccess |
| 2008-03-08 23:39:54 |
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.
...
|
| |
|
|
| I’m Sorry !!! But Thank you for the achievement |
| 2008-03-06 12:41:50 |
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.
...
|
| |
|
|
| Google Updated the PR - I’m disappointed |
| 2008-02-29 04:26:10 |
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’ve PR1 for this blog and in next update I was hoping of PR3 but big fat zero this time.
...
|
| |
|
| 7 Useful SEO tips for Wordpress Blog |
| 2008-02-28 12:08:44 |
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 [...]
...
|
| |
|
| Need help to sell your software or product |
| 2008-02-26 13:45:16 |
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 [...]
...
|
| |
|
| Custom Error Page with .htaccess and ErrorDocument |
| 2008-02-22 09:46:13 |
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.
...
|
| |
|
| Need loans for your IT Company?? |
| 2008-02-22 09:45:15 |
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 [...]
...
|
| |
|
| Email Validation in PHP |
| 2008-02-17 13:00:05 |
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 [...]
...
|
| |
|
| |
 |