<?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-102450955017211224</id><updated>2012-02-16T17:29:04.992+05:30</updated><category term='Personal'/><category term='Reading'/><category term='url'/><category term='front page'/><category term='Debian Live'/><category term='Linux + windows'/><category term='installation'/><category term='sidewide category'/><category term='java'/><category term='Cooking'/><category term='convertor'/><category term='sqlite'/><category term='Google map'/><category term='adb'/><category term='Qemu'/><category term='API'/><category term='Zend Studio'/><category term='wordpress'/><category term='favicon icon'/><category term='Drupal'/><category term='Netbeans'/><category term='android'/><category term='Nice Articles'/><category term='fckeditor'/><category term='Linux'/><category term='script'/><category term='Nice Line'/><category term='wordpressmu'/><category term='unicode'/><category term='ubuntu'/><category term='Story Collection'/><category term='Java Script'/><category term='live-helper'/><category term='customization'/><category term='StarDict'/><title type='text'>Imagine...Invent...Involve...........</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>42</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-8427315052517162923</id><published>2010-04-24T17:07:00.005+05:30</published><updated>2010-04-24T17:12:29.876+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='convertor'/><title type='text'>Convert JPG files to PDF in linux</title><content type='html'>Install imagemagick package&lt;br /&gt;&lt;code&gt; apt-get install&amp;nbsp;&amp;nbsp;imagemagick&lt;/code&gt;&lt;br /&gt;Go to the command prompt and&amp;nbsp;Go to that folder containing jpg&lt;br /&gt;&lt;code&gt; $cd path-to-your-jpg-files&lt;/code&gt;&lt;br /&gt;Use Covert &amp;nbsp;comand to convert jpg to PDF&lt;br /&gt;&lt;code&gt; $convert path-to-your-jpg-files.jpg path-to-yournewfile.pdf&lt;/code&gt;&lt;br /&gt;We can use *.jpg to include all jpg files into folder files&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-8427315052517162923?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/8427315052517162923/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=8427315052517162923' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/8427315052517162923'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/8427315052517162923'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2010/04/convert-jpg-files-to-pdf-in-linux.html' title='Convert JPG files to PDF in linux'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-1091975547393311607</id><published>2010-04-06T15:01:00.001+05:30</published><updated>2010-04-06T15:04:31.506+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='sqlite'/><category scheme='http://www.blogger.com/atom/ns#' term='android'/><category scheme='http://www.blogger.com/atom/ns#' term='adb'/><title type='text'>Debug Database with adb in  Andoid</title><content type='html'>&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;When I have created the sqlite database directly from my application. I am not getting where the database actually stored with application &lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;Then I found that the system stores databases in the /data/data/package_name/databases folder by default.&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;To access that database We can use adb &lt;/span&gt;&lt;/div&gt;&lt;blockquote style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;Android Debug Bridge (adb) is a versatile tool lets you manage the state of an emulator instance or Android-powered device&lt;/span&gt;&lt;/blockquote&gt;&lt;ol style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;li&gt;adb -s emulator-5554 shell&lt;blockquote&gt;&lt;span class="pln"&gt;adb &lt;/span&gt;&lt;span class="pun"&gt;-&lt;/span&gt;&lt;span class="pln"&gt;s &lt;/span&gt;&lt;span class="pun"&gt;&amp;lt;&lt;/span&gt;&lt;span class="pln"&gt;serialNumber&lt;/span&gt;&lt;span class="pun"&gt;&amp;gt;&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;&amp;lt;&lt;/span&gt;&lt;span class="pln"&gt;command&lt;/span&gt;&lt;span class="pun"&gt;&amp;gt;&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt; sqlite3 /data/data/package_name/databases/database_name&lt;/li&gt;&lt;/ol&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Now you can access sqlite promt&amp;nbsp; &lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;sqlite&amp;gt; .databases&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;which display&amp;nbsp;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;seq&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;---&amp;nbsp; ---------------&amp;nbsp; ----------------------------------------------------------&lt;br /&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp; main&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: small;"&gt;data/data/package_name/databases/databasename&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/div&gt;&lt;div style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-1091975547393311607?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/1091975547393311607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=1091975547393311607' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1091975547393311607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1091975547393311607'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2010/04/debug-database-with-adb-in-andoid.html' title='Debug Database with adb in  Andoid'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-7755639539616638185</id><published>2010-03-31T10:39:00.001+05:30</published><updated>2010-03-31T10:44:05.988+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='API'/><category scheme='http://www.blogger.com/atom/ns#' term='Google map'/><category scheme='http://www.blogger.com/atom/ns#' term='android'/><title type='text'>Use Google Map API with Android</title><content type='html'>To Use Google map API few things you have do&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Sign Up for Google Map API&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Get the MD5 from your local machine :&lt;/b&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;$ keytool -list -keystore ~/.android/debug.keystore&lt;/code&gt;&lt;br /&gt;&lt;code&gt; like&lt;br /&gt;Certificate fingerprint (MD5): 8E:EA:04:13:F2:A8:A6:E6:A3:A5:20:96:9E:0A:30:DB&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_CpqV70xZENU/S7LPFgOZM1I/AAAAAAAAES0/ZarOaSr-3FU/s1600/Screenshot-1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="249" src="http://4.bp.blogspot.com/_CpqV70xZENU/S7LPFgOZM1I/AAAAAAAAES0/ZarOaSr-3FU/s640/Screenshot-1.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;And enter the code &lt;a href="http://code.google.com/android/maps-api-signup.html"&gt;here&lt;/a&gt; and generate the API code (Which looks like below image)&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_CpqV70xZENU/S7LPSqB7MeI/AAAAAAAAES8/ZEvVkF9ZOwQ/s1600/Screenshot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="266" src="http://2.bp.blogspot.com/_CpqV70xZENU/S7LPSqB7MeI/AAAAAAAAES8/ZEvVkF9ZOwQ/s640/Screenshot.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;and add code to res/layout/main.xml&lt;/b&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;com.google.android.maps.MapView&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;android:id="@+id/myGMap"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;  android:layout_width="fill_parent"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; android:layout_height="fill_parent"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; android:enabled="true"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; android:clickable="true"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; android:apiKey="0T3dTjk2jvhmuFEAdn4DjX08e3eEeA-IoYEnWag" /*Your API key here*/&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="font-size: small;"&gt;Now geol.java extend   &lt;code&gt;the class MapActivity&lt;/code&gt;&amp;nbsp; instead of &lt;code&gt;Activity&lt;/code&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;gMapView = (MapView) findViewById(R.id.myGMap);&lt;br /&gt;&lt;br /&gt;gMapView.setSatellite(true);&lt;br /&gt;&lt;br /&gt;mc = gMapView.getController();&lt;br /&gt;&lt;br /&gt;// Adding zoom controls to Map&lt;br /&gt;&lt;br /&gt;ZoomControls zoomControls = (ZoomControls) gMapView.getZoomControls();&lt;br /&gt;&lt;br /&gt;zoomControls.setLayoutParams(new ViewGroup.LayoutParams(LayoutParams.WRAP_CONTENT,&lt;br /&gt;&lt;br /&gt;LayoutParams.WRAP_CONTENT));&lt;br /&gt;&lt;br /&gt;gMapView.addView(zoomControls);&lt;br /&gt;&lt;br /&gt;gMapView.displayZoomControls(true);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;//This method is required for some accounting from the Maps service to see if you're currently displaying any route information. In this case, you're not, so return false.&lt;br /&gt;&lt;br /&gt;@Override&lt;br /&gt;&lt;br /&gt;protected boolean isRouteDisplayed() {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return false;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;In  &lt;b&gt;AndroidManifest.xml &lt;/b&gt;You also need access to the Internet in order to retrieve map tiles,   so you must also request the &lt;code&gt;&lt;a href="http://developer.android.com/reference/android/Manifest.permission.html#INTERNET"&gt;INTERNET&lt;/a&gt;&lt;/code&gt; permission.   In the manifest file, add the following as a child of the &lt;code&gt;&lt;manifest&gt;&lt;/manifest&gt;&lt;/code&gt; element:   &lt;br /&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;uses-permission android:name="android.permission.INTERNET"&amp;gt;&amp;lt;/uses-permission&amp;gt;&lt;/code&gt;&lt;br /&gt;And now&amp;nbsp; &lt;b&gt;Run the application&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Output :&lt;/b&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_CpqV70xZENU/S7LUYISejXI/AAAAAAAAETE/wMsx6o3H5_M/s1600/Screenshot-2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_CpqV70xZENU/S7LUYISejXI/AAAAAAAAETE/wMsx6o3H5_M/s320/Screenshot-2.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-7755639539616638185?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/7755639539616638185/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=7755639539616638185' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7755639539616638185'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7755639539616638185'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2010/03/use-google-map-api-with-android.html' title='Use Google Map API with Android'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_CpqV70xZENU/S7LPFgOZM1I/AAAAAAAAES0/ZarOaSr-3FU/s72-c/Screenshot-1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-262446340401371482</id><published>2010-02-12T14:25:00.005+05:30</published><updated>2010-02-12T14:41:07.660+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='installation'/><category scheme='http://www.blogger.com/atom/ns#' term='android'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Set up Android development environment on Ubuntu 9.10</title><content type='html'>&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;Experiments with setting up Android development environment in Ubuntu 9.10 karmic koala&lt;br /&gt;&lt;br /&gt;Following packages are required for setup &lt;br /&gt;&lt;span style="color: #660000; font-size: large;"&gt;&lt;br /&gt;Eclipse IDE&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;sudo apt-get install eclipse&amp;nbsp; &amp;nbsp;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt; &lt;span style="color: #660000; font-size: large;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;&lt;span style="color: #660000; font-size: large;"&gt;JDK 6&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;span style="color: #660000; font-size: small;"&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;sudo apt-get install sun-java6-jdk&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;&lt;span style="color: #660000; font-size: large;"&gt;Android SDK&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;ol font-size:="" small;="" style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;li&gt;&lt;span style="font-size: x-small;"&gt;Download the latest Android SDK from http://developer.android.com/sdk/index.html&lt;/span&gt;&lt;span style="font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: x-small;"&gt;Copy that package to folder named android into your home folder&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: x-small;"&gt;tar -xvzf android-sdk_r04-linux_86.tgz&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: x-small;"&gt;mv android-sdk_r04-linux_86.tgz ~/android/&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: x-small;"&gt;cd ~/android/&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: x-small;"&gt;tar xzvf android-sdk_r04-linux_86.tgz&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: x-small;"&gt;- Edit your ~/.bashrc file and add a line to the bottom:&lt;/span&gt;&lt;span style="font-size: x-small;"&gt;export PATH=${PATH}:/home/padma/android/android-sdk-linux_86/tools/&lt;/span&gt;&lt;span style="font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: x-small;"&gt;Go to /home/padma/android/android-sdk-linux_86/tools/&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: x-small;"&gt;run the android script :&lt;/span&gt;&lt;span style="font-size: x-small;"&gt; ./android&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: x-small;"&gt;In the resulting window, In setting menu add :&amp;nbsp; https://dl-ssl.google.com/android/repository/repository.xml&lt;/span&gt;&lt;span style="font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: x-small;"&gt;After that an “Available Packages” option. In that add repository link :&amp;nbsp; I clicked on that, then clicked the checkbox beside the “repository.xml” package to select all available packages and then clicked “Install Selected.”&lt;/span&gt; &lt;/li&gt;&lt;span style="font-size: x-small;"&gt; &amp;nbsp;&lt;/span&gt;&lt;/ol&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;&lt;span style="color: #660000; font-size: large;"&gt;Android Development Tools (ADT) for Eclipse.&lt;/span&gt;&lt;span style="color: #660000;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;ol style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;Download ADT from http://dl.google.com/android/ADT-0.9.5.zip&lt;/code&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;Start Eclipse, then select Help &amp;gt; Install New Software.&lt;/code&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;In the Available Software dialog, click Add....&lt;/code&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;In the Add Site dialog, click Archive.&lt;/code&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;Browse and select the downloaded zip file.&lt;/code&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;Enter a name for the local update site Android Plugin in the "Name" field.&lt;/code&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;Click OK. &lt;/code&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;Go to “Window &amp;gt; Preferences” and locate/browse Android SDK path,(e.g here it is&amp;nbsp;&amp;nbsp; /home/padma/android/android-sdk-linux_86)&lt;/code&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;Ref :&lt;a href="http://www.blogger.com/%20http://developer.android.com/sdk/installing.html"&gt; http://developer.android.com/sdk/installing.html&lt;/a&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;code&gt;&lt;br /&gt;Now create your first application with Android : &lt;a href="http://developer.android.com/guide/tutorials/hello-world.html"&gt;http://developer.android.com/guide/tutorials/hello-world.html&lt;/a&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-262446340401371482?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/262446340401371482/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=262446340401371482' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/262446340401371482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/262446340401371482'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2010/02/set-up-android-development-environment.html' title='Set up Android development environment on Ubuntu 9.10'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-4605681497893264548</id><published>2010-01-05T17:53:00.002+05:30</published><updated>2010-01-05T17:55:27.352+05:30</updated><title type='text'>New Year Resolution 2010</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;i&gt;&amp;nbsp;Happy New Year ...&lt;/i&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="font-family: georgia,bookman old style,palatino linotype,book antiqua,palatino,trebuchet ms,helvetica,garamond,sans-serif,arial,verdana,avante garde,century gothic,comic sans ms,times,times new roman,serif;"&gt;Good resolutions are simply checks that men draw on a bank where they have no account&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="font-family: georgia,bookman old style,palatino linotype,book antiqua,palatino,trebuchet ms,helvetica,garamond,sans-serif,arial,verdana,avante garde,century gothic,comic sans ms,times,times new roman,serif;"&gt;&amp;nbsp;This is time to make new year resolution here is mine ..........&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="font-family: georgia,bookman old style,palatino linotype,book antiqua,palatino,trebuchet ms,helvetica,garamond,sans-serif,arial,verdana,avante garde,century gothic,comic sans ms,times,times new roman,serif;"&gt; &lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="font-family: georgia,bookman old style,palatino linotype,book antiqua,palatino,trebuchet ms,helvetica,garamond,sans-serif,arial,verdana,avante garde,century gothic,comic sans ms,times,times new roman,serif;"&gt;- Prioritized work and do accordingly &lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="font-family: georgia,bookman old style,palatino linotype,book antiqua,palatino,trebuchet ms,helvetica,garamond,sans-serif,arial,verdana,avante garde,century gothic,comic sans ms,times,times new roman,serif;"&gt;- Do not spend time in Facebook games&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="font-family: georgia,bookman old style,palatino linotype,book antiqua,palatino,trebuchet ms,helvetica,garamond,sans-serif,arial,verdana,avante garde,century gothic,comic sans ms,times,times new roman,serif;"&gt;- Stay away from SNS&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="font-family: georgia,bookman old style,palatino linotype,book antiqua,palatino,trebuchet ms,helvetica,garamond,sans-serif,arial,verdana,avante garde,century gothic,comic sans ms,times,times new roman,serif;"&gt;- Learn any 2 new Programming language/Framework &lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="font-family: georgia,bookman old style,palatino linotype,book antiqua,palatino,trebuchet ms,helvetica,garamond,sans-serif,arial,verdana,avante garde,century gothic,comic sans ms,times,times new roman,serif;"&gt;- Spend time with family &lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-4605681497893264548?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/4605681497893264548/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=4605681497893264548' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/4605681497893264548'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/4605681497893264548'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2010/01/new-year-resolution-2010.html' title='New Year Resolution 2010'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-1656853579845561092</id><published>2009-11-29T17:16:00.000+05:30</published><updated>2009-12-23T17:21:23.140+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Zend Studio'/><title type='text'>Problem in Starting Zend Studio</title><content type='html'>Whenever you find the problem in Starting Zend Studio , and it is not giving any error then just do 3 simple steps &lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;                                 Close ZDE.&lt;/li&gt;&lt;li&gt;Locate the fileTypes directory under&lt;br /&gt;{your user home directory}\ZDE\config_X.Y\fileTypes and delete it.(Where X.Y are Zend Studio version numbers,for versions of Zend Studio older than 3.5.x this directory is named:{Your user home directory}\ZDE\config\fileTypes)&lt;/li&gt;&lt;li&gt;&amp;nbsp;Start ZDE again.&lt;br /&gt;&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/102450955017211224-1656853579845561092?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/1656853579845561092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=1656853579845561092' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1656853579845561092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1656853579845561092'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/11/problem-in-starting-zend-studio.html' title='Problem in Starting Zend Studio'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-2959430950525175471</id><published>2009-11-23T17:10:00.000+05:30</published><updated>2009-12-23T17:13:43.580+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='wordpress'/><category scheme='http://www.blogger.com/atom/ns#' term='sidewide category'/><category scheme='http://www.blogger.com/atom/ns#' term='wordpressmu'/><title type='text'>Admin category sidewide to wordpressmu</title><content type='html'>To add the sidewide categery to your wordpressmu site download the plugin from&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;http://wpmudev.org/project/Add-default-categories-to-all-new-blogs/download&lt;br /&gt;&lt;br /&gt;Extract to the mu-plugins folder&lt;br /&gt;&lt;br /&gt;With this plugin you will be able to create a list of categories that will be created in every new blog created&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-2959430950525175471?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/2959430950525175471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=2959430950525175471' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/2959430950525175471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/2959430950525175471'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/11/admin-category-sidewide-to-wordpressmu.html' title='Admin category sidewide to wordpressmu'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-8536421682968774878</id><published>2009-10-14T18:20:00.000+05:30</published><updated>2009-10-14T18:20:12.900+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='favicon icon'/><category scheme='http://www.blogger.com/atom/ns#' term='Drupal'/><title type='text'>Add Favicon icon to drupal site</title><content type='html'>Now, to add it to drupal with a theme using the phptemplate engine is easy. Just upload the favicon.ico file to the base directory of your theme. The same directory your style.css file is in. Drupal will automatically detect it and do the work to make it display on your site.&lt;br /&gt;If you are using something other than drupal than to have your favicon display will need one more step. Once the file is uploaded to the sever, the following piece of code needs to be up on your web pages in the&lt;code&gt;&lt;/code&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;&lt;/code&gt;&lt;span class="geshifilter"&gt;&lt;code class="geshifilter-text"&gt;&lt;/code&gt;&lt;/span&gt;head&lt;span class="geshifilter"&gt;&lt;code class="geshifilter-text"&gt;/&lt;/code&gt;&lt;/span&gt;&lt;code&gt;&amp;gt;&lt;/code&gt;&lt;code&gt;&lt;/code&gt;&lt;/pre&gt;: &lt;div align="left" style="-moz-background-clip: border; -moz-background-inline-policy: continuous; -moz-background-origin: padding; background: rgb(204, 204, 204) none repeat scroll 0% 0%; border: 1px solid rgb(153, 153, 153); display: block; padding: 10px;"&gt;&lt;code&gt;&lt;/code&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;&lt;/code&gt;&lt;span class="geshifilter"&gt;&lt;code class="geshifilter-text"&gt;link rel="shortcut icon" href="/path/to/favicon.ico" type="image/x-icon" /&lt;/code&gt;&lt;/span&gt;&lt;code&gt;&amp;gt;&lt;/code&gt;&lt;code&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;Just change the /path/to to the path to your favicon.ico file and your all set.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-8536421682968774878?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/8536421682968774878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=8536421682968774878' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/8536421682968774878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/8536421682968774878'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/10/add-favicon-icon-to-drupal-site.html' title='Add Favicon icon to drupal site'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-6547192555662679376</id><published>2009-10-14T18:05:00.000+05:30</published><updated>2009-10-14T18:05:29.725+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='front page'/><category scheme='http://www.blogger.com/atom/ns#' term='Drupal'/><title type='text'>Add Front page to Drupal's home page</title><content type='html'>1.  Within your theme, copy the file named page.tpl.php to page-front.tpl.php.&lt;br /&gt;   2. Note that the name page-front.tpl.php conforms to Drupal's naming standards, so Drupal will realize you want this to be the theme page for your front page.&lt;br /&gt;   3. Modify page-front.tpl.php to make your front page look the way you want it to. This page is really just a combination of HTML, CSS, PHP, and possibly JavaScript, so if you're comfortable working with these tools, this page can easily be modified.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-6547192555662679376?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/6547192555662679376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=6547192555662679376' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/6547192555662679376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/6547192555662679376'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/10/add-front-page-to-drupals-home-page.html' title='Add Front page to Drupal&apos;s home page'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-2391348359919890931</id><published>2009-10-14T18:01:00.004+05:30</published><updated>2009-10-14T18:22:33.105+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Drupal'/><title type='text'>Integrate tinyMCE with IMCE</title><content type='html'># add this function to your current theme's template.php file.(create it if you don't have it.&amp;amp; put it into php clause )&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;&lt;/code&gt;&lt;br /&gt;&lt;pre&gt;&lt;code class="geshifilter-text"&gt;&lt;/code&gt;&lt;code class="geshifilter-text"&gt;/&lt;/code&gt;&lt;code&gt;&amp;lt;?php&lt;/code&gt;&lt;i&gt;&lt;br /&gt;function phptemplate_tinymce_theme($init, $textarea_name, $theme_name, $is_running) {&lt;br /&gt;&lt;br /&gt;static $access, $integrated;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if (!isset($access)) {&lt;br /&gt;&lt;br /&gt;$access = function_exists('imce_access') &amp;amp;&amp;amp; imce_access();&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$init = theme_tinymce_theme($init, $textarea_name, $theme_name, $is_running);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if ($init &amp;amp;&amp;amp; $access) {&lt;br /&gt;&lt;br /&gt;$init['file_browser_callback'] = 'imceImageBrowser';&lt;br /&gt;&lt;br /&gt;if (!isset($integrated)) {&lt;br /&gt;&lt;br /&gt;$integrated = TRUE;&lt;br /&gt;&lt;br /&gt;drupal_add_js("function imceImageBrowser(fid, url, type, win) {win.open(Drupal.settings.basePath +'?q=imce&amp;amp;app=TinyMCE|url@'+ fid, '', 'width=760,height=560,resizable=1');}", 'inline');&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;return $init;&lt;br /&gt;&lt;br /&gt;}&lt;/i&gt;&lt;code class="geshifilter-text"&gt;?/&lt;/code&gt;&lt;code&gt;&amp;gt;&lt;/code&gt;&lt;code&gt;&lt;/code&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;i&gt; &lt;/i&gt;&lt;i&gt; &lt;/i&gt;&lt;br /&gt;# Go to admin/settings/performance and Clear cached data (at the bottom).&lt;br /&gt;# Make sure your users have access to IMCE (admin/settings/imce)&lt;br /&gt;# Clear your browser's cache and start testing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-2391348359919890931?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/2391348359919890931/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=2391348359919890931' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/2391348359919890931'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/2391348359919890931'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/10/integrate-tinymce-with-imce.html' title='Integrate tinyMCE with IMCE'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-9146468738329107771</id><published>2009-09-23T11:32:00.001+05:30</published><updated>2009-10-16T16:12:42.788+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Steps to Install Google Chrome in Ubuntu</title><content type='html'>sudo gedit /etc/apt/sources.list&lt;br /&gt;&lt;br /&gt;For Ubuntu 9.04 &lt;br /&gt;&lt;br /&gt;deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main&lt;br /&gt;deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Then,update the source list and install chromium&lt;br /&gt;&lt;br /&gt;sudo apt-get update&lt;br /&gt;sudo apt-get install chromium-browser&lt;br /&gt;&lt;br /&gt;After installation you can open up the browser at Applications–&amp;gt;Internet–&amp;gt;Chromium Web Browser,right click on it and select “add this launcher to panel”&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-9146468738329107771?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/9146468738329107771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=9146468738329107771' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/9146468738329107771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/9146468738329107771'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/09/steps-to-install-google-chrome-in.html' title='Steps to Install Google Chrome in Ubuntu'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-5631779970663032698</id><published>2009-08-28T12:41:00.002+05:30</published><updated>2009-08-28T12:45:11.957+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java Script'/><title type='text'>Java Script Validator .........</title><content type='html'>The JavaScript Code Quality Tool is very good reference link used for validating/finding error of your javascript code &lt;a href= "http://www.jslint.com/"&gt;go for it&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-5631779970663032698?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/5631779970663032698/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=5631779970663032698' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/5631779970663032698'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/5631779970663032698'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/08/java-script-validator.html' title='Java Script Validator .........'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-1177450965969919105</id><published>2009-06-06T15:41:00.005+05:30</published><updated>2009-06-06T16:04:06.948+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='script'/><title type='text'>Image Format Convertor : Script</title><content type='html'>To Covert all images from one folder from one format to  another format &lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;br /&gt;Create file test.sh&lt;br /&gt;Add following line to that file&lt;br /&gt;&lt;br /&gt;for i in *png&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;do&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;echo $i&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt;temp=$(echo $i | sed -e 's|\.png||')&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt;convert -resize 640x200  $i $temp.gif&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;done&lt;br /&gt;&lt;br /&gt;Save file&lt;br /&gt;Chmod  +x test.sh&lt;br /&gt;Run File : ./test.sh&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Here I have used .png and .gif. We can try with other .jpg, .jpeg, tif, ttf, bmp  etc.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-1177450965969919105?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/1177450965969919105/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=1177450965969919105' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1177450965969919105'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1177450965969919105'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/06/image-format-convertor-script.html' title='Image Format Convertor : Script'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-9061191888056948431</id><published>2009-05-29T13:58:00.002+05:30</published><updated>2009-06-06T16:05:38.646+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>mogrify : ImageMagic</title><content type='html'>Install ImageMagic :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;apt-get install imagemagick&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;mogrify - With the use of resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. Mogrify overwrites the original image file, whereas, convert(1) writes to a different image file&lt;br /&gt;&lt;br /&gt;e.g Let's resize images&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;mogrify -resize 500x300 Test/*.png&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-9061191888056948431?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/9061191888056948431/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=9061191888056948431' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/9061191888056948431'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/9061191888056948431'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/05/mogrify-imagemagic.html' title='mogrify : ImageMagic'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-8276799614206545059</id><published>2009-04-23T11:20:00.003+05:30</published><updated>2009-05-05T09:37:37.567+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='customization'/><category scheme='http://www.blogger.com/atom/ns#' term='Java Script'/><title type='text'>Unpack/Decompress Java Script</title><content type='html'>For better security of code you can compress your javascript using PACKER&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Copy the script to &lt;a href="http://dean.edwards.name/packer/"&gt;http://dean.edwards.name/packer/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Check the both option&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Paste to original place and save that script&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;And to Decompress that script Simply follow two steps :&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Put Eval = alert on the top of your script (In Opera browser :))&lt;/li&gt;&lt;li&gt;Select all that output of script and paste that code to :&lt;a href="http://jsbeautifier.org/"&gt;http://jsbeautifier.org/&lt;/a&gt;&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/102450955017211224-8276799614206545059?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/8276799614206545059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=8276799614206545059' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/8276799614206545059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/8276799614206545059'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/04/unpackdecompress-java-script.html' title='Unpack/Decompress Java Script'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-5379295115433351771</id><published>2009-04-22T10:35:00.002+05:30</published><updated>2009-04-22T10:40:14.281+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='fckeditor'/><category scheme='http://www.blogger.com/atom/ns#' term='customization'/><title type='text'>Change FCKEditor font size listing in Numeric value</title><content type='html'>Find the file fckconfig.js  in FCKEditor fckconfig.js&lt;br /&gt;&lt;br /&gt;Change the line&lt;br /&gt;&lt;br /&gt;FCKConfig.FontSizes        =  'smaller;larger;xx-small;x-small;small;medium;large;x-large;xx-large' ;&lt;br /&gt;&lt;br /&gt;with&lt;br /&gt;&lt;br /&gt;FCKConfig.FontSizes        =  '1/5;2/6;3/7;4/8;5/9;6/10;7/11;8/12;9/14;10/16;11/18;12/20;13/24;14/28;15/30;16/60;17/90'  ;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And you will get Numeric list in your FCKEditor instead of String.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-5379295115433351771?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/5379295115433351771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=5379295115433351771' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/5379295115433351771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/5379295115433351771'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/04/change-fckeditor-font-size-listing-in.html' title='Change FCKEditor font size listing in Numeric value'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-7643316483653867725</id><published>2009-04-22T10:16:00.003+05:30</published><updated>2009-04-22T10:35:36.053+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Drupal'/><title type='text'>Open uploaded pdf files in other browser tab with drupal</title><content type='html'>As in MAC OS and Linux the uploaded file in drupal site is default open with Save As Dialog box, but where as in Windows the pdf file is open in current browser window.&lt;br /&gt;&lt;br /&gt;To Open that pdf in other window&lt;br /&gt;&lt;br /&gt;In the core upload module of Drupal go to  modules/upload/upload.module is where you will find the function theme_upload_attachments() as follows:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;function &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;theme_upload_attachments&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$files&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;) {&lt;br /&gt;  &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$header &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= array(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;t&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'Attachment'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;), &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;t&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'Size'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;));&lt;br /&gt;  &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$rows &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= array();&lt;br /&gt;  foreach (&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$files &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;as &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;) {&lt;br /&gt;    &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$file &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= (object)&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;    if (&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;list &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;&amp;amp;&amp;amp; empty(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;remove&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;)) {&lt;br /&gt;      &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$href &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;file_create_url&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;filepath&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;);&lt;br /&gt;      &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$text &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;description &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;? &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;description &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;: &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;filename&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;      &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$rows&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;[] = array(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;l&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$text&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;, &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$href&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;), &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;format_size&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;filesize&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;));&lt;br /&gt;    }&lt;br /&gt;  }&lt;br /&gt;  if (&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;count&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$rows&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;)) {&lt;br /&gt;    return &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;theme&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'table'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;, &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$header&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;, &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$rows&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;, array(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'id' &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;=&gt; &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'attachments'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;));&lt;br /&gt;  }&lt;br /&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;In this function change&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;  &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$rows&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;[] = array(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;l&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$text&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;, &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$href&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;), &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;format_size&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;filesize&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;));&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;with &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;  &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$rows&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;[] = array(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;l&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$text&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;, &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$href&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;, array(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'attributes' &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;=&gt; array(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'target' &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;=&gt; &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'_blank'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;))), &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;format_size&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;filesize&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;));&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;And you can get files are being open in other browser tab rather than current browser window.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-7643316483653867725?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/7643316483653867725/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=7643316483653867725' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7643316483653867725'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7643316483653867725'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/04/open-uploaded-pdf-files-in-other.html' title='Open uploaded pdf files in other browser tab with drupal'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-3536898136199628226</id><published>2009-04-10T11:47:00.013+05:30</published><updated>2009-04-22T11:22:52.584+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='customization'/><category scheme='http://www.blogger.com/atom/ns#' term='StarDict'/><title type='text'>Integrate Gujarati Dictionary StarDict with Linux And MAc</title><content type='html'>You have to follow some simple steps to integrate your dictionary/ your collection of data to StarDict dictionary.&lt;br /&gt;&lt;br /&gt;Here I am giving example to integrate Gujarati dictionary&lt;br /&gt;&lt;br /&gt;== Tools Required  ==&lt;br /&gt;&lt;br /&gt;StarDict&lt;br /&gt;&lt;br /&gt;StarDict Tools&lt;br /&gt;&lt;br /&gt;== Process ==&lt;br /&gt;&lt;br /&gt;* Installation:&lt;br /&gt;apt-get install stardict-tools&lt;br /&gt;&lt;br /&gt;* Open the stardic-editor&lt;br /&gt;stardict-editor&lt;br /&gt;&lt;br /&gt;* Pass your data/text file to that editor&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_CpqV70xZENU/Se6pqNzLT6I/AAAAAAAACv8/fc3NRrXCdmU/s1600-h/tab.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 291px; height: 268px;" src="http://4.bp.blogspot.com/_CpqV70xZENU/Se6pqNzLT6I/AAAAAAAACv8/fc3NRrXCdmU/s320/tab.png" alt="" id="BLOGGER_PHOTO_ID_5327381951949787042" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;File Format: write the search word first, then a Tab character, and the definition. If the definition contains new line, just write \n, if contains \ character, just write \\.&lt;br /&gt;&lt;br /&gt;* Create tab file&lt;br /&gt;Tab file results Total Number of word and create&lt;br /&gt;.dic and  .ifo file&lt;br /&gt;&lt;br /&gt;* Compile that file&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_CpqV70xZENU/Se6qotnl7SI/AAAAAAAACwU/9--Hlcv3InQ/s1600-h/decomplie1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 301px; height: 301px;" src="http://4.bp.blogspot.com/_CpqV70xZENU/Se6qotnl7SI/AAAAAAAACwU/9--Hlcv3InQ/s320/decomplie1.png" alt="" id="BLOGGER_PHOTO_ID_5327383025643023650" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_CpqV70xZENU/Se6qdTz6B2I/AAAAAAAACwM/RrjiZ51p8_c/s1600-h/Decompile.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 299px; height: 299px;" src="http://4.bp.blogspot.com/_CpqV70xZENU/Se6qdTz6B2I/AAAAAAAACwM/RrjiZ51p8_c/s320/Decompile.png" alt="" id="BLOGGER_PHOTO_ID_5327382829736789858" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;* Then in Decompile tab pass the .ifo file and decompile and varify it&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Which will create .idx file&lt;br /&gt;&lt;br /&gt;* Zip your dictionary file:&lt;br /&gt;&lt;br /&gt;dictzip yourfile.dic&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;== StarDict Dictionary ==&lt;br /&gt;&lt;br /&gt;* Installation:&lt;br /&gt;apt-get install stardict&lt;br /&gt;&lt;br /&gt;* Create folder of your dic in /usr/shar/stardict/dic/yourdic_name&lt;br /&gt;* Copy the out file .dic.dz, .ifo and .idx file to  /usr/shar/stardict/dic/yourdic_name/&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_CpqV70xZENU/Se6t14TcQuI/AAAAAAAACws/6UkjP0AIw8k/s1600-h/g2g.png"&gt;&lt;img style="cursor: pointer; width: 400px; height: 256px;" src="http://4.bp.blogspot.com/_CpqV70xZENU/Se6t14TcQuI/AAAAAAAACws/6UkjP0AIw8k/s400/g2g.png" alt="" id="BLOGGER_PHOTO_ID_5327386550384476898" border="0" /&gt;&lt;/a&gt;      &lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_CpqV70xZENU/Se6uA5jl4BI/AAAAAAAACw0/1wVdkwQFvDw/s1600-h/e2g.png"&gt;&lt;img style="cursor: pointer; width: 400px; height: 256px;" src="http://1.bp.blogspot.com/_CpqV70xZENU/Se6uA5jl4BI/AAAAAAAACw0/1wVdkwQFvDw/s400/e2g.png" alt="" id="BLOGGER_PHOTO_ID_5327386739699212306" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Here you can see Gujarati word search results in itz Gujarati meaning and english word results is gujarati meaning&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-3536898136199628226?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/3536898136199628226/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=3536898136199628226' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/3536898136199628226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/3536898136199628226'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/04/integrate-gujarati-dictionary-stardict.html' title='Integrate Gujarati Dictionary StarDict with Linux And MAc'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_CpqV70xZENU/Se6pqNzLT6I/AAAAAAAACv8/fc3NRrXCdmU/s72-c/tab.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-4537482335875689557</id><published>2009-03-04T13:07:00.007+05:30</published><updated>2009-03-05T10:41:14.419+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Easy Launch/Search for applications and files in linux</title><content type='html'>I found two ways to launch application in Linux&lt;br /&gt;&lt;br /&gt;1.Application Launcher&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_CpqV70xZENU/Sa40R3z5SdI/AAAAAAAACAU/VDXiPixRgwY/s1600-h/Application-Launcher.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 293px;" src="http://1.bp.blogspot.com/_CpqV70xZENU/Sa40R3z5SdI/AAAAAAAACAU/VDXiPixRgwY/s320/Application-Launcher.png" alt="" id="BLOGGER_PHOTO_ID_5309238492360427986" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;There is application launcher in Linux Which is accessible with keyboard shortcut ALT+F2 ,In which can find and launch application easily&lt;br /&gt;&lt;br /&gt;2. Gnome Do&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_CpqV70xZENU/Sa4zWpUBS3I/AAAAAAAACAE/gPOXndRnn2I/s1600-h/GnomeDo.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 179px;" src="http://4.bp.blogspot.com/_CpqV70xZENU/Sa4zWpUBS3I/AAAAAAAACAE/gPOXndRnn2I/s320/GnomeDo.jpg" alt="" id="BLOGGER_PHOTO_ID_5309237474856356722" border="0" /&gt;&lt;/a&gt;&lt;b&gt;GNOME Do&lt;/b&gt; is a popular, &lt;a style="color: rgb(0, 0, 0);" href="http://en.wikipedia.org/wiki/Free_and_open_source_software" title="Free and open source software"&gt;free&lt;/a&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;/span&gt;&lt;a style="color: rgb(0, 0, 0);" href="http://en.wikipedia.org/wiki/Application_launcher" title="Application launcher" class="mw-redirect"&gt;application launcher&lt;/a&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; for &lt;/span&gt;&lt;a style="color: rgb(0, 0, 0);" href="http://en.wikipedia.org/wiki/Linux" title="Linux"&gt;Linux&lt;/a&gt; by David Siegel.It allows you to search for applications and files also allows you to specify actions to perform on search results by providing instantaneous, action-oriented search results that adapt to reflect user habits and preferences.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-4537482335875689557?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/4537482335875689557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=4537482335875689557' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/4537482335875689557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/4537482335875689557'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/03/easy-search-for-applications-and-files.html' title='Easy Launch/Search for applications and files in linux'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_CpqV70xZENU/Sa40R3z5SdI/AAAAAAAACAU/VDXiPixRgwY/s72-c/Application-Launcher.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-2271780618741340415</id><published>2009-03-04T12:33:00.001+05:30</published><updated>2009-04-22T11:16:11.542+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nice Line'/><title type='text'>Nice Line - 2</title><content type='html'>&lt;p&gt;મીંડાઓની દુનિયામાં એકડો થઇને જીવવું … એ અઘરૂં જરૂર છે.&lt;/p&gt; &lt;p&gt;જે મીંડા એકડાને અનુસરે છે તેમનું મુલ્ય આપોઆપ વધી જ જાય છે.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-2271780618741340415?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/2271780618741340415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=2271780618741340415' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/2271780618741340415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/2271780618741340415'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/03/nice-line-2.html' title='Nice Line - 2'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-6149548234505491667</id><published>2009-02-24T13:12:00.002+05:30</published><updated>2009-02-24T13:31:06.282+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='url'/><category scheme='http://www.blogger.com/atom/ns#' term='unicode'/><title type='text'>Encode Unicode character to Utf-8 in url</title><content type='html'>&lt;p&gt;URLs should only contain ASCII/Unicode  charachter. That character set is quite restrictive if you want to use Gujarati characters for instance, so there is some encoding needed here. So if you've got a string with a Gujarati character and you want to link to it, you need to do this:&lt;/p&gt;  &lt;p&gt;"કળા: -&gt;  "%E0%AA%95%E0%AA%B3%E0%AA%BE"&lt;/p&gt;  &lt;p&gt;Thankfully this can be done with a bit of Java:&lt;/p&gt;  &lt;p&gt;java.net.URLEncoder.encode("","UTF-8");&lt;/p&gt;  &lt;p&gt;So, whenever you need to generate something for the address bar or a direct or something like that, you must URL encode the data. You don't have to detect this as it doesn't hurt to do this for links which are just plain  as they don't get changed, as you can see with the string ending&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-6149548234505491667?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/6149548234505491667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=6149548234505491667' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/6149548234505491667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/6149548234505491667'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/02/encode-unicode-character-to-utf-8-in.html' title='Encode Unicode character to Utf-8 in url'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-1854436067635446783</id><published>2009-01-12T10:38:00.006+05:30</published><updated>2009-04-22T11:16:27.335+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nice Line'/><title type='text'>Nice line -1</title><content type='html'>&lt;div style="text-align: center; color: rgb(255, 153, 102); font-style: italic;"&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;તું મને પાલવનું ઇંગ્લીશ પૂછ મા&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:180%;"&gt;અહીં આંસુ ટિશ્યુથી લૂછાય છે.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-1854436067635446783?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/1854436067635446783/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=1854436067635446783' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1854436067635446783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1854436067635446783'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/01/blog-post.html' title='Nice line -1'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-7129496193203011279</id><published>2009-01-01T12:26:00.005+05:30</published><updated>2009-01-01T12:41:08.656+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Welcome 2009 ...A new year resolution</title><content type='html'>A new year resolution&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I think this is a good time to sit back and reflect on the things we'v done and those we hvnt,the thingz we'v done right and those we did wrong,and the times we impressed and dissapointed ourselves and others..THEN make decisions based on our thoughts.&lt;br /&gt;&lt;br /&gt;I thought to write this year resolution that is to be SMART ( Specific, Measurable, Achievable, Realistic and Time-bound ) and listed to on my blog &lt;br /&gt;HAPPY NEW YEAR EVERYONE!!&lt;br /&gt;Live UR Life&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-7129496193203011279?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/7129496193203011279/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=7129496193203011279' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7129496193203011279'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7129496193203011279'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/01/welcome-2009-new-year-resolution.html' title='Welcome 2009 ...A new year resolution'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-3994662974919684005</id><published>2009-01-01T12:10:00.007+05:30</published><updated>2009-04-10T11:57:15.874+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Wish List</title><content type='html'>I have stared  New Year with thinking and listing new resolution and wishes&lt;br /&gt;&lt;br /&gt;Here are some......&lt;br /&gt;Resolution&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Spend minimum 10 minute for prayer &lt;/li&gt;&lt;li&gt;Always appreciate people who helps me&lt;/li&gt;&lt;li&gt;Schedule each task and manage that list &lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;Wishlist&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Not to spend extra money shopping&lt;/li&gt;&lt;li&gt;Reading any kind of novel,news paper, magazine at least for half an hour daily&lt;br /&gt;&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/102450955017211224-3994662974919684005?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/3994662974919684005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=3994662974919684005' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/3994662974919684005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/3994662974919684005'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2009/01/wish-list.html' title='Wish List'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-5013583420783796065</id><published>2008-11-27T12:39:00.003+05:30</published><updated>2008-11-27T12:53:49.049+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Drupal'/><title type='text'>Disabling User module in drupal:stucked outside!</title><content type='html'>It is dump situation where I disable User login module and log out as admin. N permission restricts me to  bring back login as admin as no login form is there,&lt;br /&gt;&lt;br /&gt;On that day I spent couple of minutes trying to access site, N As I fed up that day, had given access permission to anonymous user through database access (I know it is very stupid way to get out of situation)&lt;br /&gt;&lt;br /&gt;THen on next M'ning I found the solution for that from drupal forum that I can access login page by &lt;br /&gt;www.site-name.com?q=user&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-5013583420783796065?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/5013583420783796065/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=5013583420783796065' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/5013583420783796065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/5013583420783796065'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/11/disabling-user-module-stucked-outside.html' title='Disabling User module in drupal:stucked outside!'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-9181732473554747921</id><published>2008-11-26T08:11:00.001+05:30</published><updated>2008-11-27T12:54:14.676+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Drupal'/><title type='text'>Working with drupal:Installation</title><content type='html'>1. Download Drupal 6.x form http://drupal.org/.&lt;br /&gt;&lt;br /&gt;2. tar -zxvpf drupal-x.x.tar.gz&lt;br /&gt;&lt;br /&gt;3. put this folder into /var/www/&lt;br /&gt;&lt;br /&gt;4. mv drupal-x.x/* drupal-x.x/.htaccess /var/www/html&lt;br /&gt;&lt;br /&gt;5. Change the permission for setting.php chmod a+w sites/default/settings.php or chmod 777 sites/default/settings.php &lt;br /&gt;&lt;br /&gt;6. Create the database using Mysql&lt;br /&gt;&lt;br /&gt; * apt-get install mysql &lt;br /&gt;&lt;br /&gt; * mysqladmin -u username -p create databasename (where username and password can get from /etc/mysql/debian.cnf)&lt;br /&gt;&lt;br /&gt; * GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER ON databasename.* TO 'username'@'localhost' IDENTIFIED BY 'password';&lt;br /&gt;   where&lt;br /&gt;  'databasename' is the name of your database&lt;br /&gt;  'username@localhost' is the username of your MySQL account&lt;br /&gt;  'password' is the password required for that username&lt;br /&gt;&lt;br /&gt;7. Then run the script using : http://localhost/drupal-6.6/ &lt;br /&gt;&lt;br /&gt;8. And you get the welcome page of drupal &lt;br /&gt;&lt;br /&gt;9. Then do all settings and congiguration like (site name,logo,feature,database name,another user etc)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-9181732473554747921?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/9181732473554747921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=9181732473554747921' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/9181732473554747921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/9181732473554747921'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/11/working-with-drupalinstallation.html' title='Working with drupal:Installation'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-5335523942782948077</id><published>2008-11-26T08:05:00.002+05:30</published><updated>2008-11-26T08:09:40.137+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux + windows'/><title type='text'>Installation of Cygwin in Windows Machine</title><content type='html'>1. Install either from DVD or from site www.cygwin.com&lt;br /&gt;2. Run setup.exe any time you want to update or install a Cygwin package.&lt;br /&gt;3. Only the minimal base packages from the Cygwin distribution are installed by default. Clicking on categories and packages in the setup.exe package installation screen will provide you with the ability to control what is installed or updated. Clicking on the "Default" field next to the "All" category will provide you with the opportunity to install every Cygwin package&lt;br /&gt;4. Remove the symlink or symblic link from c:/cygwin/bin &lt;br /&gt;&lt;br /&gt;  -$ls -l(view symlink)&lt;br /&gt;    list: target_filename symlink_filename&lt;br /&gt;  &lt;br /&gt;  -copy the content of target_filename into symlink_filename&lt;br /&gt;     $cp targetfile symlink_filename&lt;br /&gt;&lt;br /&gt;  -and remove symlink by:&lt;br /&gt;    $unlink symlink_filename&lt;br /&gt;&lt;br /&gt;Now you can use Linux-like environment for Windows. It consists of two parts: A DLL (cygwin1.dll) which acts as a Linux API emulation layer providing substantial Linux API functionality. A collection of tools which provide Linux look and feel. The Cygwin DLL currently works with all recent, commercially released x86 32 bit and 64 bit versions of Windows.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-5335523942782948077?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/5335523942782948077/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=5335523942782948077' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/5335523942782948077'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/5335523942782948077'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/11/installation-of-cygwin-in-windows.html' title='Installation of Cygwin in Windows Machine'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-1228143833655506771</id><published>2008-11-26T07:41:00.010+05:30</published><updated>2009-12-23T17:06:00.450+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><category scheme='http://www.blogger.com/atom/ns#' term='Cooking'/><title type='text'>Tuver Dal -One more  Expirement in cooking</title><content type='html'>&lt;a href="http://1.bp.blogspot.com/_CpqV70xZENU/SSyyS8RzNyI/AAAAAAAAAb8/7Wj-9LPJ1bg/s1600-h/images.jpeg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5272785302232184610" src="http://1.bp.blogspot.com/_CpqV70xZENU/SSyyS8RzNyI/AAAAAAAAAb8/7Wj-9LPJ1bg/s320/images.jpeg" style="cursor: pointer; float: right; height: 93px; margin: 0pt 0pt 10px 10px; width: 124px;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Last night it is my turns to prepare dinner for my rummies,so tried for Dal&lt;br /&gt;N It was gr8  simple steps to do&lt;br /&gt;first boil d dal with Fenugreek seeds and&lt;br /&gt;after it that mixup that and add Turmeric Powder,  Coriander Powder,&lt;br /&gt;then Tadka with Mustard seeds,heeng ,kadhi patta .......&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And that was amazing and testfull ;)&lt;br /&gt;I am saying that from my rummies complement :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-1228143833655506771?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/1228143833655506771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=1228143833655506771' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1228143833655506771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1228143833655506771'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/11/tuver-dal-one-more-expirement-in.html' title='Tuver Dal -One more  Expirement in cooking'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_CpqV70xZENU/SSyyS8RzNyI/AAAAAAAAAb8/7Wj-9LPJ1bg/s72-c/images.jpeg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-7003810733572115119</id><published>2008-11-05T07:49:00.002+05:30</published><updated>2008-11-05T07:56:59.973+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Debian Live'/><title type='text'>Build the binary module package yourself-Madwifi</title><content type='html'>When I am working on Debian Live project I found a problem :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;I am customizing Debian Live using Live-helper&lt;br /&gt;Kernal using :Linux 2.6.26-1-686&lt;br /&gt;&lt;br /&gt;The wifi-connection is not being detected, I have packed madwifi-tools, madwifi-source,wireless-tools,gnome-network-admin,network-manager  packages  any other packages are required for that wife-connection. &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;br /&gt;I am using linux 2.6.26-1-686 kernal and I didn't find madwifi-modules-2.6.26-1-686.so how can I able to add that ? &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here is the solution ...........&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;madwifi modules are not prebuilt in the archive because the maintainer of madwifi didn't wanted us to do that (on behalf of linux-modules-nonfree-2.6).&lt;br /&gt;&lt;br /&gt;however, you need to build the binary module package yourself (m-a build madwifi) and put it into your config/chroot_local-packages. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;And now your madwifi package support in your customized Debian Live&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-7003810733572115119?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/7003810733572115119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=7003810733572115119' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7003810733572115119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7003810733572115119'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/11/build-binary-module-package-yourself.html' title='Build the binary module package yourself-Madwifi'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-691207592767945275</id><published>2008-11-05T07:43:00.001+05:30</published><updated>2008-11-05T07:47:36.827+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>“User’s $HOME/.dmrc” file is being ignored.</title><content type='html'>When your linux machine gives .dmrc problem &lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;"“User’s $HOME/.dmrc” file is being ignored. This prevents the default session and language from being saved. File should be owned by user and have 644 permission. User $HOME directory must be owned by user and not writable by other users&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Do this....&lt;br /&gt;&lt;br /&gt;sudo chmod 644 ~/.dmrc&lt;br /&gt;sudo chown your_username ~/.dmrc&lt;br /&gt;sudo chmod 755 /home/your_username&lt;br /&gt;sudo chown your_username /home/your_username&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-691207592767945275?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/691207592767945275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=691207592767945275' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/691207592767945275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/691207592767945275'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/11/users-homedmrc-file-is-being-ignored.html' title='“User’s $HOME/.dmrc” file is being ignored.'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-8547164534062809383</id><published>2008-10-16T08:00:00.002+05:30</published><updated>2008-10-16T09:38:51.855+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Reading'/><title type='text'>Are you afraid of the dark!!! -Sidney Sheldon</title><content type='html'>I have just finished reading this book ...............&lt;br /&gt;&lt;br /&gt;The book starts with the cops who find the dead bodies of various scientists. It tells us briefly about the lives of the two widows when they were married rather happily married. One widow being a high profile model the other being a girl next door kind of a person. This book is a story of the wives of two good scientist who escape death several times. The two lose their husband as they were murdered for being involved in a very high profile undercover project.&lt;br /&gt; &lt;br /&gt;The book describes how the two widows decide to find out the person involved in murdering their husband and in the process how do they escape death several times and finally whether did they die or not ? is a question which will be answered only after reading the book.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ARE YOU AFRAID OF THE DARK? is a pleasant and easy read. While the story has its flaws, it certainly held my interest and kept me reading to the very end.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-8547164534062809383?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/8547164534062809383/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=8547164534062809383' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/8547164534062809383'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/8547164534062809383'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/10/are-you-afraid-of-dark-sidney-sheldon.html' title='Are you afraid of the dark!!! -Sidney Sheldon'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-2941091647111225069</id><published>2008-09-24T10:52:00.000+05:30</published><updated>2008-09-24T10:59:35.728+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Debian Live'/><title type='text'>Create Debian Live Installer Using Live-helper</title><content type='html'>Here is the simple way to Install your cusomize Debian Live into your machine &lt;br /&gt;&lt;br /&gt;1.Set the two parameter  in config/binary with  by &lt;br /&gt;a.LH_DEBIAN_INSTALLER="live"&lt;br /&gt;b.LH_DEBIAN_INSTALLER_DISTRIBUTION="daily"&lt;br /&gt;&lt;br /&gt;2.Give the access to /tmp folder in chroot &lt;br /&gt; chmod 777 /tmp&lt;br /&gt;&lt;br /&gt;3.clean binary by lh_clean --binary &lt;br /&gt;&lt;br /&gt;4.Rebuild ISO &lt;br /&gt;&lt;br /&gt;And now you can install your customized live CD in your machine ,which works fine .......&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-2941091647111225069?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/2941091647111225069/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=2941091647111225069' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/2941091647111225069'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/2941091647111225069'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/09/create-debian-live-installer-using-live.html' title='Create Debian Live Installer Using Live-helper'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-7910252977924402295</id><published>2008-09-18T09:23:00.000+05:30</published><updated>2008-09-24T11:00:29.397+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Debian Live'/><title type='text'>Change Splashy image in Debian Live</title><content type='html'>&lt;span style="font-weight:bold;"&gt; Spalshy setting &lt;/span&gt;&lt;br /&gt;   1. Install: apt get install splashy splashy-themes&lt;br /&gt;   2. Replace the default image n place image what you want to update.&lt;br /&gt;   3. Don't forget to Do : update-initramfs -u&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-7910252977924402295?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/7910252977924402295/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=7910252977924402295' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7910252977924402295'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7910252977924402295'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/09/change-splashy-image-in-debian-live.html' title='Change Splashy image in Debian Live'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-6011660027632672278</id><published>2008-08-27T11:55:00.000+05:30</published><updated>2008-08-27T11:56:11.880+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nice Articles'/><title type='text'>Solutions....</title><content type='html'>The Difference between Focusing on Problems and Focusing on Solutions&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Case 1&lt;br /&gt;&lt;br /&gt;When NASA began the launch of astronauts into space, they found out&lt;br /&gt;that the pens wouldn't work at zero gravity&lt;br /&gt;(ink won't flow down to the writing surface). To solve this problem,&lt;br /&gt;it took them one decade and $12 million.&lt;br /&gt;They developed a pen that worked at zero gravity, upside down,&lt;br /&gt;underwater, in practically any surface including crystal&lt;br /&gt;and in a temperature range from below freezing to over 300 degrees C.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And what did the Russians do...?? They used a pencil.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Case 2&lt;br /&gt;&lt;br /&gt;One of the most memorable case studies on Japanese management was the&lt;br /&gt;case of the empty soap box,&lt;br /&gt;which happened in one of Japan's biggest cosmetics companies.&lt;br /&gt;The company received a complaint that a consumer had bought a soap&lt;br /&gt;box that was empty.&lt;br /&gt;Immediately the authorities isolated the problem to the assembly&lt;br /&gt;line,&lt;br /&gt;which transported all the package! d boxes of soap to the delivery&lt;br /&gt;department.&lt;br /&gt;For some reason, one soap box went through the assembly line empty.&lt;br /&gt;Management asked its engineers to solve the problem.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Post-haste, the engineers worked hard to devise an X-ray machine with&lt;br /&gt;high-resolution monitors&lt;br /&gt;manned by two people to watch all the soap boxes that passed through&lt;br /&gt;the line to make sure they were not empty.&lt;br /&gt;No doubt, they worked hard and they worked fast but they spent a&lt;br /&gt;whoopee amount to do so.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;But when a rank-and-file employee in a small company was posed with&lt;br /&gt;the same problem, he did not get into complications of X-rays, etc.,&lt;br /&gt;but instead came out with another solution. He bought a strong&lt;br /&gt;industrial electric fan and&lt;br /&gt;pointed it at the assembly line He switched the fan on, and as each&lt;br /&gt;soap box passed the fan,&lt;br /&gt;it simply blew the empty boxes out of the line.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Moral&lt;br /&gt;&lt;br /&gt;Always look for simple solutions. Devise the simplest possible&lt;br /&gt;solution that solves the problems&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-6011660027632672278?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/6011660027632672278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=6011660027632672278' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/6011660027632672278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/6011660027632672278'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/08/solutions.html' title='Solutions....'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-7048001344605759641</id><published>2008-08-18T16:43:00.008+05:30</published><updated>2009-12-23T16:48:30.781+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='live-helper'/><category scheme='http://www.blogger.com/atom/ns#' term='Debian Live'/><category scheme='http://www.blogger.com/atom/ns#' term='Qemu'/><title type='text'>Customization using live-helper</title><content type='html'>Linux live cd are very useful installation disks and rescue disks are the main application of the technologies used to make a live cd i am going to talk about how to make a debian linux live cd in this how-to i will&amp;nbsp; cover how to use the application called live-helper first thing you need is a installation of debian it is best to use a debian sid host system to build the iso with live-helper using debian sid ensures that you have all the newest tools and the latest features fixes of live-helper to simplify this write-up i will assume you are using debian sid if you wish to use debian etch or lenny then you can set up apt pinning it will allow you to grab the newest packages for live-helper and all the dependencies so you can keep your precious stable system and still have the latest version of live-helper start off by updating the apt aptitude database and then upgrade any packages on your sid system to the newest possible version. I have used Qemu for running live CD &lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;su apt-get update &lt;/li&gt;&lt;li&gt;apt-get upgrade&lt;/li&gt;&lt;li&gt;apt-get dist-upgrade&lt;br /&gt;next tell apt to grab the latest live-helper&lt;br /&gt;&lt;br /&gt;&lt;pre class="screen"&gt;Add following line to &lt;br /&gt;deb http://live.debian.net/debian/ sid/snapshots main contrib non-free&lt;/pre&gt;&lt;code class="filename"&gt;/etc/apt/sources.list&lt;/code&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;apt-get install live-helper&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Basic Command for live-helper &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt; lh_config - creates the configuration file this is where you specify desktop architecture extra software include installer and so forth &lt;/li&gt;&lt;li&gt; lh_build - command to start the build other important commands &lt;/li&gt;&lt;li&gt; lh_clean --binary use this to clean things up before building another image using the same&lt;/li&gt;&lt;li&gt; config lh_clean use this to clean things up before building another image when the config has changed &lt;/li&gt;&lt;li&gt; lh_clean --purge use this to do a super-clean this will purge all packages from the cache some &lt;/li&gt;&lt;li&gt; lh_config options&lt;/li&gt;&lt;/ul&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -p specify a package list from usr share live-helper lists or specify your own file&amp;nbsp; &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --packages specify packages you want to include &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -d specify the distribution etch lenny sid &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -a specify the architecture i386 amd64&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --debian-installer businesscard include the business card installer &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --debian-installer enabled include the standard installer&amp;nbsp; &lt;br /&gt;&lt;/li&gt;&lt;li&gt;mkdir livebuild &lt;br /&gt;&lt;/li&gt;&lt;li&gt;cd livebuild&amp;nbsp;&lt;/li&gt;&lt;li&gt;su lh_config -d sid -a i386 -p gnome-core --packages list of packages&lt;/li&gt;&lt;li&gt;lh_build &lt;br /&gt;(when it is done look in the livebuild folder for the binary.iso )&lt;/li&gt;&lt;li&gt;qemu -m memory_size -cdrom -filename iso  &lt;br /&gt;(To run test iso )&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/102450955017211224-7048001344605759641?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/7048001344605759641/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=7048001344605759641' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7048001344605759641'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7048001344605759641'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/08/customization-using-live-helper.html' title='Customization using live-helper'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-1326511389971507205</id><published>2008-08-08T15:21:00.000+05:30</published><updated>2008-08-08T15:28:03.685+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Debian Live'/><title type='text'>Customization Splash image</title><content type='html'>Steps Customization Splash image  in Debian Live &lt;br /&gt;&lt;br /&gt; Create your image, and transform it into a XPM file, 640x480, with&lt;br /&gt;   14 colors:&lt;br /&gt;&lt;br /&gt;   $ convert my-nice-image.jpg -colors 14 -geometry 640x480! my-nice-image.xpm&lt;br /&gt;&lt;br /&gt;    gzip it:&lt;br /&gt;&lt;br /&gt;   $ gzip my-nice-image.xpm&lt;br /&gt; &lt;br /&gt; Put that image into  &lt;br /&gt;   $ cp my-nice-image.xpm   livebuild/config/binary_local-grub/ &lt;br /&gt; &lt;br /&gt;Modify config/binary file in to &lt;br /&gt;   LH_GRUBSPLASHIMAGE =./config/binary_local-grub/my-nice-image.xpm&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-1326511389971507205?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/1326511389971507205/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=1326511389971507205' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1326511389971507205'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1326511389971507205'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/08/customization-splash-image.html' title='Customization Splash image'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-6468208794985832696</id><published>2008-07-18T16:16:00.001+05:30</published><updated>2008-07-18T16:16:58.694+05:30</updated><title type='text'>આ જુઓ એક સોફ્ટવેઅર એન્જીનિયર જઇ રહીયો છે…</title><content type='html'>પોતાના 'પ્રોજેક્ટ'ના બોજ હેઠળ દબાઇ જઇ રહીયો છે,&lt;br /&gt;આ જુઓ એક સોફ્ટવેઅર એન્જીનિયર જઇ રહીયો છે…&lt;br /&gt;&lt;br /&gt;જીંદગીથી હરેલો છે, પણ 'બગ'થી હાર નથી માનતો,&lt;br /&gt;પોતાની 'એપ્લીકેશન'ની એક એક લીટી યાદ છે,&lt;br /&gt;&lt;br /&gt;પણ આજે પગમાં ક્યા રંગના મોજા છે તે યાદ નથી,&lt;br /&gt;&lt;br /&gt;દિવસ પર દિવસ એક 'એક્સેલ' ફાઇલ બનાવી રહીયો છે,&lt;br /&gt;&lt;br /&gt;આ જુઓ એક સોફ્ટવેઅર એન્જીનિયર જઇ રહીયો છે…&lt;br /&gt;&lt;br /&gt;દસ હજાર લીટીનાં 'કોડ'માં 'એરર' શોધી લે છે પણ, મજબૂર મીત્રોની આંખમાં આંસુ દેખાતા નથી,&lt;br /&gt;&lt;br /&gt;'કોમ્પ્યુટર'માં હજારો 'વિન્ડો' છે, પણ દિલની બારી પર કોઇ દસ્તક સંભળાતી નથી,&lt;br /&gt;&lt;br /&gt;શનિ-રવિ નહાતો નથી ને આખુ અઠવાડિયું નહાતો રહીયો છે,&lt;br /&gt;&lt;br /&gt;આ જુઓ એક સોફ્ટવેઅર એન્જીનિયર જઇ રહીયો છે…&lt;br /&gt;&lt;br /&gt;'કૉડીંગ' કરતા કરતા ખબર જ ના રહી, 'બગ'ની 'પ્રાયોરીટી' ક્યારે માતા-પિતા કરતા વધી ગઇ,&lt;br /&gt;&lt;br /&gt;પુસ્તકોમાં ગુલાબ રાખવાવાળો 'સિગારેટ'ના ધુમાડામાં ખોવાઇ ગયો, દિલની જમીન પરથી ઇછ્છાઓની વિદાઇ થઇ ગઇ,&lt;br /&gt;&lt;br /&gt;શનિ-રવિ પર દારુ પીયને મજા કરી રહીયો છે,&lt;br /&gt;&lt;br /&gt;આ જુઓ એક સોફ્ટવેઅર એન્જીનિયર જઇ રહીયો છે…&lt;br /&gt;&lt;br /&gt;મજા લેવી જ હોઇ જો એની તો પૂછી લો, પગાર વધારાની 'પાર્ટી' ક્યારે આપે છે?&lt;br /&gt;&lt;br /&gt;ને મજાક ઉડાવવી હોઇ તો પૂછી લો, 'ઓન-સાઇટ' ક્યારે જઇ રહીયો છે?&lt;br /&gt;&lt;br /&gt;આ જુઓ 'ઓન-સાઇટ' પરથી પછા ફરેલા સાથી-મિત્રની ચોકલેટ ખાઇ રહીયો છે,&lt;br /&gt;&lt;br /&gt;આ જુઓ એક સોફ્ટવેઅર એન્જીનિયર જઇ રહીયો છે…&lt;br /&gt;&lt;br /&gt;ખર્ચા વધી રહ્યા છે, વાળ ઓછા થઇ રહીયા છે,&lt;br /&gt;&lt;br /&gt;KRAની તારીખ આવતી નથી ને 'ઇંકમ-ટેક્સ્'નો સિતમ થઇ રહીયો છે,&lt;br /&gt;&lt;br /&gt;આ જુઓ પાછી 'બસ' છૂટી ગઇ ને 'રિક્શા'થી આવી રહીયો છે,&lt;br /&gt;&lt;br /&gt;આ જુઓ એક સોફ્ટવેઅર એન્જીનિયર જઇ રહીયો છે…&lt;br /&gt;&lt;br /&gt;'પીત્ઝા' ગળે નથી ઉતરતા તો સાથે 'કોક'ના ઘૂંટડા લઇ રહીયો છે,&lt;br /&gt;&lt;br /&gt;'ઓફિસ'ની થાળી જોઇ મોઢુ બગાડે છે, માઁના હાથનું જમવાનું યાદ આવી રહીયુ છે,&lt;br /&gt;&lt;br /&gt;સરસ ભેળ મળે છે છતાં મફતનો નાસ્તો ખાઇ રહીયો છે,&lt;br /&gt;&lt;br /&gt;આ જુઓ એક સોફ્ટવેઅર એન્જીનિયર જઇ રહીયો છે…&lt;br /&gt;&lt;br /&gt;તમે અત્યાર સુધી ઘણી લીધી હશે ચુંટકીઓ,&lt;br /&gt;&lt;br /&gt;સોફ્ટવેઅર એન્જીનિયરના જીવનનું સત્ય બતાવતી આ છેલ્લી થોડી પંક્તિઓ,&lt;br /&gt;&lt;br /&gt;હજારોના પગારવાળો 'કંપની'ના ખિસ્સામાં કરોડો ભરી રહિયો છે,&lt;br /&gt;&lt;br /&gt;સોફ્ટવેઅર એન્જીનિયર એ જ બની શકે જે લોઢાનું કાળજુ રખતો હોઇ,&lt;br /&gt;&lt;br /&gt;અમે લોકો જીવી જીવીને મરી રહીયા છીએ, જીંદગી છે કંઇક આવી,&lt;br /&gt;&lt;br /&gt;એક 'ફોજી'ની નોકરી, એક સોફ્ટવેઅર એન્જીનિયરની નોકરી, બંને એક જેવી,&lt;br /&gt;&lt;br /&gt;આ જુઓ એક સોફ્ટવેઅર એન્જીનિયર જઇ રહીયો છે…&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Special thanx to Sumaiya .....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-6468208794985832696?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/6468208794985832696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=6468208794985832696' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/6468208794985832696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/6468208794985832696'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/07/blog-post.html' title='આ જુઓ એક સોફ્ટવેઅર એન્જીનિયર જઇ રહીયો છે…'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-1995871381269610002</id><published>2008-07-11T15:10:00.000+05:30</published><updated>2008-07-11T15:11:08.239+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Story Collection'/><title type='text'>Touching One .......................</title><content type='html'>Little girl and her father were crossing a bridge.&lt;br /&gt;The father was kind of scared so he asked his little daughter,&lt;br /&gt;"Sweetheart, please hold my hand so&lt;br /&gt;that you don't fall into the river.&lt;br /&gt;" The little girl said,&lt;br /&gt;"No, Dad. You hold my hand.&lt;br /&gt;" "What's the difference?"&lt;br /&gt;Asked the puzzled father.&lt;br /&gt;"There's a big difference,&lt;br /&gt;" replied the little girl.&lt;br /&gt;"If I hold your hand and something happens to me,chances are that I may let your hand go. But if you hold my hand, I know for sure that no matter what happens, you will never let my hand go.&lt;br /&gt;" In any relationship, the essence of trust is not in its bind, but in its bond.&lt;br /&gt;&lt;br /&gt;"So hold the hand of the person whom you love rather than expecting&lt;br /&gt;them to hold urs... this story tells many things... u just need to understand&lt;br /&gt;the meaning rest depends on u "&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-1995871381269610002?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/1995871381269610002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=1995871381269610002' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1995871381269610002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1995871381269610002'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/07/touching-one.html' title='Touching One .......................'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-4744765859323151671</id><published>2008-07-10T18:26:00.000+05:30</published><updated>2008-07-10T18:33:52.513+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nice Articles'/><category scheme='http://www.blogger.com/atom/ns#' term='Story Collection'/><title type='text'>No Limits ............</title><content type='html'>While a man was polishing his new car, his 4 yr old son picked stone &amp; scratched lines on the side of the car. &lt;br /&gt; &lt;br /&gt;In anger, the man took the child's hand &amp; hit it many times, not realizing he was using a wrench. &lt;br /&gt; &lt;br /&gt;At the hospital, the child lost all his fingers due to multiple fractures. When the child say his father.... with painful eyes he asked "Dad when will my fingers grow back?" &lt;br /&gt; &lt;br /&gt;Man was so hurt and speechless. He went back to car and kicked it a lot of times. &lt;br /&gt; &lt;br /&gt;Devastated by his own actions...... sitting in front of that car he looked at the scratches, child had written "LOVE YOU DAD". &lt;br /&gt;The next day that man committed suicide. . . &lt;br /&gt; &lt;br /&gt;Anger and Love has no limits, so let the river of life flow in Limits so that this fresh water stream is never scattered.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-4744765859323151671?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/4744765859323151671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=4744765859323151671' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/4744765859323151671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/4744765859323151671'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/07/nice-story.html' title='No Limits ............'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-5627363825575932472</id><published>2008-07-01T15:10:00.000+05:30</published><updated>2008-07-01T15:23:56.355+05:30</updated><title type='text'>Working With Debian  Live CD................</title><content type='html'>Gud Experince but have to learn so much .................&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-5627363825575932472?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/5627363825575932472/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=5627363825575932472' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/5627363825575932472'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/5627363825575932472'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/07/working-with-debian-live-cd.html' title='Working With Debian  Live CD................'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-1196461221960316449</id><published>2008-04-02T12:23:00.000+05:30</published><updated>2008-07-10T18:34:48.294+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='Netbeans'/><title type='text'>Netbeans Missing New Project Categories</title><content type='html'>&lt;a style="font-family: lucida grande;" name="solution"&gt;&lt;b&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;I started it and wanted to start a new project. What a surprise I have seen I could not. There were no menu items besides import existing ant project what I could reach. Holy s.... something! What is this? I was asking.&lt;br /&gt;Tried to purge package and reinstall but no luck. So finally I concluded that the problem is around Netbeans 5.5. What can people do than? I have taken the lattes version Netbeans 6.0 and tried. Much more surprise I had the same situation. No menu to create new project. I started to think about some kind of global conspiracy and decided to unveil it so the day just turned darker.&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Solution:&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: lucida grande;font-family:lucida grande;" &gt;$ rm -rf ~/.netbeans/6.0/config/Modules&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: lucida grande;"&gt;Simple right?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: lucida grande;"&gt;If you are missing New Project Templates in Netbeans and you have started netbeans ever with IcedTea Java 7 - or any other "unsupported one" - first use only SUN Java as long as this error is not corrected to run netbeans. I do not know if this is an error in Iced Tea Java or in Netbeans and do not care too much anymore. To correct the problem completely delete ~/.netbeans/6.0/config/Modules and restart Netbenas with a Sun Java. This directory will be recreated and you can enjoy the newly available menus without loosing your settings.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-1196461221960316449?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/1196461221960316449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=1196461221960316449' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1196461221960316449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/1196461221960316449'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/04/netbeans-missing-new-project-categories.html' title='Netbeans Missing New Project Categories'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-102450955017211224.post-7166984293323569740</id><published>2008-03-28T10:41:00.000+05:30</published><updated>2008-03-28T10:45:33.612+05:30</updated><title type='text'>Problem regarding saving fonts after creating it ........</title><content type='html'>Can anybody help me&lt;br /&gt;I have created new font using fontforge but it will not insave the font in installable font.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/102450955017211224-7166984293323569740?l=padmajadav.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://padmajadav.blogspot.com/feeds/7166984293323569740/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=102450955017211224&amp;postID=7166984293323569740' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7166984293323569740'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/102450955017211224/posts/default/7166984293323569740'/><link rel='alternate' type='text/html' href='http://padmajadav.blogspot.com/2008/03/problem-regarding-saving-fonts-after.html' title='Problem regarding saving fonts after creating it ........'/><author><name>Padma</name><uri>http://www.blogger.com/profile/05880465085885396298</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://3.bp.blogspot.com/_CpqV70xZENU/Svv-i5F-JvI/AAAAAAAAD0I/6ZMSIIKxESg/S220/184009.jpeg'/></author><thr:total>0</thr:total></entry></feed>
