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

Search In

Fonts sizes

Hello Readers In this article I will guide you about the font size diffidence pixels, points, ems & %. Here is a flow chart below in which I have mention the difference between pixels, points, ems & %. these font sizes are not actual. It's an

Turning Magento cache off

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

Assigning New Magento Theme

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

What is Stylus ?

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

Fetch profile pic from Facebook

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

Auto completion not working in eclipse

Eclipse has a behavior to suggest the list of methods that can be used with the class name or the instance variable of any class. This behavior works fine for few of the Java classes but for some other classes like DesiredCapabilities,etc., eclipse i

Jquery stop() method

It stops the currently running animation for the specified element. Syntax: $(selector).stop() Example: <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script>

How to create Product Categories in openerp-7

To create Product Categories in openerp-7 follow these below mentioned step:- Step1- Install product module Step2- Go to Warehouse-> Configuration -> Products->Product Categories and create new Category. See the below screen-shot for mor

How to create stages of project in openerp

To create stages of project in openerp follow these step given below Step1 – Install project module in openerp Step2 - Go to Project -> Configuration -> Stages -> Task Stages -> Stages -> New As shown in below given figure, one is st

How to get the vedio views from youtube using API in PHP

Hello Reader's If you want o get the total counts of a views on youtube video by api, then you can use the following php code. <?php $video_ID = 'your-video-ID'; //set the id from url $JSON = file_get_contents("https://gdata.youtube.com/feeds/api

1 50 287
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: