ajax | naveenOS https://www.naveenos.com How may I help you - Magento Certified Developer Thu, 27 Jan 2011 05:27:47 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 Ajax: Upload a file through ajax ( without page refresh) https://www.naveenos.com/2011/01/ajax-upload-a-file-through-ajax-without-page-refresh https://www.naveenos.com/2011/01/ajax-upload-a-file-through-ajax-without-page-refresh#comments Sun, 02 Jan 2011 06:47:26 +0000 http://naveenos.com/?p=294 In most cases we need to upload something on server without refreshing the page. for example we want to upload an image from popup window. But it will refresh the page and we will lost our popup and its content… so for this type of problems we providing an attractive code for upload a files […]

The post Ajax: Upload a file through ajax ( without page refresh) first appeared on naveenOS.]]>
https://www.naveenos.com/2011/01/ajax-upload-a-file-through-ajax-without-page-refresh/feed 2
Translate english to hindi by google api https://www.naveenos.com/2010/12/translate-english-to-hindi-by-google-api https://www.naveenos.com/2010/12/translate-english-to-hindi-by-google-api#comments Wed, 08 Dec 2010 10:32:59 +0000 http://naveenos.com/?p=263 Sometimes we need to develop a website with Hindi font. But main problem is how to insert content in Hindi in admin panel. so here is a solution by this admin can enter content in Hindi font. It will work like: When admin type any word like ‘welcm‘ and then type space it will automatically […]

The post Translate english to hindi by google api first appeared on naveenOS.]]>
https://www.naveenos.com/2010/12/translate-english-to-hindi-by-google-api/feed 4
WordPress: How to use Ajax at front side without using admin-ajax.php https://www.naveenos.com/2010/08/wordpress-how-to-use-ajax-at-front-side-without-using-admin-ajax-php https://www.naveenos.com/2010/08/wordpress-how-to-use-ajax-at-front-side-without-using-admin-ajax-php#comments Thu, 26 Aug 2010 09:59:54 +0000 http://naveenos.com/?p=229 Mostly all wordpress developers write the code to create widgets in admin side. and he use following code: var ajaxurl =''; var data = { action: 'action_function_name' }; // since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php jQuery.post(ajaxurl, data, function(response) { alert(response); }); But when he wants to use […]

The post WordPress: How to use Ajax at front side without using admin-ajax.php first appeared on naveenOS.]]>
https://www.naveenos.com/2010/08/wordpress-how-to-use-ajax-at-front-side-without-using-admin-ajax-php/feed 16
show the div area in middle on screen using jquery https://www.naveenos.com/2010/08/show-the-div-area-in-middle-on-screen-using-jquery https://www.naveenos.com/2010/08/show-the-div-area-in-middle-on-screen-using-jquery#comments Tue, 10 Aug 2010 13:24:23 +0000 http://naveenos.com/?p=198 If you want to show any div area in the middle on click any link or button then follow these steps: 1. First download and add JQuery js in your file. 2. now create a function If you want to show any div area in the middle on click any link or button then follow […]

The post show the div area in middle on screen using jquery first appeared on naveenOS.]]>
https://www.naveenos.com/2010/08/show-the-div-area-in-middle-on-screen-using-jquery/feed 1
Change dropdown list (options) values from database with ajax and php https://www.naveenos.com/2009/12/change-dropdown-list-options-values-from-database-with-ajax-and-php https://www.naveenos.com/2009/12/change-dropdown-list-options-values-from-database-with-ajax-and-php#comments Mon, 14 Dec 2009 18:40:53 +0000 http://naveenos.com/?p=103 I’m going to show you a example in php and ajax to change the values of the dropdown’s options without refreshing the page. The values (options) of the dropdown are fetched from the database and the certain portion of the web pages is only refreshed without need to refresh the whole page. Let’s start with […]

The post Change dropdown list (options) values from database with ajax and php first appeared on naveenOS.]]>
https://www.naveenos.com/2009/12/change-dropdown-list-options-values-from-database-with-ajax-and-php/feed 1
Changing textbox value from dropdown list using Ajax and PHP https://www.naveenos.com/2009/07/changing-textbox-value-from-dropdown-list-using-ajax-and-php https://www.naveenos.com/2009/07/changing-textbox-value-from-dropdown-list-using-ajax-and-php#respond Sun, 12 Jul 2009 14:11:38 +0000 http://naveenos.com/?p=23 from PHP using Ajax and this currency code will replace the value of textbox each time the dropdown list changes. Writing Code for changing textbox value from dropdown list using Ajax and PHP After looking at the above demo, let’s start writing code for the changing the currency code value in the textbox form Ajax […]

The post Changing textbox value from dropdown list using Ajax and PHP first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/changing-textbox-value-from-dropdown-list-using-ajax-and-php/feed 0
Solving European characters (Western charset) problem with Ajax and PHP https://www.naveenos.com/2009/07/solving-european-characters-western-charset-problem-with-ajax-and-php https://www.naveenos.com/2009/07/solving-european-characters-western-charset-problem-with-ajax-and-php#comments Thu, 09 Jul 2009 20:40:01 +0000 http://naveenos.com/?p=18 Today, I would like to tell you how to handle character set problem which occurs during the data fetched from PHP using Ajax mainly on the western characters(European charset).Lots of people asked me about this problem where these European charset is displayed in unreadable format after fetching it from ajax. Problem with European Charset with […]

The post Solving European characters (Western charset) problem with Ajax and PHP first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/solving-european-characters-western-charset-problem-with-ajax-and-php/feed 1
6 free ajax chat applications using PHP https://www.naveenos.com/2009/07/6-free-ajax-chat-applications-using-php https://www.naveenos.com/2009/07/6-free-ajax-chat-applications-using-php#comments Thu, 09 Jul 2009 20:27:15 +0000 http://naveenos.com/?p=9 While talking about chat application, these days people hate those kind application made in PHP which need page refreshing. In this post, I’ll show you six different free Ajax chat applications which might be very useful if you’ve to use Ajax based chat application. Depending upon the requirement of your chat application, you can use […]

The post 6 free ajax chat applications using PHP first appeared on naveenOS.]]>
https://www.naveenos.com/2009/07/6-free-ajax-chat-applications-using-php/feed 1
Which is the best JavaScript and Ajax Framework ? https://www.naveenos.com/2008/06/which-is-the-best-javascript-and-ajax-framework https://www.naveenos.com/2008/06/which-is-the-best-javascript-and-ajax-framework#comments Wed, 04 Jun 2008 18:55:03 +0000 http://naveenos.com/?p=110 Last time, I had published a poll asking which is the best PHP framework and in that poll Zend Framework stand out itself to be the most popular PHP framework among the PHP developers. This time ,I’ve come up with another Poll and I would you to participate in this POLL “Which is the best […]

The post Which is the best JavaScript and Ajax Framework ? first appeared on naveenOS.]]>
https://www.naveenos.com/2008/06/which-is-the-best-javascript-and-ajax-framework/feed 1