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

Search In

How to Select data from one or more tables and retrieve it in a variety of different forms?

To select data from one or more tables in Joomla: Ex: // Getting db connection. $db = JFactory::getDbo(); // Create a new query object. $query = $db->getQuery(true); // give the name of field instead of column name that you want to display in th

SQL Table

SQL Table is used to store the data in terms of rows and column . It is the very simple form for data storage . Example -> **Student name** **Student Age** **Student Id** Mukesh 23 1 Ayu

setTimeout() method in JavaScript

The setTimeout() method in JavaScript sets a time interval during which the CPU wait to perform the task specified in it. It alter the time interval of the CPU to perform the tasks. The Syntax of the setTimeout() is as : setTimeout(task1,Timeinterv

UnderLined TextField/UIView (to prevent unnecessary constraints..)

In your xcode project first create a UItextfield type of cocoa touch class in case of underlined view create a uiview type of class as UnderlinedTextField or watever name suits you. In UnderlinedTextField.h file of your class create a property as-

How to resolve problems with Request parameters encoding?

When we type any Accented char(not all) in input field and try to submit it gets encoded to some other chars automatically. To resolve this we need to enable CharacterEncoding. Follow the below steps in order to resolve problems with Request parame

What is image sprite and its uses in CSS?

CSS image sprite is a single image like a image-sheet with all the images needed for your website. Image sprites is having all the images needed at one place in a single image to it makes the browser work easy while the browser try to find the im

How to make animation with SVG HTML5

Here is the simple example of SVG animation. We use HTML structure to show svg graphics in browser. Tags used:- svg <svg>:- Makes the svg structure. circle <circle>:- Element is used to draw circles. g <g>:- Element is used to g

SEO Tip for Successful Domain Transition - Case Study

While working as an SEO specialist, I have encountered with domain transition process from old domain to new domain, which was one of the most exciting and challenging task for me. I was the only one

Some helpful date related code

Get a date after n days -(NSDate*)getNextDayAfterDays:(int)numOfDays from:(NSDate*)date { NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar]; NSDateComponents *offsetComponents = [[NSDateComponents a

Making a Blurred Mask

Making Blurred mask in Flash Masking in Flash is very easy..But when we talk about Blurred mask..Not an easy task.. So to make that easy i am posting this blog.. Lets start with "How to Mask an object", there are following steps.. 1.Open a new file

1 327 949
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: