
Search In
For running multiple jQuery methods within a single statement,we make use of chaining.
here is the example:
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></s
Gradient Mesh in Illustrator
Gradient Mesh, is an advance tool that allows us to create gradients in any shapes. The result in artwork as it has come right from the Photoshop. Every designer have his/her own way that how they apply gradient mesh on t
By knowing the token value and fbid we can get the data of friends in a file which we can use use further in our code.
For example:
$post_decode = $this->request->input ( 'json_decode', true) ;
$fbid = $post_decode['fbid'];
To create a new Facebook application, register on https://developers.facebook.com and make a new application that will generate a Facebook application id and secret key which you will use in your development.
After creating the application open the
A brief introduction of Unity 3D
Unity is a cross-platform game engine which is used to make 2D and 3D games for mobile devices, web browsers, consoles and desktops.
There are many useful features in Unity which includes Particles, Physics, Scriptin
Hello Friends,
In the era of new HTML Concepts or platforms like- Bootstrap, Foundation. We are using these platform to make our HTML more elegant and in a responsive Form.
Today I am adding something for Foundation CSS platform. Lets have a l
Magento uses two level cache backend . Two level cache means it stores cache records in two backend. By default, Magento stores it's cache entries in the file system, magento cache files are present in var/cache. At the time of development it is reco
To assign a new theme to magento follow these steps
1) Go to admin > System > Configuration
2) select 'Design' tab on the left menu bar under General Tab.
3) There you will see the Package and Themes section.
4) Enter the theme name in th
Stylus is a dynamic style-sheet language, it's design influenced by Sass and LESS. It makes your development more faster, smarter and more powerful then ever before. you can change your all color scheme in just a single line of code.
Quick and Easy
For some reasons Facebook doesn’t provide profile picture with user info dictionary/data.
We need to fetch profile pic using graph api.
Once user is done with successful authentication he can use following snippet to get profile picture URL.
[[FBReq
