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

Search In

How to show another website's page into your own website, Live!

Say you are developing a website for a hotel which is already on Tripadvisor.(example). Now you know it's not good idea to fill reviews from hotel guests in your own page since it's better to rate hotel on Tripadvisor. I'm coming with a excellent ide

Forcing File System Check on next boot in case of disk errors

When on Linux you may see that file system may behave strangely sometimes which is generally due to corrupt inodes or in all the complete file system. To overcome this you may want to run a file system check using fsck command. But in some cond

Renaming a remote

Rename the existing remote repository : There could be a condition where you want to add a new repository and you will get the message like repository already exist, or in other case when you mistakenly set the remote name wrong, then we need to ren

Get history of an individual branch in GIT

If you want to get history of your git repository then you can use simply: git log This will return you all commits. If you want to check changes made in a particular commit then you can use: git show "SHA-1 key" SHA-1 is you commit key. When

Customizing Magento Layouts with xml

In magento layouts are used to display contents of each page using layout.xml which we will found in app/design/frontend//default/layout. Each module have it's own layout file e.g. customer module has customer.xml and catalog module have catalog.xml

Customizing Magento Layouts with xml

In magento layouts are used to display contents of each page using layout.xml which we will found in app/design/frontend//default/layout. Each module have it's own layout file e.g. customer module has customer.xml and catalog module have catalog.xml

How to touch UI from background or seperate thread ?

We know that Android UI or views can be touch from Main thread only , but if we want to update some UI from background or separate thread then we have to use one of the following way :- AsyncTask has 4 override methods that are onPreExecute(), doIn

Make UIImage White Background Transparent in iOS

If you came across to a requirement where you want to make UIImage Background Transparent then use below method to achieve it. +(UIImage *)changeWhiteColorTransparent: (UIImage *)image{ CGImageRef rawImageRef=image.CGImage; const CGFloat colorMaski

How to access static variables in PHP and How to access static variables in Java

Hello reader's lets continue with static variable, today we will discuss about "how to access static variables in PHP and Java". PHP is usually changing as a Object Oriented language. As being a java coder and PHP coder. Java and PHP possesses com

How to make the onchange function in OpenERP(Odoo) ?

In onchange function first we have to go in .py file (python file) After that we have to decide where you want to give onchange function and then give attribute on_change to that field. Like below python code in py file : def onchange_func

1 108 342
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: