Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Disabling All Effects

Your user or web application may require that all animations are disabled, but the effect of revealing information or scrolling (or whichever animation type) may still be required. jQuery has a way to disable all animations from one access point but

Understand Drupal patches and apply them using git

Hi All, I was confused about how to implement patches into our Drupal modules or in other files. There is a way to apply these patches automatically. We have to install git bash and then we can apply available patches and as well as create new stand

Some basic animation examples in iOS

Here are some basic animation examples like : Fade in/out, rotate, zoom etc. How to use : Add Animations.h and Animations.m files in your project. Import Animations.h class. Invoke required class method in this way : [Animations zoomIn:viewToA

Print multiple copies of an OpenERP OpenOffice report

Sometimes we require to print more than one copies of any report for example an invoice which may have two or three copies, one for customer, one for salesman and one for Accounts department or a payment voucher to be printed twice. I got the same

Making 'sales' module load quicker

A company which is using OpenERP for their sales operations may face the problem of loading sales module quite slow. It can be difficult to handle a situation where there can be many sales counters, the customer and salesman waiting for more than a m

Advantage of "loadModel" over "$uses"

Advantage of loadModel over uses While using "$uses", many unrelated model gets loaded. So it's best practice to use it only when it is needed through out the controller. If you only need it randomly then loadModel(). Another way of loading a model

How to add list dynamically

This is very simple way to add list dynamically using jquery. In this first you have to give Id to select tag then add the script. <html> <select id="memoryCategories"> <option>Categories</option> </select> </

Exploratory Testing

What is Exploratory Testing? “Exploratory Testing is a testing approach that allows you to apply your ability and skill as a tester in a powerful way." Exploratory testing refers testing of a software without any plan and schedules. The Main feature

What is use of synthesize?

The @property and @synthesize keywords simply automate the creation of getter and setter methods, @interface MyClass : NSObject @property int value; @end   @implementation MyClass @synthesize value; @end The @property keyword declares the pro

Delete all documents form solr

Hello all, If you want to Delete all documents from solr, follow any one of the step given below. There are 2 ways to do this. 1. http://localhost:8983/solr/update?stream.body=<delete><query>*:*</query></delete>&commit=

1 53 363
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: