Sunday 28 April 2013

Basic software/web – programming interview questions

How to create facebook app

How to create facebook app for our website
http://codelibrary.googleplus.co.in/how-to-create-facebook-app/

How to upload 10 files on same time in filezilla

Please go to Edit menu and select ‘Settings’ option. It will show us a dialog box, click on ‘Transfers’ option. There will be an option titled ‘Maximum simultaneous transfers’ at the right side. Put 10 as value in it. Now if our internet speed is better then we can upload 10 files one time.
http://codelibrary.googleplus.co.in/how-to-upload-10-files-on-same-time-in-filezilla/

How to set header in php mail code

Htaccess tips and tricks

Meta Tags

An HTML tag that contains descriptive information about a webpage and does not appear when the webpage is displayed in a browser. A word that is in a metatag of a webpage will cause that webpage to turn up as a result of a search engine’s search on that word, even if that word is not found in the webpage as viewed in a browser. We set it between start and end position of head tag.
http://codelibrary.googleplus.co.in/meta-tags/

Create thumbnail image by php

When we upload large size images on server. Uploaded large images take more time to load on webpage, so we need to show small size images on our webpage. Image thumbnail is a solution to generate uploaded image’s thumbnail to show required size images on our website.
http://codelibrary.googleplus.co.in/create-thumbnail-image-by-php/