DevArticles.In
  • Home
  • Hindi to Unicode
  • PHP Debug
  • CakePHP Captcha
  • How-To
  • About
  • Contact

Tag: Ajax

Gmail like ajax loading message at the top of page

April 2, 2010April 16, 2010 Arvind KumarAjax, JavascriptLeave a Comment on Gmail like ajax loading message at the top of page

Here is a sample javascript code to show Gmail like “Loading.. Please wait..” message at the top of a HTML page while making Ajax requests. Irrespective of the position of Ajax links within web page, the “Loading” message will show…

Read More→

How to apply search filters in cakephp ajax pagination

March 21, 2009January 17, 2010 Arvind KumarCakePHP2 Comments on How to apply search filters in cakephp ajax pagination

Sometimes we need to filter records via custom query while using ajax pagination in a cakephp application. An easy way to achieve this is to store query in a session varibale and to check it whenever an ajax call is…

Read More→

Cakephp important facts you must know – Part 1

March 21, 2009March 25, 2009 Arvind KumarCakePHP2 Comments on Cakephp important facts you must know – Part 1

Mininal use of $uses variable to load models CakePHP loads all models specified in var $uses array when a controller action is called. By loading a model cakephp creates the schema/structure of the table and also caches it for further…

Read More→

Recent Posts

  • Sending Laravel Notifications Email to Single Email Address
  • Database rollback transactions in Laravel
  • Automatic Deployment of your Git Push to Remote Server
  • CSV Content Validation with FormRequest Rules in Laravel
  • Using Unique Validation Rule in Form Request in Laravel
Copyright © All rights reserved.
Blog Kit by WP Charms