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

Search In

Transitioning with Views

To make the app look elegant and impressive, the programmers implement some animations or in other words transitions to switch between views. These transitions are provided by the Xcode libraries and are very easy to implement and use. The step by st

Away 3d - How to import md5mesh and anim into away builder ?

How to import md5mesh and anim into away builder ? Step 1 - File/ Import/ TF_CH_Mesh.md5mesh (3d md5mesh format) Step 2 - file/ Import/ TF_CH_NetGun_Animation.md5anim (animation) Step 3 - in Animation tab drag null(skeleton Clip Node) into null

Content Place Holder and Master Page

Content Place Holder: As the name itself signifies that the Place Holder control is used to hold the content of another controls on the web page. It does not produce any visible output (it only acts as a container for other controls on the Web page)

How to Speed Up Your Magento site

In magento you can improve website speed by doing some small tricks, Below are the 5 Different techniques to boost magento site, Just do the following steps to achieve it: 1) Enable Flat Categories and Products Options: Go to the Magento Admin secti

Create animated css3 buttons

Hi Reader, If you want to create an animated button using css3, below is the code example. Here I am posting some css 3 animated buttons just copy paste and enjoy the code ;) . button { font: inherit; color: inherit;

Difference between @@IDENTITY, SCOPE_IDENTITY, IDENT_CURRENT

In most of our applications, We need last inserted identity value in SQL Server table. For getting the last inserted identity value we have multiple options: @@IDENTITY SCOPE_IDENTITY IDENT_CURRENT All these three return the last inserted ide

EAGER LOADING IN RAILS

In each & every real life scenario our utmost focus is on saving the time. In terms of DB we can save this time by reducing the number of SQL queries fired. This is what “Eager Loading” is used for. Rails provide us 3 methods to perform Eager Lo

Jquery .is() method

Hello Readers, In this blog we will discuss how to use the jQuery .is() method. Jquery .is() method is an important filtering method used generally in callback functions like event handlers. If there no element fits, or the selector is not beco

Algorithm for converting infix expression to postfix expression form

An algorithm to convert infix expression into a postfix expression using “Stack”. The purpose of stack is to reverse the order of the operators in the expression as it is used to hold operators rather than numbers.   POSTFIX (N, M

Select Vs Pluck in Rails

In this tutorial we will see how we can use pluck and select in rails active record queries.   Select is used to fetch records with specific attributes. It returns ActiveRecord::Relation object.   Project.select(:id) Project Load (41.5m

1 114 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: