Skip to main content

Posts

Showing posts from June, 2011

How to Upload Folder in HTML 5

Uploading Files is very easy in web technologies but uploading folders with multiple files is very difficult because it contains multiple files extension. Recently Google added this upload folder in Google docs where you choose your directory at once so that the Google will take care of the entire files uploading. Uploading Folders Feature works only with chrome browser. While doing the research for this i came to know that google added some special tag in html that tag will only recongnised by chrome browser that means its not a standard tag with w3c. Here is an example of HTML File where it has input tag for file upload that is the standard of w3c. <html> <head> <title>Technology Innovation</title> </head> <body> <input type="file" id="file_input" directory="" > </body> </html> If you add webkitdirectory tag in input tag then you will dialog box willget chang

Five More Indian Languages - Google Translate

Google Translate add 5 more indian language translation like Bengali, Gujarati, Kannada, Tamil and Telugu.Till Today Google Translation supports 63 languages. As a indian bloggger its a happy to announce that all indic languages sites and blogs become internationalized one. All indic bloggers and sites owners have to attach the google translate widgets to their sites so that the internationalized reader can realize the value of your blog and may be a chance of becoming the readers. How to Add The Google Translate Widgets on Blog or Sites Just Add the Below code to internationalized your blog or site <div id="google_translate_element"></div><script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element'); } </script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> If you want to customize

Google Chrome Startup with Multiple webpage

Learn how you can open multiple webpages when your browser gets startup. Till now we have seen only a home page option on browsers that open's only a single web page but in chrome browser you can open a multiple webpages when your browser gets startup. To Do this.... Chrome Browser > Settings Icon > Options > Basics > On Startup > Select the Open the following pages and add your favorite pages there like the below image shows.