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

Search In

Foundation-5 Cheat sheet

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

Not everyone can do Maintenance

In Praise of the Maintenance Programmer The developers building new applications are very nice people, of course. But the real heroes of the programming world are the developers maintaining and extending existing applications. Maintaining legacy is

How to add Linker Flag (-objc) in Xcode

Please follow some steps and attached file as well for adding a linker flag in Xcode. Select the project file from the project navigator on the top left side of the window. Select the target for where you want to add the linker flag. Select the "

How to upload data/file to a website uisng command prompt

You need to connect your Site FTP first. Open the DOS Command Prompt then type: ftp It will shown like this C:>ftp www.yourshite.com 220 yoursite.abc.net FTP server ready. User (yoursite.abc.net:(none)): username 331 Password required for .

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

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 download an image automatically using Javascript

Hello Reader's! If you want to make your file download by execution of JS then you can use the code below:- var a = document.createElement('a'); a.href = "/favicon.png"; //make the link of image a.download = "favicon.png"; document.body.appendChild(

1 102 352
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: