<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4723148005696200432</id><updated>2024-10-04T02:50:39.956+05:30</updated><category term="Tips n Tricks"/><category term="Softwares"/><category term="Top Stories"/><category term="oracle"/><category term="Blogging"/><category term="Scripts"/><category term="miscellaneous"/><category term="Yahoo messenger tools"/><category term="Blogger Templates"/><category term="Cheats"/><category term="EVDO Card"/><category term="ORA-01555"/><category term="Review"/><category term="Templates"/><category term="Web Hosting"/><category term="Yahoo Chess Cheat"/><category term="e-books"/><category term="pfile"/><category term="php"/><category term="smf"/><category term="spfile"/><title type='text'>GK&#39;s Tech Tips</title><subtitle type='html'>Technology | Gadgets | Tips &amp;amp; Tricks</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>47</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-5985342973114851752</id><published>2010-12-30T01:32:00.000+05:30</published><updated>2010-12-30T01:32:41.683+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="oracle"/><title type='text'>Query to Monitor IMPDP</title><summary type="text">Following query can be used to monitor the progress of impdp.

select
   substr(sql_text,instr(sql_text,&#39;into &quot;&#39;),30) table_name,
   rows_processed, round((sysdate-to_date(first_load_time,&#39;yyyy-mm-dd hh24:mi:ss&#39;))*24*60,1) minutes,
   trunc(rows_processed/((sysdate-to_date(first_load_time,&#39;yyyy-mm-dd hh24:mi:ss&#39;))*24*60)) rows_per_minute
from  
   sys.v_$sqlarea
where 
   sql_text like &#39;insert %</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/5985342973114851752/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2010/12/query-to-monitor-impdp.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/5985342973114851752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/5985342973114851752'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2010/12/query-to-monitor-impdp.html' title='Query to Monitor IMPDP'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-3763768388485167781</id><published>2010-11-29T12:44:00.000+05:30</published><updated>2010-11-29T12:44:55.607+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="oracle"/><title type='text'>DDL of Indexes without Storage Parameters</title><summary type="text">Taking DDL&#39;s of indexes is always a good habit before any export/import activity. But we get lot of parameters along with create statements, like storage parameters etc which we may not need them to run after the completion of import. So we can remove them before running the import by running the following statements.


EXECUTE DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,&#39;</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/3763768388485167781/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2010/11/ddl-of-indexes-without-storage.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/3763768388485167781'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/3763768388485167781'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2010/11/ddl-of-indexes-without-storage.html' title='DDL of Indexes without Storage Parameters'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-3012096071786077411</id><published>2010-04-13T14:30:00.000+05:30</published><updated>2010-04-13T14:30:06.503+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="oracle"/><title type='text'>How to check user objects created in SYSTEM tablespace not owned by SYS user</title><summary type="text">Query to check objects created in SYSTEM tablespace and not owned by SYS or SYSTEM user.
It is very important not to have user related objects in SYSTEM tablespace.


select owner, segment_name, segment_type
from dba_segments
where tablespace_name = &#39;SYSTEM&#39;
and owner not in (&#39;SYS&#39;,&#39;SYSTEM&#39;);</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/3012096071786077411/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2010/04/how-to-check-user-objects-created-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/3012096071786077411'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/3012096071786077411'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2010/04/how-to-check-user-objects-created-in.html' title='How to check user objects created in SYSTEM tablespace not owned by SYS user'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-3762467646712805465</id><published>2010-04-13T13:01:00.000+05:30</published><updated>2010-04-13T13:04:09.204+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="oracle"/><category scheme="http://www.blogger.com/atom/ns#" term="pfile"/><category scheme="http://www.blogger.com/atom/ns#" term="spfile"/><title type='text'>Checking if the database is using pfile or spfile</title><summary type="text">Use the following SQL query to see what parameter file is your database using currently. If it is PFILE or SPFILE.


SELECT DECODE(value, NULL, &#39;PFILE&#39;, &#39;SPFILE&#39;) &quot;Init File Type&quot; FROM sys.v_$parameter WHERE name = &#39;spfile&#39;;</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/3762467646712805465/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2010/04/checking-if-database-is-using-pfile-or.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/3762467646712805465'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/3762467646712805465'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2010/04/checking-if-database-is-using-pfile-or.html' title='Checking if the database is using pfile or spfile'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-3555761561819014746</id><published>2010-04-02T17:10:00.000+05:30</published><updated>2010-04-02T17:10:30.959+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="ORA-01555"/><category scheme="http://www.blogger.com/atom/ns#" term="oracle"/><title type='text'>Determining longest query length in oracle database</title><summary type="text">Following is the query to determine the longest query length in oracle database, this query can be very useful in setting up UNDO_RETENTION parameter.

SQL&amp;gt; select max(maxquerylen) from V$undostat;
Make sure this is atleast equal to the value of UNDO_RETENTION to prevent a famous ORA-01555</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/3555761561819014746/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2010/04/determining-longest-query-length-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/3555761561819014746'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/3555761561819014746'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2010/04/determining-longest-query-length-in.html' title='Determining longest query length in oracle database'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-1838738994869373401</id><published>2010-03-28T19:52:00.000+05:30</published><updated>2010-03-28T19:52:10.776+05:30</updated><title type='text'>Unlimited Broadband at best prices in Hyderabad</title><summary type="text">Internet today has become very competitive in our country after launch of BSNL 3G. I have tried almost all ISP&#39;s in Hyderabad right from local net, Youtelecom to BSNL EVDO. Of them all Beam Tele which was called as Beam cable before offers high speed internet at a very good price. I have been using it for almost 6 years for


my desktop, they service is a bit lethargic but speeds are good at very</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/1838738994869373401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2010/03/unlimited-broadband-at-best-prices-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/1838738994869373401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/1838738994869373401'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2010/03/unlimited-broadband-at-best-prices-in.html' title='Unlimited Broadband at best prices in Hyderabad'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-6255949423892646935</id><published>2010-01-17T13:41:00.000+05:30</published><updated>2010-01-17T13:41:59.761+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="EVDO Card"/><category scheme="http://www.blogger.com/atom/ns#" term="Review"/><title type='text'>BSNL&#39;s EVDO In Hyderabad Review</title><summary type="text">After a thorough research about BSNL&#39;s EVDO card 2 mb/s , I had a horrific experience bringing it home.  Here is how it went and my comments on the newly launched internet card by bsnl. I went to the Telephone bhavan (Khairtabad) and enquired about the card, plans and coverage information.  I got very little information from them, as they themselves had no knowledge about it lol, suprisingly they</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/6255949423892646935/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2008/10/bsnls-evdo-in-hyderabad-review.html#comment-form' title='52 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/6255949423892646935'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/6255949423892646935'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2008/10/bsnls-evdo-in-hyderabad-review.html' title='BSNL&#39;s EVDO In Hyderabad Review'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnB7OxmjBV_ab0Hc8lP_alUjb4MoBJwxqDiTsz9AuWjGILSySUAODUBFcmuQyIe1BX4_E-MA1-i7PQfoYymxzgIj2DBOtd17zjx65CNS7qVuP87RVqoW1qqimqOFQRR3eGsfyAHAUSRAg/s72-c/evdo.png" height="72" width="72"/><thr:total>52</thr:total><georss:featurename>Andhra Pradesh, India</georss:featurename><georss:point>17.0477624 80.0981869</georss:point><georss:box>11.8028684 72.6274839 22.2926564 87.5688899</georss:box></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-2067144539361980636</id><published>2009-08-14T20:13:00.000+05:30</published><updated>2009-11-08T06:47:38.716+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tips n Tricks"/><title type='text'>Free call anywhere in the world</title><summary type="text">Hi Guys,

Call to any phone FREE of cost, from yahoo messenger...Here is how it works:

First call +18003733411 in the messenger, its a toll free number...listen to what it says and go for Free phone



call option. After few seconds it would ask you to enter the phone number along with country code, thats it!!


Enjoy !! :D</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/2067144539361980636/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2009/08/free-call-anywhere-in-world.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/2067144539361980636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/2067144539361980636'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2009/08/free-call-anywhere-in-world.html' title='Free call anywhere in the world'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-2442110199777408677</id><published>2009-08-12T13:30:00.000+05:30</published><updated>2009-08-12T13:33:37.084+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="smf"/><title type='text'>How to put google analytics code in SMF</title><summary type="text">Hi,

If you wanna track your website stats with google analytics you have put the code before , which is a piece of cake usually in any html website. But in SMF you have to put it inside the echo &#39;&#39; of php. I have done the tough part, just follow these steps:

Find:

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo &#39;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; 
&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&#39;;
Replace it with:

echo &#39;
&amp;</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/2442110199777408677/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2009/08/how-to-put-google-analytics-code-in-smf.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/2442110199777408677'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/2442110199777408677'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2009/08/how-to-put-google-analytics-code-in-smf.html' title='How to put google analytics code in SMF'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-7614496823731321755</id><published>2009-05-15T12:34:00.000+05:30</published><updated>2009-05-15T12:47:35.543+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="php"/><title type='text'>How to upload a word document in php</title><summary type="text">I&#39;ve taken the basic idea from w3schools on how to upload files in php. I will show you now how to modify the code a bit and upload MS-word documents.Create a php page which contains both upload form (html) and actual php code to load the file. You can have them both separately aswell.upload.php&amp;lt;?phpif(isset($_POST[&#39;submit&#39;])){if ((($_FILES[&quot;file&quot;][&quot;type&quot;] == &quot;application/msword&quot;))){if ($</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/7614496823731321755/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2009/05/how-to-upload-word-document-in-php.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/7614496823731321755'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/7614496823731321755'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2009/05/how-to-upload-word-document-in-php.html' title='How to upload a word document in php'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-2164962406061131515</id><published>2008-12-26T10:48:00.000+05:30</published><updated>2008-12-26T12:24:23.924+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Web Hosting"/><title type='text'>Free PHP/MYSQL web hosting</title><summary type="text">PHP/Mysql still prevails to be one of the best technologies for the web development and other web-related projects, mainly because it is an open-source so obviously cost effective and web development using php is so simple, thanks to cake-php. Back to the topic, if you are planning to start a website or blog or a forum and you wanted to start it with 0% investment. Then here is the best solution </summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/2164962406061131515/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2008/12/free-phpmysql-web-hosting.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/2164962406061131515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/2164962406061131515'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2008/12/free-phpmysql-web-hosting.html' title='Free PHP/MYSQL web hosting'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFx9o-Lx218e4tI95VfsJeG6TAjgaQeU0cgF36E8tOKK7HRJPzB1HQZcx2CQf3hcQtfrVLtVs5DXQd_m4bnqohy9JtqRH5BALqeXZUqQ2iPEJbCOurzL0f9wMeEjPhaNisk-8ZSewAvDk/s72-c/fantastico.gif" height="72" width="72"/><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-5088544191770613424</id><published>2008-12-16T17:19:00.000+05:30</published><updated>2008-12-16T17:28:02.353+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="e-books"/><title type='text'>Free e-books</title><summary type="text">While I was browsing for some programming books. I found this ftp link which has huge list of e-books on various subjects in computers. I found it very useful, so  thought I should share this link to my viewers.Here is the link:ftp://202.96.64.144/pub/books/</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/5088544191770613424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2008/12/free-e-books.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/5088544191770613424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/5088544191770613424'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2008/12/free-e-books.html' title='Free e-books'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgj-0ql6EW4C7e8LX_Yo4LBHFCnDAQiEPkidHW_wpeSYBK6cRG_PkoUsQPEgPAJXwnM0fQU4-TNy8YKrF7STKKM-h7CxsBJJOl7y8NI-AjD24sXDN7fD514UNNaE9k8axkWO59LU7baqUU/s72-c/ftp.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-6972533906424995437</id><published>2008-12-04T11:27:00.000+05:30</published><updated>2008-12-04T12:00:30.177+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Softwares"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips n Tricks"/><title type='text'>How to recover a deleted file in windows (Shift + Del)</title><summary type="text">You all might be wondering, how to recover a file when it is permanently deleted (shift + del) from the system. Lemme put it this way,  if you clear the files from the Recycle bin in windows, then here is the tip to restore your files.Fact:  When a file is deleted from your computer, its contents aren’t immediately destroyed. Its hard drive space is made available for use, but until that space is</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/6972533906424995437/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2008/12/how-to-recover-deleted-file-in-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/6972533906424995437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/6972533906424995437'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2008/12/how-to-recover-deleted-file-in-windows.html' title='How to recover a deleted file in windows (Shift + Del)'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj57DREN3zcX7x1CkMYnjnbzFhT12zkDflkoGE6E717KWR_17dBfVYg2FmPYpbSd5L54VsKxCyAjfJoRMOzMjX9bCU76wOkSnYL1O8Ind9oQlt4NAKYjeCCUSCn-DIckv1ZCVIgdgeNu-4/s72-c/restore.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-2543812251603014447</id><published>2008-11-22T11:53:00.000+05:30</published><updated>2008-11-26T19:48:53.238+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tips n Tricks"/><title type='text'>Tips To Avoid Virus Attacks</title><summary type="text">Computers are always prone to virus attacks through many ways like when we  insert USB which is virus infected or by clicking anonymous pop-ups/links..the list goes on. And there are many anti-virus software&#39;s available in the market to prevent these virus attacks,   I would like to share some of my views on how to prevent virus attacks and  important tips that one must remember on how to tackle </summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/2543812251603014447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2008/11/tips-to-avoid-virus-attacks.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/2543812251603014447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/2543812251603014447'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2008/11/tips-to-avoid-virus-attacks.html' title='Tips To Avoid Virus Attacks'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixz5JOsS2OjQ5Odd6Cr__gBE-kJRKYUZ4mwqJaY0YtVhkDq_5TrueYIi_mQHPxdkgZSH9z6LxrGj2vTnWx1W8-4cIF5kIBpq_ovn3-Xy2Q1pebvAAjv4QJIcVP9PsHYMsejbVZ60Yrp4A/s72-c/spam.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-4396474560889045503</id><published>2008-09-28T10:09:00.001+05:30</published><updated>2008-09-28T16:05:04.713+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Cheats"/><category scheme="http://www.blogger.com/atom/ns#" term="Yahoo Chess Cheat"/><title type='text'>How To Cheat Online Yahoo Chess</title><summary type="text">Cheating and winning games is a fun way of doing isn&#39;t?.  Beating world wide opponents needs a real class and brain, yeah!! I am talking about online yahoo chess. There are many tools available on web to cheat Y! chess and outsmart your partners but I am sure they aren&#39;t for FREE!.  Here&#39;s a free and clean way of winning and keeping your rating high!First download a chess game for your O.S. or </summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/4396474560889045503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2008/09/how-to-cheat-online-yahoo-chess.html#comment-form' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/4396474560889045503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/4396474560889045503'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2008/09/how-to-cheat-online-yahoo-chess.html' title='How To Cheat Online Yahoo Chess'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0gqKWkm2nDv4etGJmI6M-235XZ0P3-ZASxMOyoh8Wcoo9hH-a68y1ahzIQ1sgUWE4ysTl9b6a0Aw3dHVOs9eq0hjDngeMga2T7CA2aymC_whyfF0U4302dbl50TSFnzIgzxNFl8UUdzA/s72-c/chess.PNG" height="72" width="72"/><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-5938068877125998218</id><published>2007-09-28T14:44:00.000+05:30</published><updated>2007-09-28T14:46:20.580+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tips n Tricks"/><title type='text'>How to cheat online flash games</title><summary type="text">Here is a good vid tutorialHow to cheat in online flash games.Uploaded by laconix</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/5938068877125998218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2007/09/how-to-cheat-online-flash-games.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/5938068877125998218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/5938068877125998218'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2007/09/how-to-cheat-online-flash-games.html' title='How to cheat online flash games'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-8281972514515923456</id><published>2007-09-27T12:47:00.000+05:30</published><updated>2007-09-27T13:15:59.274+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Templates"/><category scheme="http://www.blogger.com/atom/ns#" term="Templates"/><title type='text'>David Beckham Theme</title><summary type="text">Yeahooo! I have created a theme of Beckham atlas!!. Yes you can grab it if you&#39;re one of his million fans. Theme is simple with cool icons and You have all rights to edit the template as you wish.Here is the preview of the templateDownlaod.xmlview it live at http://beckhamtheme.blogspot.com/ Please report me if any bugs.</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/8281972514515923456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2007/09/david-beckham-theme.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/8281972514515923456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/8281972514515923456'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2007/09/david-beckham-theme.html' title='David Beckham Theme'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFkubIqRgGz23PDpuTBOiX9LAaDVpXecnM7sxAKAhQjDNtkKVC-b4Oqkle8Btrv6kM7medOWKwI9opN04Bb4rPbM_xM5XNUdzWXqeu9KFHB0pemHhyphenhyphendmztW9rBfQRQWL40Ysgwi9wZ5OQ/s72-c/preview.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-299608732935398912</id><published>2007-09-22T18:14:00.000+05:30</published><updated>2007-09-22T20:51:38.034+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="miscellaneous"/><category scheme="http://www.blogger.com/atom/ns#" term="Top Stories"/><title type='text'>Web site made easy</title><summary type="text">Web creation is really made simple with weebly a website editor. It is basically Ajax based web editor where you can create a cool web site with simple drag-n-drop widgets. You can even create a blog and earn some bucks as it supported with Adbrite. Weebly a very good option for those who are looking for a simple personal website. I will rate it higher than Googlepages. Though you don&#39;t have the </summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/299608732935398912/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2007/09/web-site-made-easy.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/299608732935398912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/299608732935398912'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2007/09/web-site-made-easy.html' title='Web site made easy'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5YXqK3SYaAzFwVbIGmsDkGOalNwU4hC-NbQ7V-h0UZKAUA7pC2g2fqtbvO6OfmyOmKGKvr-8SxuJOD0t3LFwVOSV-QJ7hAMbXslNhx0OCMd7qa9KoabMrebvmUZmsqrvQec_hu9HxGj4/s72-c/weebly.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-1211958226697488379</id><published>2007-09-21T19:32:00.000+05:30</published><updated>2007-09-21T19:42:58.429+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tips n Tricks"/><title type='text'>ʇxǝʇ ǝɥʇ dılɟ</title><summary type="text">Follow the link -&gt;http://www.revfad.com/flip.htmlJust another innovative idea to use in orkut&#39;s profile name.</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/1211958226697488379/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2007/09/x-dl.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/1211958226697488379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/1211958226697488379'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2007/09/x-dl.html' title='ʇxǝʇ ǝɥʇ dılɟ'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioc68sVZxXF04HA7XGd6yglHKN017Ealm-t1UdFL5GJK9ezlW984USbY8ygKbsGJ0MkgWpGn4cC2uTdAXJsm8zs4F3PChaohHkmUv0gjDp6rmFc8TZKvSunkiRZajMlg4PQaAkaxve2pc/s72-c/flip.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-8288927040464686561</id><published>2007-09-14T18:11:00.000+05:30</published><updated>2007-09-14T19:00:58.536+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Scripts"/><category scheme="http://www.blogger.com/atom/ns#" term="Tips n Tricks"/><title type='text'>Change background of the USB drive</title><summary type="text">Change the background of the USB drive in less than 10 secs. You can add any image. Here are the steps to follow:Open a &quot;notepad&quot;. (Note: start-&gt;run-&gt;notepad).Copy the following code into the notepad                       [.ShellClassInfo]IconFile=%SystemRoot%\system32\SHELL32.dllIconIndex=127ConfirmFileOp=0[{BE098140-A513-11D0-A3A4-00C04FD706EC}]Attributes=1IconArea_Image=&quot;your_picture.jpg&quot;</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/8288927040464686561/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2007/09/change-background-of-usb-drive.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/8288927040464686561'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/8288927040464686561'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2007/09/change-background-of-usb-drive.html' title='Change background of the USB drive'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-3919985700256259903</id><published>2007-09-09T17:48:00.000+05:30</published><updated>2007-09-09T18:15:25.291+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tips n Tricks"/><title type='text'>How to get acess to the Members area?</title><summary type="text">Finally Im back with a new cool web 2.o template. Doesn&#39;t it look sexy?. Now no more breaks, I will be blogging at least 4 days a week!!.Back to the work. Many of us might have a dream. Dream to enter into the Members Area of a site with out a single buck and downloading the videos as we wish say porn :p or anything.  Once again our good amigo does the work for us. you will see how.Now for </summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/3919985700256259903/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2007/09/how-to-get-acess-to-members-area.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/3919985700256259903'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/3919985700256259903'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2007/09/how-to-get-acess-to-members-area.html' title='How to get acess to the Members area?'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-2064798528895153148</id><published>2007-07-10T14:29:00.000+05:30</published><updated>2007-09-07T20:46:47.178+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tips n Tricks"/><title type='text'>How to use Peer to Peer softwares for downloading?</title><summary type="text">This is a frequent question asked by my fellow bloggers and friends. Though its easy but tricky at times. It is advisible to know about the Peer2Peer network and its consequences. I do not want to go in detail about the softwares coz you will get many peer to peer softwares if you google. I use Ares software for downloading movies and mp3&#39;s. Let us see the working of ares and the same applies to </summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/2064798528895153148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2007/07/how-to-use-peer-two-peer-softwares-for.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/2064798528895153148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/2064798528895153148'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2007/07/how-to-use-peer-two-peer-softwares-for.html' title='How to use Peer to Peer softwares for downloading?'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1L2lX5CRqFVnoOwgy7DK-dqTy8dfCWzkl6yCERPrAfXRV1tcN396NtBLGFTBjc0ZERBpDIX7uVjwUR1Dvig_7euwE64SF_wdUuh-dG0074xtIbFOzPzOIr-Ndy5aFp3slJ9Mt_1VOPkc/s72-c/ares-1.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-5165862208925075674</id><published>2007-06-20T19:25:00.000+05:30</published><updated>2007-06-20T19:37:56.579+05:30</updated><title type='text'>Useful Run Commands</title><summary type="text">Here are 101 RUN commands:Accessibility Controlsaccess.cplAdd Hardware Wizardhdwwiz.cplAdd/Remove Programsappwiz.cplAdministrative Toolscontrol.exe admintoolsAutomatic Updateswuaucpl.cplBluetooth Transfer WizardfsquirtCalculatorcalcCertificate Managercertmgr.mscCharacter MapcharmapCheck Disk UtilitychkdskClipboard ViewerclipbrdCommand PromptcmdComponent ServicesdcomcnfgComputer </summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/5165862208925075674/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2007/06/useful-run-commands.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/5165862208925075674'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/5165862208925075674'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2007/06/useful-run-commands.html' title='Useful Run Commands'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitv82VIpkvg2ITNLNxxGEpvGDEBGSoN3B2lPteNl2d5R9ipdMdLYEd5-2UlnbvzsHxwWkfuupgzIaKz9mPtLJmBbqQfVh2QYyOMV8E4fGyUOi5I0h3pb5bSqNAYQiFCrtXemmQTCBcAUQ/s72-c/t_extreme_run.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-2543786862797764352</id><published>2007-05-30T15:10:00.000+05:30</published><updated>2007-05-30T15:21:36.554+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="miscellaneous"/><title type='text'>Some cool wordpress templates</title><summary type="text">I am back finally! after spending lots of time with my books and Now I am officially a computer engineer :p. Here are some cool wordpress templates.DownloadDownloadDownloadDownload em before they expire, I mean links.</summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/2543786862797764352/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2007/05/some-cool-wordpress-templates.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/2543786862797764352'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/2543786862797764352'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2007/05/some-cool-wordpress-templates.html' title='Some cool wordpress templates'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxP_yy0pB3TJRw_geWFWSXMFdZ1EKtotoNsdzLVU3XmnMDaPpc5_6veAqf6HV5pWgVeFCtzmENVFw6_suVZZWPU6cvalpOwTBd8fJOVIMAZOeX3BWhSjnp1CjUeDdXpC55Gk-iDMrJOro/s72-c/11368-bworldpress5.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4723148005696200432.post-8980942390748825980</id><published>2007-04-29T15:05:00.000+05:30</published><updated>2007-04-29T16:01:36.477+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tips n Tricks"/><title type='text'>Hide your secret file in a image</title><summary type="text">This is by far the best way to hide your data in a image.  This trick works in Windows 2000/xp. Follow the step by step tutorial.You need two images and one file(which you want to bind with the image). Place them all in one folder.Add the files you want to hide into a new winrar archive. (eg: I want to hide sordid.txt)Open the command prompt (start-&gt; run-&gt; cmd). Change the directory to where the </summary><link rel='replies' type='application/atom+xml' href='http://gktechtips.blogspot.com/feeds/8980942390748825980/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gktechtips.blogspot.com/2007/04/hide-your-secret-file-in-image.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/8980942390748825980'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723148005696200432/posts/default/8980942390748825980'/><link rel='alternate' type='text/html' href='http://gktechtips.blogspot.com/2007/04/hide-your-secret-file-in-image.html' title='Hide your secret file in a image'/><author><name>chaitanya.gk</name><uri>http://www.blogger.com/profile/13402428380898912820</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQcgZmVJ3NeYpFR6U3XjuXLC1hpB1oU_7959HAdjLUWJjqTklw5WORk8_vxmBwQIAMLeEw-TwWzQ5IY0xFFTvE8ulnX4k3QmHs2rLYe5woIeSfZym1QzaeAFyg_io7A/s220/fav.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh26WP4ZRt-pdClSHrs6VeL4fKDwGsZui4Ne1TE0UpaLAFZwFbqIYF5pwmO8HHecD8X5EE5B5oj0NjuSUXKvRWM61e3plOz0SMXcwdCO_38NGNSICE7g_up4onNNPoi5tPCSltLr36swJY/s72-c/sordid.bmp" height="72" width="72"/><thr:total>0</thr:total></entry></feed>