<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-749822309315203135</id><updated>2012-02-16T05:41:00.399-08:00</updated><title type='text'>UI Developer</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>26</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-6397549454908516812</id><published>2010-04-20T18:04:00.000-07:00</published><updated>2010-04-20T18:04:48.262-07:00</updated><title type='text'>Time to move ahead in css selectors</title><content type='html'>I thinks its time to use some more selectors in css . Earlier I have used Element Selectors , Id Selectors , Class Selectors etc.&lt;br /&gt;There are some more selectors like child selectors, adjacent selectors , Attribute Selectors which we can use in css. These selectors are not supported by older browser like IE6 but I believe its time to move on&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-6397549454908516812?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/6397549454908516812/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=6397549454908516812' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/6397549454908516812'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/6397549454908516812'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2010/04/time-to-move-ahead-in-css-selectors.html' title='Time to move ahead in css selectors'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-6062677308269061444</id><published>2010-04-18T08:38:00.000-07:00</published><updated>2010-04-18T08:38:40.054-07:00</updated><title type='text'>Removing post information in Drupal</title><content type='html'>Post information is theme dependent&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Administration &amp;gt; Theme&amp;nbsp;&lt;/li&gt;&lt;li&gt;Click on configure in default theme&lt;/li&gt;&lt;li&gt;Go to Global Settings&lt;/li&gt;&lt;li&gt;Uncheck the display post information on the type of content you want&lt;/li&gt;&lt;/ol&gt;By default page content type has no post information. Blog and story type has post information&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-6062677308269061444?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/6062677308269061444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=6062677308269061444' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/6062677308269061444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/6062677308269061444'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2010/04/removing-post-information-in-drupal.html' title='Removing post information in Drupal'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-245797286801509078</id><published>2010-04-18T05:21:00.000-07:00</published><updated>2010-04-18T05:30:46.684-07:00</updated><title type='text'>Steps to use fckeditor module</title><content type='html'>Here we going to install a contributed module&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Go to &lt;a href="http://drupal.org/project/fckeditor"&gt;http://drupal.org/project/fckeditor&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Download the stable release Green one&lt;/li&gt;&lt;li&gt;Create a modules(if not there) in sites/all&lt;/li&gt;&lt;li&gt;Copy the module files there&lt;/li&gt;&lt;li&gt;Enable the Module in Administrator/Modules&lt;/li&gt;&lt;li&gt;Give the permission in Administrator/Permission&lt;/li&gt;&lt;li&gt;Go to &lt;a href="http://sourceforge.net/projects/fckeditor/files/FCKeditor/2.6.6/FCKeditor_2.6.6.zip/download"&gt;http://sourceforge.net/projects/fckeditor/files/FCKeditor/2.6.6/FCKeditor_2.6.6.zip/download&lt;/a&gt;&amp;nbsp;&lt;/li&gt;&lt;li&gt;Download the file and replace the fckeditor folder inside the modules/fckeditor with the folder downloaded in step 7&lt;/li&gt;&lt;li&gt;Administrator /Site Configuration/FCKeditor to configure this module&lt;/li&gt;&lt;li&gt; Edit the advanced profile inside the file browser setting use the IMCE browser type (Need to install the IMCE module)&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-245797286801509078?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/245797286801509078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=245797286801509078' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/245797286801509078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/245797286801509078'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2010/04/steps-to-use-fckeditor-module.html' title='Steps to use fckeditor module'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-8737330239301636517</id><published>2010-04-17T05:56:00.000-07:00</published><updated>2010-04-17T05:56:21.383-07:00</updated><title type='text'>Microformat</title><content type='html'>Microformat define the exact nature of content by using css classes .&lt;br /&gt;&lt;br /&gt;Some good firefox extension which detect microformat information&lt;br /&gt;http://microformats.org/wiki/firefox-extensions&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-8737330239301636517?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/8737330239301636517/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=8737330239301636517' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/8737330239301636517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/8737330239301636517'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2010/04/microformat.html' title='Microformat'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-3203063849795617822</id><published>2010-04-10T05:43:00.000-07:00</published><updated>2010-04-17T04:54:14.355-07:00</updated><title type='text'>Tricks in Eclipse</title><content type='html'>&lt;b&gt;To Format the code in eclipse source editor&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Select the code&lt;br /&gt;Right Click =&gt; Source =&gt; Format&lt;br /&gt;it will format your code and &lt;b&gt;remove horizontal scrolling&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;ctl+shift+F shortcut to do the formatting&lt;br /&gt;&lt;br /&gt;&lt;b&gt;To Add Comment&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Select the code&lt;br /&gt;Press ctl+/ to comment each line&lt;br /&gt;Press ctl+shift +/ to add block comment&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-3203063849795617822?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/3203063849795617822/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=3203063849795617822' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/3203063849795617822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/3203063849795617822'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2010/04/tricks-in-eclipse.html' title='Tricks in Eclipse'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-5796150300346163409</id><published>2010-04-02T01:34:00.000-07:00</published><updated>2010-04-04T08:26:38.960-07:00</updated><title type='text'>some more drupal ..</title><content type='html'>Every url in browser in Drupal map to some module like node/11 handled by node module&lt;br /&gt;&lt;br /&gt;admin/build/themes =&gt; system module&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To install a new theme in Drupal &lt;br /&gt;&lt;br /&gt;1 Download a new theme and unzip it&lt;br /&gt;2 Create a folder /sites/all/themes&lt;br /&gt;3 Copy theme in this themes folder &lt;br /&gt;3.Go to http://yoursitename.com/admin/build/themes and enable the themes&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-5796150300346163409?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/5796150300346163409/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=5796150300346163409' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/5796150300346163409'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/5796150300346163409'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2010/04/some-more-drupal.html' title='some more drupal ..'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-968040610095186080</id><published>2010-04-01T23:46:00.003-07:00</published><updated>2010-04-01T23:46:08.560-07:00</updated><title type='text'>Working with Flex</title><content type='html'>Just recently started working with flex My take is if you are doing some application which required heavy client side utilization go for some RIA  technology&lt;br /&gt;&lt;br /&gt;Its look like its not easy in flex to do localization on the basis of browser locale selection&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-968040610095186080?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/968040610095186080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=968040610095186080' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/968040610095186080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/968040610095186080'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2010/04/working-with-flex.html' title='Working with Flex'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-8547543278701249008</id><published>2009-08-30T02:12:00.000-07:00</published><updated>2009-08-30T02:31:53.951-07:00</updated><title type='text'>some drupal shortcuts</title><content type='html'>Back after a long time&lt;br /&gt;&lt;br /&gt;some information about Drupal&lt;br /&gt;&lt;br /&gt;Put contribute themes and modules in sites/all/themes or sites/all/modules&lt;br /&gt;&lt;br /&gt;http://localhost/drupal6/admin/build : Site building page&lt;br /&gt;http://localhost/drupal6/admin/content : content page&lt;br /&gt;http://localhost/drupal6/admin/reports : To see reports admin section&lt;br /&gt;http://localhost/drupal6/admin/reports/updates :Information about available updates for your installed modules and themes&lt;br /&gt;&lt;br /&gt;http://localhost/drupal6/admin/by-module : all available administration tasks for each module.&lt;br /&gt;&lt;br /&gt;http://localhost/drupal6/admin/build/modules : modules information&lt;br /&gt;&lt;br /&gt;http://localhost/drupal6/admin/user/roles : creating roles&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-8547543278701249008?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/8547543278701249008/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=8547543278701249008' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/8547543278701249008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/8547543278701249008'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2009/08/some-drupal-shortcuts.html' title='some drupal shortcuts'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-7914461042787505784</id><published>2008-10-17T10:32:00.000-07:00</published><updated>2008-10-17T10:37:15.092-07:00</updated><title type='text'>Opensocial</title><content type='html'>I started working with opensocial API. basically a opensocial gadget or application is a xml file which contains some javascript and css (for basic application) . You can upload that xml file to web and go to sandbox.orkut.com. Application =&gt; edit application and give the path of your xml file.&lt;br /&gt;you will be able to see that application.&lt;br /&gt;&lt;br /&gt;you can also view your application on igoogle.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Amit&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-7914461042787505784?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/7914461042787505784/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=7914461042787505784' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/7914461042787505784'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/7914461042787505784'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2008/10/opensocial.html' title='Opensocial'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-3112788403370317402</id><published>2008-08-30T11:06:00.000-07:00</published><updated>2008-08-30T11:12:41.635-07:00</updated><title type='text'>Drupal</title><content type='html'>I have started working with &lt;br /&gt;Drupal very popular CMS probably in next 2 week we will have a beta release of one of our project. I have already worked another CMS QP7 and enjoyed working with it. for using Drupal I am also going through some learning curve for PHP and using Drupal Modules and Themes &lt;br /&gt;&lt;br /&gt;I have bookmark some sites at delicious &lt;a href="http://delicious.com/amit3/drupal"&gt;&lt;/a&gt; In case you are not using delicious please start using it&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Amit&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-3112788403370317402?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/3112788403370317402/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=3112788403370317402' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/3112788403370317402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/3112788403370317402'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2008/08/drupal.html' title='Drupal'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-8601860979235790867</id><published>2008-07-21T08:16:00.000-07:00</published><updated>2008-07-21T08:17:54.179-07:00</updated><title type='text'></title><content type='html'>Put a search engine on your web site to help your visitors find the content they're looking for.  Completely free, lightning fast, and super-easy to use. &lt;a href="http://www.jrank.org/"&gt;jrank&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-8601860979235790867?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/8601860979235790867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=8601860979235790867' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/8601860979235790867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/8601860979235790867'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2008/07/put-search-engine-on-your-web-site-to.html' title=''/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-4444898569112532088</id><published>2008-07-20T01:57:00.000-07:00</published><updated>2008-07-20T01:59:39.881-07:00</updated><title type='text'>Innovative Web Browser Software</title><content type='html'>Lighthouse International Develops Free, Innovative Web Browser Software For People Who Are Visually Impaired &lt;br /&gt;&lt;a href="http://www.lighthouse.org/aboutus/press/press-releases/lowbrowse"&gt;Details are available here&lt;/a&gt; but I am still looking for downloading this software and getting more details about it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-4444898569112532088?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/4444898569112532088/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=4444898569112532088' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/4444898569112532088'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/4444898569112532088'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2008/07/innovative-web-browser-software.html' title='Innovative Web Browser Software'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-710891852714383723</id><published>2008-07-18T11:09:00.001-07:00</published><updated>2008-07-18T11:11:03.547-07:00</updated><title type='text'>Accessibile web sites</title><content type='html'>&lt;a href="http://www.rnib.org.uk/xpedio/groups/public/documents/PublicWebsite/public_accessiblewebsites.hcsp#P10_650"&gt;Directory of accessible web sites&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-710891852714383723?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/710891852714383723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=710891852714383723' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/710891852714383723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/710891852714383723'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2008/07/accessibile-web-sites.html' title='Accessibile web sites'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-4726219363492402263</id><published>2008-07-18T08:37:00.000-07:00</published><updated>2008-07-18T08:46:54.769-07:00</updated><title type='text'>Being a good boss</title><content type='html'>I have learned few things about being a good boss.&lt;br /&gt;&lt;br /&gt;1. You must be aware about the technology on which your team is working.&lt;br /&gt;&lt;br /&gt;2. If you are not aware about the technology than work with your team and try to get more knowledge.&lt;br /&gt;&lt;br /&gt;3. be with the team always.&lt;br /&gt;&lt;br /&gt;4. Be in office with team when they have to deliver some important iteration delivery.&lt;br /&gt;&lt;br /&gt;5. You can not calculate everything in hours. Be realistic.&lt;br /&gt;&lt;br /&gt;6. You are also working for a company. so please be sincere in justifying your team member's attempt.&lt;br /&gt;&lt;br /&gt;7. Everybody needs rest and there is work life balance for everybody it not only that manager and above can enjoy family life.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-4726219363492402263?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/4726219363492402263/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=4726219363492402263' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/4726219363492402263'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/4726219363492402263'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2008/07/being-good-boss.html' title='Being a good boss'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-8339723580703449522</id><published>2008-07-06T08:41:00.000-07:00</published><updated>2008-07-06T08:46:33.780-07:00</updated><title type='text'></title><content type='html'>Some JavaScript tips.&lt;br /&gt;&lt;br /&gt;Some time we need to remove elements from the DOM Tree.&lt;br /&gt;&lt;br /&gt;Suppose elementID is test&lt;br /&gt;//array of all elements&lt;br /&gt;var allElements = document.getElementById("test");&lt;br /&gt;&lt;br /&gt;//to remove&lt;br /&gt;allElements.parentNode.removeChild(allElements);&lt;br /&gt;&lt;br /&gt;//to get all the elements by tagName&lt;br /&gt;var input = document.getElementsByTagName("input");&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-8339723580703449522?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/8339723580703449522/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=8339723580703449522' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/8339723580703449522'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/8339723580703449522'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2008/07/some-javascript-tips.html' title=''/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-6546359459476990830</id><published>2008-06-24T06:59:00.000-07:00</published><updated>2008-06-24T07:01:57.396-07:00</updated><title type='text'>free editors for Windows</title><content type='html'>One of the good free editors for Windows is Crimson Editor. you can download it from &lt;a href="http://www.crimsoneditor.com/"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-6546359459476990830?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/6546359459476990830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=6546359459476990830' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/6546359459476990830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/6546359459476990830'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2008/06/free-editors-for-windows.html' title='free editors for Windows'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-4408285720880054111</id><published>2008-06-16T21:57:00.000-07:00</published><updated>2008-06-16T21:58:25.680-07:00</updated><title type='text'></title><content type='html'>&lt;a href="http://www.email-unlimited.com/stuff/FireFox-addons.html"&gt;Top Useful Firefox extensions&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-4408285720880054111?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/4408285720880054111/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=4408285720880054111' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/4408285720880054111'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/4408285720880054111'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2008/06/top-useful-firefox-extensions.html' title=''/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-7978423140088799178</id><published>2008-05-25T07:02:00.000-07:00</published><updated>2008-05-25T07:03:29.171-07:00</updated><title type='text'></title><content type='html'>COOL WEB 2.0 apps for everyone &lt;a href="http://www.webware.com/"&gt;Webware&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-7978423140088799178?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/7978423140088799178/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=7978423140088799178' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/7978423140088799178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/7978423140088799178'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2008/05/cool-web-2.html' title=''/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-3693284085922803771</id><published>2008-05-24T20:29:00.000-07:00</published><updated>2008-05-24T20:31:51.204-07:00</updated><title type='text'></title><content type='html'>Good Article by Subi about the sites to be followed for the web developers&lt;a href="http://usabilitydesk.blogspot.com/2008/05/30-websites-to-follow-if-youre-into-web.html"&gt;30 Websites to follow if you’re into Web Development&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Amit&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-3693284085922803771?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/3693284085922803771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=3693284085922803771' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/3693284085922803771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/3693284085922803771'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2008/05/good-article-by-subi-about-sites-to-be.html' title=''/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-5840658786688245700</id><published>2008-05-18T06:12:00.001-07:00</published><updated>2008-05-18T06:16:59.910-07:00</updated><title type='text'></title><content type='html'>Actually I am using this blog for my reference also. From today I will try to update it on regular basis.&lt;br /&gt;&lt;br /&gt;Here are some more links for css &lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.thinkvitamin.com/"&gt;Think Vitamin&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Think Vitamin is a resource for web designers, developers and entrepreneurs.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Amit&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-5840658786688245700?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/5840658786688245700/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=5840658786688245700' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/5840658786688245700'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/5840658786688245700'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2008/05/actually-i-am-using-this-blog-for-my.html' title=''/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-386927310083648490</id><published>2008-05-16T06:40:00.000-07:00</published><updated>2008-05-16T06:43:23.778-07:00</updated><title type='text'>CSS Tips</title><content type='html'>CSS Box Model&lt;br /&gt;The CSS box model describes the rectangular boxes that are generated for elements in the document tree&lt;br /&gt;&lt;br /&gt;&lt;a href="http://litmusapp.com/labs"&gt;CSS Vista&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;Good tool for view and edit your css both in mozilla and IE&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-386927310083648490?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/386927310083648490/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=386927310083648490' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/386927310083648490'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/386927310083648490'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2008/05/css-tips.html' title='CSS Tips'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-2077196080325760150</id><published>2007-12-27T21:58:00.000-08:00</published><updated>2007-12-27T22:00:05.596-08:00</updated><title type='text'>Distance between two cities</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;One good site to find distance between two cities&lt;br /&gt;&lt;a href="http://www.geobytes.com/CityDistanceTool.htm?loadpage"&gt;http://www.geobytes.com/CityDistanceTool.htm?loadpage&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Amit&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-2077196080325760150?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/2077196080325760150/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=2077196080325760150' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/2077196080325760150'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/2077196080325760150'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2007/12/distance-between-two-cities.html' title='Distance between two cities'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-2448837540618007032</id><published>2007-12-14T05:38:00.000-08:00</published><updated>2007-12-14T05:40:07.938-08:00</updated><title type='text'>Eclipse</title><content type='html'>In eclipse scrapbook page option is a good utility&lt;br /&gt;Explore it&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-2448837540618007032?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/2448837540618007032/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=2448837540618007032' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/2448837540618007032'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/2448837540618007032'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2007/12/eclipse.html' title='Eclipse'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-5233137565955478392</id><published>2007-11-18T00:16:00.000-08:00</published><updated>2007-11-18T00:18:41.940-08:00</updated><title type='text'>Simple Tips for your brain</title><content type='html'>&lt;a href="http://www.isityourneed.com/self-improvement/blog/2/ten-simple-tricks-to-exercise-your-brain/"&gt;Ten Amazingly Simple Tips to Keep Your Brain a Powerful Thinking Machine&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Great tips&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-5233137565955478392?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/5233137565955478392/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=5233137565955478392' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/5233137565955478392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/5233137565955478392'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2007/11/simple-tips-for-your-brain.html' title='Simple Tips for your brain'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-6456660480883599133</id><published>2007-10-02T05:29:00.000-07:00</published><updated>2007-10-02T23:20:46.061-07:00</updated><title type='text'>Use Firebug</title><content type='html'>Really wants to know what exactly going in your web page. use Firebug&lt;br /&gt;&lt;a href="http://www.getfirebug.com/"&gt;http://www.getfirebug.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Its web development &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_0"&gt;extension&lt;/span&gt; for Mozilla &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;FireFox.&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-corrected"&gt;&lt;/span&gt;&lt;span class="blsp-spelling-corrected"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-corrected"&gt;for Internet Explorer you can download IE development toolbar&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-corrected"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-corrected"&gt;Thanks,&lt;/span&gt;&lt;br /&gt;&lt;span class="blsp-spelling-corrected"&gt;Amit&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-6456660480883599133?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/6456660480883599133/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=6456660480883599133' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/6456660480883599133'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/6456660480883599133'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2007/10/use-firebug.html' title='Use Firebug'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-749822309315203135.post-234381402797709674</id><published>2007-10-02T05:06:00.000-07:00</published><updated>2007-10-02T05:23:42.416-07:00</updated><title type='text'>Javascript framework</title><content type='html'>This is my first ever enty in blog space. I am working in web development. These days I am exploring various javascript frameworks.&lt;br /&gt;&lt;br /&gt;Prototype is a good one&lt;br /&gt;&lt;a href="http://www.prototypejs.org/"&gt;http://www.prototypejs.org/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you want to know how to use it just go to&lt;br /&gt;&lt;a href="http://www.sergiopereira.com/articles/prototype.js.html"&gt;http://www.sergiopereira.com/articles/prototype.js.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Another very good tutorial&lt;br /&gt;&lt;a href="http://www.sitepoint.com/article/painless-javascript-prototype"&gt;http://www.sitepoint.com/article/painless-javascript-prototype&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you are new to javascript then my advice is go to Yahoo UI Library&lt;br /&gt;&lt;a href="http://developer.yahoo.com/yui/"&gt;http://developer.yahoo.com/yui/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;They have provided some amazing videos on javascript learning.&lt;br /&gt;Explore them..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Amit&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/749822309315203135-234381402797709674?l=amitsinghin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amitsinghin.blogspot.com/feeds/234381402797709674/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=749822309315203135&amp;postID=234381402797709674' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/234381402797709674'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/749822309315203135/posts/default/234381402797709674'/><link rel='alternate' type='text/html' href='http://amitsinghin.blogspot.com/2007/10/javascript-framework.html' title='Javascript framework'/><author><name>Amit Singh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
