<?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:blogger='http://schemas.google.com/blogger/2008' 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-1078280352650261569</id><updated>2026-03-28T00:13:39.773+05:30</updated><category term="Firefox"/><category term="Mozilla"/><category term="PHP Benchmarking"/><category term="Adsense"/><category term="Benchmarking"/><category term="DNS"/><category term="Ergonomics for Design"/><category term="Ergonomics for Web"/><category term="Form Post"/><category term="Google 2009"/><category term="Google Anotomy"/><category term="Google Architecture"/><category term="HTML"/><category term="HTTP_LOAD"/><category term="Indian currency symbol"/><category term="Internet Marketing"/><category term="JQuery Tips"/><category term="Javascript Core"/><category term="Javascript Optimization"/><category term="Javascript Tips"/><category term="Jquery Usage"/><category term="Linux commands for lookup"/><category term="Mysql"/><category term="Mysql Basics"/><category term="Mysql grants"/><category term="Mysql users"/><category term="Optimization"/><category term="PHP Securities"/><category term="Perfect SQL"/><category term="Prevent attack"/><category term="Profiling"/><category term="Revenue"/><category term="Rupee Font ttf"/><category term="Rupee symbol"/><category term="SVN"/><category term="SVN Commands"/><category term="Shortcuts"/><category term="Show all users"/><category term="Special chars"/><category term="Symbolic Characters"/><category term="Tips For Firefox"/><category term="Web Designing"/><category term="XDebug"/><category term="joins"/><category term="kcachegrind"/><category term="left join"/><category term="only if"/><category term="outer join"/><category term="server load testing"/><category term="show all grants"/><category term="sql joins"/><category term="web page errors"/><category term="websites for DNS lookup"/><title type='text'>Open Source Technology</title><subtitle type='html'>This Blog consist of internet technologies focusing on web world i.e web technologies.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>94</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-6249368585694552387</id><published>2012-01-05T11:46:00.001+05:30</published><updated>2012-01-05T11:48:43.641+05:30</updated><title type='text'>Pachmarhi Trip</title><summary type="text">https://plus.google.com/photos/110386800557471112769/albums/5694004808464973937</summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/6249368585694552387/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/6249368585694552387' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/6249368585694552387'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/6249368585694552387'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2012/01/pachmarhi-trip.html' title='Pachmarhi Trip'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-8983947461334864671</id><published>2011-10-14T16:20:00.011+05:30</published><updated>2011-10-14T16:40:28.574+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Mysql grants"/><category scheme="http://www.blogger.com/atom/ns#" term="Mysql users"/><category scheme="http://www.blogger.com/atom/ns#" term="show all grants"/><category scheme="http://www.blogger.com/atom/ns#" term="Show all users"/><title type='text'>Mysql: show all grants</title><summary type="text">MYSQL PROCEDURE:-------------------------- Mysql Procedure to show all grantsCREATE PROCEDURE `showAllGrants`()BEGINDECLARE done INT DEFAULT 0;    DECLARE mUser CHAR(16);    DECLARE hostName CHAR(60);    DECLARE cur1 CURSOR FOR SELECT user, host FROM mysql.user;    DECLARE CONTINUE HANDLER FOR SQLSTATE &#39;02000&#39; SET done = 1;    OPEN cur1;    REPEAT            FETCH cur1 INTO mUser, hostName;</summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/8983947461334864671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/8983947461334864671' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/8983947461334864671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/8983947461334864671'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2011/10/mysql-show-all-grants.html' title='Mysql: show all grants'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-4460701071458665702</id><published>2010-08-02T10:30:00.001+05:30</published><updated>2010-08-02T10:31:31.623+05:30</updated><title type='text'>How GOOGLE Works</title><summary type="text">Brilliant and nicely explained.http://www.portfolio.com/images/site/editorial/Flash/google/google.swf</summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/4460701071458665702/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/4460701071458665702' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/4460701071458665702'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/4460701071458665702'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2010/08/how-google-works.html' title='How GOOGLE Works'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-7725903449748293662</id><published>2010-07-28T18:49:00.000+05:30</published><updated>2010-07-28T18:55:48.312+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="DNS"/><category scheme="http://www.blogger.com/atom/ns#" term="Linux commands for lookup"/><category scheme="http://www.blogger.com/atom/ns#" term="websites for DNS lookup"/><title type='text'>How to get Domain/IP related information</title><summary type="text">Linux Commands: $ mtr domainname-- MTR is computer software which combines the functionality of the traceroute and ping programs in a single network diagnostic tool.MTR probes routers on the route path by limiting the number of hops individual packets may traverse, and listening to responses of their expiry. It will regularly repeat this process, usually once per second, and keep track of the </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/7725903449748293662/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/7725903449748293662' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/7725903449748293662'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/7725903449748293662'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2010/07/how-to-get-domainip-related-information.html' title='How to get Domain/IP related information'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-2073552536779997800</id><published>2010-07-28T11:32:00.000+05:30</published><updated>2010-07-28T12:11:10.346+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Indian currency symbol"/><category scheme="http://www.blogger.com/atom/ns#" term="Rupee Font ttf"/><category scheme="http://www.blogger.com/atom/ns#" term="Rupee symbol"/><title type='text'>Add Rupee Font in Fedora 10</title><summary type="text">Download the font :From here:http://www.woofiles.com/dl-201362-SNrji0t3-RupeeForadian.ttfor http://blog.foradian.com/rupee-font-version-20Open konqueror and type fonts:/ in address bar and paste ttf file in folder named &quot;Personel&quot;Open the leafpad (editor) to write, set font option to Rupee Foradian and type &quot;` you will get new rupee symbol.i.e. </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/2073552536779997800/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/2073552536779997800' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/2073552536779997800'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/2073552536779997800'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2010/07/add-rupee-font-in-fedora-10.html' title='Add Rupee Font in Fedora 10'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjF7hheOqr5IauN4st82wDYOe8JsH83PFhTrCHZLzT1_ESiDV4twMVufhgF32SuGQombq1Gt1z1p3-HE4_iK3dkm0f1kViDxGhbK5VjwEtPvhawTu_lMGZMZ_zPDfn9DaKunKnmO-4ybaV9/s72-c/indian+rupee+symbol.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-411461968325862645</id><published>2010-07-27T13:05:00.000+05:30</published><updated>2010-07-27T13:09:14.020+05:30</updated><title type='text'>Follow Me @ Twitter</title><summary type="text">Hey Follow me @amolkulkarni82 (twitter)....and i&#39;ll follow  back to you if i could find something interesting in your tweets.Visit: http://twitter.com/amolkulkarni82</summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/411461968325862645/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/411461968325862645' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/411461968325862645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/411461968325862645'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2010/07/follow-me-twitter.html' title='Follow Me @ Twitter'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-5948340839913275118</id><published>2010-07-16T14:45:00.000+05:30</published><updated>2010-07-16T14:48:07.781+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ergonomics for Design"/><category scheme="http://www.blogger.com/atom/ns#" term="Ergonomics for Web"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Designing"/><title type='text'>ERGONOMIC GUIDELINES FOR USER-INTERFACE DESIGN</title><summary type="text">The following points are guidelines to good software interface design, not an absolute set of rules to be blindly followed. These guidelines apply to the content of screens. In addition to following these guidelines, effective software also necessitates using techniques, such as &#39;storyboarding&#39;, to ensure that the flow of information from screen to screen is logical, follows user expectations, </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/5948340839913275118/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/5948340839913275118' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/5948340839913275118'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/5948340839913275118'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2010/07/ergonomic-guidelines-for-user-interface.html' title='ERGONOMIC GUIDELINES FOR USER-INTERFACE DESIGN'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-1911080016957463730</id><published>2010-07-08T14:15:00.001+05:30</published><updated>2010-07-08T14:20:10.165+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML"/><category scheme="http://www.blogger.com/atom/ns#" term="Special chars"/><category scheme="http://www.blogger.com/atom/ns#" term="Symbolic Characters"/><title type='text'>Special Characters in HTML And Their Names</title><summary type="text">To make special characters and accented letters show up on  your pages, use a special set of codes called character entities, which  you insert into your HTML code and which your browser will display as  the corresponding symbols or characters you want.  The most common character entities have been collected by the  International Organization for Standardization and compiled in the ISO  Latin </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/1911080016957463730/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/1911080016957463730' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/1911080016957463730'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/1911080016957463730'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2010/07/special-characters-in-html-and-their_08.html' title='Special Characters in HTML And Their Names'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-3999607176432212892</id><published>2010-04-22T11:55:00.000+05:30</published><updated>2010-04-22T11:56:04.630+05:30</updated><title type='text'>Latest Rumour</title><summary type="text">Great article on the next generation of database.</summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/3999607176432212892/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/3999607176432212892' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/3999607176432212892'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/3999607176432212892'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2010/04/latest-rumour.html' title='Latest Rumour'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-4381747830795574608</id><published>2010-03-08T16:39:00.001+05:30</published><updated>2010-03-08T16:49:36.767+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Google 2009"/><category scheme="http://www.blogger.com/atom/ns#" term="Google Anotomy"/><category scheme="http://www.blogger.com/atom/ns#" term="Google Architecture"/><title type='text'>The Anatomy Of The Google Architecture 2009</title><summary type="text">Check out this SlideShare Presentation: November 2009The Anatomy Of The Google Architecture Final v1.1View more presentations</summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/4381747830795574608/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/4381747830795574608' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/4381747830795574608'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/4381747830795574608'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2010/03/anatomy-of-google-architecture-2009.html' title='The Anatomy Of The Google Architecture 2009'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-8137386171394593388</id><published>2010-02-18T15:26:00.000+05:30</published><updated>2010-02-18T15:28:26.170+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Javascript Optimization"/><category scheme="http://www.blogger.com/atom/ns#" term="JQuery Tips"/><category scheme="http://www.blogger.com/atom/ns#" term="Jquery Usage"/><title type='text'>JQuery Tips and Optimization</title><summary type="text">JQuery Tips For Developers Load the framework from Google CodeUse data method and avoid storing data inside the DOM. Some developers have a habit of storing data in the HTML attributesUse Cheat SheetsCompress Javascript filesUse FirebugUse ID as Selector whenever possibleUse Tags Before ClassesCache jQuery ObjectsBind certain jQuery functions to $(window).load eventUse Chaining to limit selectors</summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/8137386171394593388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/8137386171394593388' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/8137386171394593388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/8137386171394593388'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2010/02/jquery-tips-and-optimization.html' title='JQuery Tips and Optimization'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-1429343143352686665</id><published>2009-02-24T20:55:00.000+05:30</published><updated>2009-02-24T20:59:06.961+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Firefox"/><category scheme="http://www.blogger.com/atom/ns#" term="Mozilla"/><category scheme="http://www.blogger.com/atom/ns#" term="Shortcuts"/><title type='text'>Firefox/Mozilla Keyboard Shortcuts</title><summary type="text">As you start spending more and more time on Internet and Web Browsers, you will soon realise that you got to surf faster and faster. This is where Mozilla Shortcuts will help.&lt;!-- Contributors: David Tenser  (original author) R.J. Keller  Sean Umphlet  (minor bugfixes) Jeff Walden  Steffen Wilberg  --&gt;This is a list of keyboard shortcuts in Mozilla Firefox. If you have enabled Emacs-style text </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/1429343143352686665/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/1429343143352686665' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/1429343143352686665'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/1429343143352686665'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2009/02/firefoxmozilla-keyboard-shortcuts.html' title='Firefox/Mozilla Keyboard Shortcuts'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-838860203867214667</id><published>2009-02-05T20:02:00.000+05:30</published><updated>2009-02-05T20:12:10.337+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Javascript Core"/><category scheme="http://www.blogger.com/atom/ns#" term="Javascript Tips"/><title type='text'>9 JavaScript Tips You May Not Know</title><summary type="text">9 JavaScript Tips You May Not KnowExcellent javascript tips every javascript developer should know.  Very well explained and a very pleasing website.JavaScript is a fully-featured Object-Oriented programming language, on the surface, it shares syntactical similarities with Java and C, but the mentality is quite different, at its core, JavaScript is more similar to functional languages. Inside is </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/838860203867214667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/838860203867214667' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/838860203867214667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/838860203867214667'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2009/02/9-javascript-tips-you-may-not-know.html' title='9 JavaScript Tips You May Not Know'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-6536866578791141046</id><published>2009-02-05T18:23:00.000+05:30</published><updated>2009-02-05T18:43:12.259+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Firefox"/><category scheme="http://www.blogger.com/atom/ns#" term="Mozilla"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips For Firefox"/><title type='text'>Make Firefox Faster.</title><summary type="text">This is a very simple trick , No software required.* Mozilla uses more memory space.* It becomes slow when i open more tabs* Page cannot be found error makes the whole browser hang* It crashes sometimes and restore session is the only resort to regainThe above complaints are very common about mozilla. But still i like mozilla :)But there are some hidden truths regarding mozilla’s configuration. </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/6536866578791141046/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/6536866578791141046' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/6536866578791141046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/6536866578791141046'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2009/02/make-firefox-faster.html' title='Make Firefox Faster.'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-7299946105511971303</id><published>2008-09-10T17:54:00.000+05:30</published><updated>2008-09-10T17:58:37.244+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Adsense"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet Marketing"/><category scheme="http://www.blogger.com/atom/ns#" term="Revenue"/><title type='text'>Make AdSense For Revenue</title><summary type="text">AdSense Tip #1: Find your keywords Make a research the best keywords. AdSense Tip #2: Improve your keywords Make sure your keyword density between 3% to 10 %. AdSense Tip #3: Keep your website focused on a theme Do not mix you content.Focus on your main theme and content. AdSense Tip #4: Write a new page every day Always update your site or blog. If you can,updated daily. AdSense Tip #5: Choose </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/7299946105511971303/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/7299946105511971303' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/7299946105511971303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/7299946105511971303'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2008/09/make-adsense-for-revenue.html' title='Make AdSense For Revenue'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-7264796723284305713</id><published>2008-09-10T17:39:00.000+05:30</published><updated>2008-09-10T17:44:51.147+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="kcachegrind"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP Benchmarking"/><category scheme="http://www.blogger.com/atom/ns#" term="Profiling"/><category scheme="http://www.blogger.com/atom/ns#" term="XDebug"/><title type='text'>Trace - Debug ( Profiling ) PHP script by xdebug &amp; kcachegrind</title><summary type="text">Step 1 : Install XDebugxdebug is an open source debugger available for PHP. xdebug can be used to display more information in error traces. It can also be used to collect detailed code coverage &amp;amp; profiling information.InstallationYou need to install following packages to prepare environment for installation of pecl module xdebug.sudo apt-get -y install php-pear php5-dev build-essentialNow we </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/7264796723284305713/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/7264796723284305713' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/7264796723284305713'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/7264796723284305713'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2008/09/trace-debug-profiling-php-script-by.html' title='Trace - Debug ( Profiling ) PHP script by xdebug &amp; kcachegrind'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-6596846368383815183</id><published>2008-08-04T23:05:00.000+05:30</published><updated>2008-08-04T23:06:48.586+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="joins"/><category scheme="http://www.blogger.com/atom/ns#" term="left join"/><category scheme="http://www.blogger.com/atom/ns#" term="outer join"/><category scheme="http://www.blogger.com/atom/ns#" term="sql joins"/><title type='text'>SQL Joins by venn diagram</title><summary type="text">If you have tried to understand how joins work and constantly get confused about what join to use, you just need to keep a simple picture in mind ( I like pictures). I will be explaining joins by referencing a Venn diagram. Have no fear - I won’t get into any of the set theory/math involved. This is just a basic overview to give you an idea the data a particular join will return to you. This is </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/6596846368383815183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/6596846368383815183' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/6596846368383815183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/6596846368383815183'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2008/08/sql-joins-by-venn-diagram.html' title='SQL Joins by venn diagram'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-8434173260228546500</id><published>2008-07-31T13:31:00.000+05:30</published><updated>2008-08-04T23:48:16.457+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Benchmarking"/><category scheme="http://www.blogger.com/atom/ns#" term="HTTP_LOAD"/><category scheme="http://www.blogger.com/atom/ns#" term="server load testing"/><title type='text'>Define: HTTP_LOAD in details</title><summary type="text">Http_load is another cool webserver performance tester that gives simple stats on how your webapp is performing.How to install in OS X1. Download from http://www.acme.com/software/http_load/2. Open terminal, cd to the directory where the archive is and unzip$ tar -zxvf http_load-12mar2006.tar.gz3. Move to that directory$ cd http_load-12mar20064. Run$ make5. Run$ make installOnce installed, using </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/8434173260228546500/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/8434173260228546500' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/8434173260228546500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/8434173260228546500'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2008/07/httpload-multiprocessing-http-test.html' title='Define: HTTP_LOAD in details'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-581134900399526126</id><published>2008-07-24T15:54:00.000+05:30</published><updated>2008-07-24T15:55:08.705+05:30</updated><title type='text'>ALTER TABLE, SELECT AND INNODB</title><summary type="text">Let&#39;s assume you have a 512MB table, and you decide to alter the table to add an index to make queries faster.How long would you expect this alter to take? Hours? Days?Even with 7200 RPM-slow disks the alter should of finished in less then 1/2 hour.I ran across an alter that was running for 4 days-on 512MB datasize. The reason why it ran so long is because there was a SELECT that was running </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/581134900399526126/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/581134900399526126' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/581134900399526126'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/581134900399526126'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2008/07/alter-table-select-and-innodb.html' title='ALTER TABLE, SELECT AND INNODB'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-3481188784382605309</id><published>2008-07-16T15:12:00.000+05:30</published><updated>2008-07-16T15:16:29.937+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="SVN"/><category scheme="http://www.blogger.com/atom/ns#" term="SVN Commands"/><title type='text'>Basic SVN Commands</title><summary type="text">Lets get it started….How to get help with svn?svn helpThis will make svn list all the available functions, to get the function reference, let say checkoutsvn help checkoutThe same thing goes to other svn related commands, such as svnadminsvnadmin helpHow to create a svn repository?First of all what is repository? It is a core file for svn, or you can call it a centralized svn backup </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/3481188784382605309/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/3481188784382605309' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/3481188784382605309'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/3481188784382605309'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2008/07/basic-svn-commands.html' title='Basic SVN Commands'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-1372276920103720511</id><published>2008-06-24T19:40:00.000+05:30</published><updated>2008-06-24T19:43:41.232+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Form Post"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP Securities"/><category scheme="http://www.blogger.com/atom/ns#" term="Prevent attack"/><title type='text'>Prevent form post request from another domain in PHP</title><summary type="text">HTTP POST request from outside domain is one of the way of attacking your website. A intruder can use JavaScript in other domain or localhost to send the repetitive POST request to your web page  containing PHP script. We must prevent this kind of cross domain form posting which might be harmful of our website.   Example of form post a spam Let’s suppose that, we have a contact form in our </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/1372276920103720511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/1372276920103720511' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/1372276920103720511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/1372276920103720511'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2008/06/prevent-form-post-request-from-another.html' title='Prevent form post request from another domain in PHP'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-2172662022268806455</id><published>2008-06-24T18:47:00.000+05:30</published><updated>2008-06-24T18:58:06.711+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Mysql"/><category scheme="http://www.blogger.com/atom/ns#" term="Optimization"/><category scheme="http://www.blogger.com/atom/ns#" term="Perfect SQL"/><title type='text'>Articles for optimizing MySQL queries</title><summary type="text">Optimization is a complex task because ultimately it requires     understanding of the entire system to be optimized. Although it may     be possible to perform some local optimizations with little     knowledge of your system or application, the mo    Optimization is a complex task because ultimately it requires understanding of the entire system to be optimized. Although it may be possible to </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/2172662022268806455/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/2172662022268806455' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/2172662022268806455'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/2172662022268806455'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2008/06/articles-for-optimizing-mysql-queries.html' title='Articles for optimizing MySQL queries'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-2689735558527061722</id><published>2008-05-13T17:11:00.000+05:30</published><updated>2008-05-13T17:17:42.147+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Mysql Basics"/><title type='text'>Create User Account Example for MySQL</title><summary type="text">There are three different methods that can be used to create user accounts and they are fairly straightforward.mysql&gt; use mysql;Database changedMethod 1: (create user, password - no privileges)mysql&gt; CREATE USER &#39;esoft&#39;@&#39;localhost&#39; IDENTIFIED BY &#39;12wer56hi&#39;;Query OK, 0 rows affected (0.16 sec)--grant certain privilegesmysql&gt; GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP ON *.* TO &#39;esoft&#39;@&#39;</summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/2689735558527061722/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/2689735558527061722' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/2689735558527061722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/2689735558527061722'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2008/05/create-user-account-example-for-mysql.html' title='Create User Account Example for MySQL'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-1560723403184168134</id><published>2008-05-07T16:11:00.000+05:30</published><updated>2008-05-07T16:15:44.670+05:30</updated><title type='text'>Auto Reconnect In Mysql</title><summary type="text">What is auto reconnect in MySQL?The MySQL client library can perform an automatic reconnect to the server if it finds that the connection is down when you attempt to send a statement to the server to be executed. In this case, the library tries once to reconnect to the server and send the statement again.Automatic reconnection can be convenient because you need not implement your own reconnect </summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/1560723403184168134/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/1560723403184168134' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/1560723403184168134'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/1560723403184168134'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2008/05/auto-reconnect-in-mysql.html' title='Auto Reconnect In Mysql'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1078280352650261569.post-2424878261468036942</id><published>2008-05-06T16:07:00.000+05:30</published><updated>2008-05-06T16:17:47.255+05:30</updated><title type='text'>Optimising MYSQL</title><summary type="text">DO NOT CHANGE   your setting without understanding what you do.Make a backup of your my.cnf before editing the /etc/my.cnfDO THESE CHANGES AT YOUR OWN RISKS.My thread is only to help you to more well understand how tuning mysql.Optimising mysql is very well commented on the net, and you’ll find huge information on how to do this. There is never “best parameters”, the best parameters is those fits</summary><link rel='replies' type='application/atom+xml' href='http://amukukki.blogspot.com/feeds/2424878261468036942/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1078280352650261569/2424878261468036942' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/2424878261468036942'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078280352650261569/posts/default/2424878261468036942'/><link rel='alternate' type='text/html' href='http://amukukki.blogspot.com/2008/05/optimising-mysql.html' title='Optimising MYSQL'/><author><name>Amol Kulkarni</name><uri>http://www.blogger.com/profile/12831112122363145266</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRu-EZn7584iWr3xZV2ZttlK8rYog2dGlgBLq4AE4qtog03UagYBdzaRDTl8T_9sIUm5GlCJOHK3C1h5KMAPkV_xScjwkoAJBLu9te-VWjyiDdd1Y_g0pgte5Pn4U3YA/s220/ak.jpg'/></author><thr:total>0</thr:total></entry></feed>