In Drupal AHAH is the best practice for adding removing from elements dynamically I am not going to explain the basics if anyone want to learn what is AHAH go to http://drupal.org/node/331941. I have been using apply for role module in the registration form. I got a task form my client …
Read More »Pagination in UITableView with next previous buttons
Today we will talk about how to give pagination behaviour to our UITableView. We are going to populate UITableView with 2 arrays and it will have 2 UIButtons. 1 is for “next” and the other one is “previous”. UItableView will show only 10 rows at a time. Its logic is that we have 4 …
Read More »UIImageView or UIView Blast Animation
Hi guys today we are going to work on some UIImageView animation we can apply this animation on UIView or any subclass of UIView. First of all we create a new project You will have to add UIView+Explode these files in your project. These files are Created by Daniel Tavares and i found in …
Read More »How to create a new project in XCode
This post is just to let you guys know how to create a new project in Xcode 4.x. So First of all open the Xcode from your Applications folder or search “Xcode” in spotlight. When xcode is opened now you have to follow these steps Click on “File” available in …
Read More »Enable or Disable ARC on single file in a Project
ARC (Automatic Reference Counting) was introduced in iOS 5.0 SDK. Although there is no difference in the execution of an ARC program and a well written MRC (Manual Reference Counting), it is good to use ARC if it is annoying for you to manually keep track of reference counting of …
Read More »Debugging in Classic Asp
Classic Asp is kind of old fashioned or even a historical language for some folks but if you are a part of a team which is responsible for maintenance of a huge application, you have to live with Classic Asp and its limitations. Because Asp is a server side language …
Read More »Lazy Loading image Download
Lazy loading is a key thing when you are working on some application where you interact with server side and download data from server side. Normally when we use to download images from server then it takes more time than textual data and users don’t like to wait anywhere. So …
Read More »Increase Drupal Performance by using Memcache
When site starting to get bigger with thousands of users and millions of records in database and lots of traffic performance becomes a major issue. Drupal is very powerful tool but it requires some fine tuning. I have built sites with thousands of users and hundreds of modules. What is …
Read More »Username and Password in SQL Server
User Names and passwords are saved in sys.syslogins table of Master DB but SQL Server doesn’t save passwords in plain or encrypted form for the obvious purpose of Security. When you query sys.syslogins table, it will return an un-readable string in password field. Passwords are saved in hashes and because …
Read More »10 Basic Tasks To Complete Before Publish Post in WordPress
Basic Tasks To Complete Before Publish Post in WordPress If you want to get the most out of your blogging strategy and excellent content you post so hard, you need to perform some optimization, design and performance that allow you to have better results, more visits and conversions. Essential Tasks …
Read More »