DevArticles.In

Tips, Tricks, References and Bookmarks

  • Home
  • Hindi to Unicode
  • About
  • Contact

Month: March 2009

How to remove meta tag “generator” in Joomla 1.5

Arvind KumarJoomla!4 Comments on How to remove meta tag “generator” in Joomla 1.5

On a page that is generated by Joomla, by default you will always see a meta tag like following <meta name=”generator” content=”Joomla! 1.5 – Open Source Content Management” />

Joomla Direct Access to This Location Is Not Allowed Error

Arvind KumarJoomla!2 Comments on Joomla Direct Access to This Location Is Not Allowed Error

After installing Joomla! 1.5, i encountered the following warning message saying “Direct Access to this location is not allowed” when changing the template to which i just downloaded from www.siteground.com. I compared the template files with default templates bundled with…

Read More→

How to install IE7 and keep IE6 in XP

Arvind KumarWindowsLeave a Comment on How to install IE7 and keep IE6 in XP

Steps to Install IE7 and Keep IE6 as well Download and install IE7 from Microsoft Website. Installing IE7 will remove IE6 from your system. Don’t worry we will bring it back in a moment. Download Multiple IE installer for different…

Read More→

Error handling in cakephp

Arvind KumarCakePHP1 Comment on Error handling in cakephp

Error handling in CakePHP is pretty simple and straight forward. While developing in CakePHP with debug value set to > 0 (Configure::write(‘debug’, 1); in app/config/core.php) you might have encountered error messages something similar to this:

How to use multiple validation rule sets per model in cakephp

Arvind KumarCakePHP5 Comments on How to use multiple validation rule sets per model in cakephp

As default we have single var $validate rule set in the model class which is triggered on each save() method call while saving form data. This is quite logical and sufficient for single form fields to validate but what if…

Read More→

How to apply search filters in cakephp ajax pagination

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

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→

Multiple validation rules for a single field in cakephp

Arvind KumarCakePHPLeave a Comment on Multiple validation rules for a single field in cakephp

Cakephp framework provides a strong model validation mechanism. Here is the quick overview of multiple validation rules applied to a single field. Let say we are using “User.password” and “User.password2” fields to accept/confirm password while registering to a site. We…

Read More→

Show hidden files and folders not working in window xp?

Arvind KumarWindowsLeave a Comment on Show hidden files and folders not working in window xp?

I tried to enable “show hidden files and folder” option in my window xp but after clicking “apply” and “ok” when i returned back to the folder to view hidden files it did not show the hidden files. I tried…

Read More→

TinyMce and Captcha collide in my cakephp application

Arvind KumarCakePHP1 Comment on TinyMce and Captcha collide in my cakephp application

I was struck in a very strange problem today. I was using captcha component to create and set a captcha session and image for view section. Next is the snippet of create function which i used to load component. I…

Read More→

  • Useful Linux Commands
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • How to Remove Appends Attributes from Laravel Eloquent Model
  • How TO – Remove a Property from an Object in JavaScript
  • Array Destructuring With or Without List Function in PHP
  • Git Cannot open .git/FETCH_HEAD: Permission denied Solution
  • How to Check Laravel Version using CLI and File System

About Arvind

Arvind Thakur is a Full Stack Web Developer. He founded and runs a Software Development company by the name Inimist Technologies in Chandigarh, India. >> know more
Copyright © All rights reserved.
Blog Kit by WP Charms