Congratulations!

[Valid Atom 1.0] This is a valid Atom 1.0 feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://codezworld.blogspot.com/feeds/posts/default

  1. <?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-3658909462161071259</id><updated>2024-03-13T09:27:02.626-07:00</updated><category term="C Program"/><category term="java program"/><category term="Windows 7 Tricks"/><category term="sql"/><category term="String"/><category term="array"/><category term="Windows Tricks"/><category term="shape"/><category term="structure"/><category term="Shortcut Key"/><category term="macro expansion"/><category term="pointer"/><category term="PL/SQL"/><category term="file"/><category term="operators in java"/><category term="read file"/><category term="visual basic6"/><category term="struct"/><category term="Formatting"/><category term="LIKE command"/><category term="matrix"/><category term="switch statements"/><category term="life funda"/><category term="shifting"/><category term="strcopy() function"/><category term="volume"/><category term="write file"/><category term="Left shifting"/><category term="Student record"/><category term="alter command"/><category term="for loop"/><category term="function"/><category term="insert command"/><category term="logical operators"/><category term="pragma"/><category term="strlen() function"/><category term="text speech"/><category term="valentine Special"/><category term="visual basic script"/><category term="volume of box"/><category term="% operator"/><category term="++ operator"/><category term="Armstrong"/><category term="Array of Structure"/><category term="C plus plus"/><category term="C++"/><category term="Call by Value"/><category term="Call by reference"/><category term="Decimal to Binary"/><category term="Delete command"/><category term="E-mail Short Hand"/><category term="Hide your drives"/><category term="Linear Search"/><category term="Masking sign extension"/><category term="NOT command"/><category term="OR command"/><category term="Octal to Binary"/><category term="Pascal"/><category term="Prints file contents on printer"/><category term="Swap"/><category term="Ternary operator"/><category term="Unsigned shifting"/><category term="Windows Vista"/><category term="argc"/><category term="argv"/><category term="arithmetic operators"/><category term="assignment operators"/><category term="bc command"/><category term="binary file"/><category term="bit"/><category term="boolean"/><category term="boolean logical operators"/><category term="boolean variable"/><category term="break statements"/><category term="casts"/><category term="const keyword"/><category term="continue"/><category term="copy file"/><category term="create file"/><category term="create table command"/><category term="cursor"/><category term="do-while loop"/><category term="dynamic initialization"/><category term="elementary database management program"/><category term="english to urdu"/><category term="even odd"/><category term="fgetchar( )"/><category term="for-reverse loop"/><category term="fputchar ()"/><category term="getch( )"/><category term="getchar( )"/><category term="getche( )"/><category term="gets"/><category term="if statement"/><category term="if-else-if statements"/><category term="inheritance"/><category term="integer"/><category term="length of array"/><category term="linux"/><category term="list box"/><category term="main"/><category term="malloc"/><category term="method inside class"/><category term="modify"/><category term="multiple-inheritence"/><category term="nested if-else"/><category term="nested loop"/><category term="procedure"/><category term="protect folder"/><category term="putch ()"/><category term="putchar ()"/><category term="puts"/><category term="remove command"/><category term="search"/><category term="select command"/><category term="simple interest"/><category term="sizeof"/><category term="strcat() function"/><category term="strcmp() function"/><category term="translate english to urdu online"/><category term="update command"/><category term="while loop"/><category term="yahoo emotions"/><title type='text'>codezworld - A blog of programs</title><subtitle type='html'>there is some good c ,java, sql and vb6 programs,Windows tricks, sms shorthand etc</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>272</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-2363929940476705102</id><published>2012-03-30T06:20:00.000-07:00</published><updated>2012-03-30T06:20:26.229-07:00</updated><title type='text'>WAP of Simpson3/8 in C</title><content type='html'>&lt;font color=&quot;green&quot;&gt; /* WAP of Simpson3/8 in C */ &lt;/font&gt; &lt;pre&gt;
  2.  
  3. #include&amp;lt;stdio.h&amp;gt;
  4. #include&amp;lt;conio.h&amp;gt;
  5. void main()
  6. {
  7. float x[100],y[100],value2,value,fx,h;
  8. int i,size;
  9. clrscr();
  10. printf(&quot;How many value you want to enter: &quot;);
  11. scanf(&quot;%d&quot;,&amp;size);
  12.  
  13. for(i=0; i&amp;lt;size; i++)
  14. {
  15.  printf(&quot;Enter elements of x[%d]:\n&quot;,i);
  16.  scanf(&quot;%f&quot;,&amp;x[i]);
  17.  printf(&quot;Enter elements of y[%d]:\n&quot;,i);
  18.  scanf(&quot;%f&quot;,&amp;y[i]);
  19. }
  20. h = x[2]-x[1];
  21. printf(&quot;\nh = %f&quot;,h);
  22. for(i=1; i&amp;lt;size-1; i++)
  23. {
  24.  if(i%3==0)
  25.   value2 += 2*y[i];
  26.  
  27.  else
  28.   value += 3*y[i];
  29. }
  30. printf(&quot;value2 = %f \n value = %f&quot;,value2, value);
  31. fx = ( h*3)/8 * ( y[0] + y[size-1] + value + value2 );
  32. printf(&quot;\nf(x)= %f&quot;,fx);
  33. getch();
  34. }
  35. &lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/2363929940476705102/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2012/03/wap-of-simpson38-in-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/2363929940476705102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/2363929940476705102'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2012/03/wap-of-simpson38-in-c.html' title='WAP of Simpson3/8 in C'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-2247245645559042749</id><published>2012-03-29T09:55:00.000-07:00</published><updated>2012-03-29T09:55:12.457-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="java program"/><category scheme="http://www.blogger.com/atom/ns#" term="switch statements"/><title type='text'>WAP of Switch case in Java</title><content type='html'>&lt;font color=&quot;green&quot;&gt; /*WAP to capture the two integer values from user and perform following actions according to user Requierement&lt;br /&gt;
  36. 1. Addition&lt;br /&gt;
  37. 2. Substraction&lt;br /&gt;
  38. 3. Multiplication&lt;br /&gt;
  39. 4. Division&lt;br /&gt;
  40. 5. Exit&lt;br /&gt;
  41.  */ &lt;/font&gt; &lt;pre&gt;
  42. import java.lang.*;
  43. import java.io.*;
  44. class oprations
  45. {
  46. public void InputMsg()
  47. {System.out.println(&quot;Enter Two Integer numbers. &quot;);}
  48. public void continueMsg()
  49. {System.out.println(&quot;Do you want to Continue. \n1. Yes \n0. No&quot;);}
  50. public static void main (String args[]) throws IOException
  51. {
  52.  int a , b, choice = -1 ;
  53.  
  54.  do
  55.  {
  56.    System.out.println(&quot;Choose a Opration&quot;);
  57.    System.out.println(&quot;1. Addition \n2. Substraction \n3. Multiplication \n4. Division \n5. Exit \nYour Choice: &quot;);
  58.  
  59.    BufferedReader br = new BufferedReader(new
  60.         InputStreamReader(System.in));
  61.    oprations e = new oprations();
  62.    choice = Integer.parseInt(br.readLine());
  63.    int repeate = -1;
  64.    
  65.   do
  66.   {
  67.    
  68.    switch(choice)
  69.    {
  70.    
  71.     case 1: e.InputMsg();
  72.        a = Integer.parseInt(br.readLine());
  73.        b = Integer.parseInt(br.readLine());
  74.     System.out.println(&quot;Addition = &quot;+(a+b));
  75.    
  76.     e.continueMsg();
  77.     repeate = Integer.parseInt(br.readLine());
  78.     break;
  79.     case 2: e.InputMsg();
  80.        a = Integer.parseInt(br.readLine());
  81.        b = Integer.parseInt(br.readLine());
  82.     System.out.println(&quot;Substraction = &quot;+(a-b));
  83.    
  84.     e.continueMsg();
  85.     repeate = Integer.parseInt(br.readLine());
  86.     break;
  87.     case 3: e.InputMsg();
  88.        a = Integer.parseInt(br.readLine());
  89.        b = Integer.parseInt(br.readLine());
  90.     System.out.println(&quot;Multiplication = &quot;+(a*b));
  91.    
  92.     e.continueMsg();
  93.     repeate = Integer.parseInt(br.readLine());
  94.     break;
  95.     case 4: e.InputMsg();
  96.        a = Integer.parseInt(br.readLine());
  97.        b = Integer.parseInt(br.readLine());
  98.     System.out.println(&quot;Division = &quot;+(a/b));
  99.    
  100.     e.continueMsg();
  101.     repeate = Integer.parseInt(br.readLine());
  102.     break;
  103.     case 5: System.out.println(&quot;BYE!&quot;);
  104.     break;
  105.     default: System.out.println(&quot;Invalid Input.&quot;);
  106.    }
  107.    
  108.   }while(repeate != 0 &amp;&amp; choice != 5);
  109.  
  110.  }while(choice != 5);
  111. }
  112. }
  113.  
  114. &lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/2247245645559042749/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2012/03/wap-of-switch-case-in-java.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/2247245645559042749'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/2247245645559042749'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2012/03/wap-of-switch-case-in-java.html' title='WAP of Switch case in Java'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-6719243273858952080</id><published>2012-03-29T09:53:00.000-07:00</published><updated>2012-03-29T09:53:18.034-07:00</updated><title type='text'>WAP of Bubble Short in C++</title><content type='html'>&lt;font color=&quot;green&quot;&gt; /*WAP of Bubble Short in C++*/ &lt;/font&gt; &lt;pre&gt;
  115. #include&amp;lt;iostream.h&amp;gt;
  116. #include&amp;lt;conio.h&amp;gt;
  117.  
  118. class bubbleShort
  119. {
  120. int size, a[100];
  121. public:
  122. void getdata();
  123. void sorting();
  124.  
  125. };
  126. void bubbleShort :: getdata()
  127. {
  128. int i;
  129. cout &lt;&lt; &quot;\nEnter total number of elements: &quot; ;
  130. cin &gt;&gt; size;
  131.  
  132. cout &lt;&lt; &quot;\nEnter elements: &quot;;
  133. for(i=0;i&amp;lt;size;i++)
  134.  cin &gt;&gt; a[i];
  135.  
  136. cout &lt;&lt; &quot;\nEntered elements are: &quot;;
  137. for(i=0;i&amp;lt;size;i++)
  138.  cout &lt;&lt; a[i] &lt;&lt; &quot; &quot;;
  139.  
  140. }
  141. void bubbleShort :: sorting()
  142. {
  143.  
  144. int i,j,temp;
  145. for(i=1;i&amp;lt;size;i++)
  146. {
  147.  for(j=0;j&amp;lt;size-i;j++)
  148.  {
  149.   if(a[j]&amp;gt;a[j+1])
  150.   {
  151.    temp=a[j];
  152.    a[j]=a[j+1];
  153.    a[j+1]=temp;
  154.   }
  155.  }
  156. }
  157. cout &lt;&lt; &quot;\nElements After Shorting:&quot;;
  158. for(i=0;i&amp;lt;size;i++)
  159.  cout &lt;&lt; &quot;\n&quot; &lt;&lt; a[i];
  160.  
  161. }
  162.  
  163. void main()
  164. {
  165. clrscr();
  166. bubbleShort bsrch;
  167. bsrch.getdata();
  168. bsrch.sorting();
  169.  
  170. getch();
  171. }
  172. &lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/6719243273858952080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2012/03/wap-of-bubble-short-in-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/6719243273858952080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/6719243273858952080'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2012/03/wap-of-bubble-short-in-c.html' title='WAP of Bubble Short in C++'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-6414154779795666011</id><published>2012-03-29T09:45:00.001-07:00</published><updated>2012-03-29T09:49:28.489-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C plus plus"/><category scheme="http://www.blogger.com/atom/ns#" term="C++"/><category scheme="http://www.blogger.com/atom/ns#" term="Linear Search"/><title type='text'>WAP of Linear Search in C++</title><content type='html'>&lt;font color=&quot;green&quot;&gt; /*WAP of Linear Search in C++*/ &lt;/font&gt; &lt;pre&gt;#include&amp;lt;iostream.h&amp;gt;
  173. #include&amp;lt;conio.h&amp;gt;
  174.  
  175. class linearSearch
  176. {
  177. int size, a[100],item;
  178. public:
  179. void setData();
  180. void searchItem();
  181.  
  182. };
  183. void linearSearch :: setData()
  184. {
  185. int i;
  186. cout &lt;&lt; &quot;\nEnter total number of elements: &quot; ;
  187. cin &gt;&gt; size;
  188.  
  189. cout &lt;&lt; &quot;\nEnter elements: &quot;;
  190. for(i=0;i&lt;size;i++)
  191.  cin &gt;&gt; a[i];
  192.  
  193. cout &lt;&lt; &quot;\nEnter Item which you want to find: &quot;;
  194. cin &gt;&gt; item;
  195.  
  196. }
  197. void linearSearch :: searchItem()
  198. {
  199. int k=1, loc=0;
  200. while(loc==0 &amp;&amp; k&lt;=size)
  201. {
  202.  if(item == a[k-1])
  203.  {
  204.   loc = k;
  205.  }
  206.  k +=1;
  207. }
  208. if(loc==0)
  209.  cout &lt;&lt; &quot;\n&quot; &lt;&lt; item &lt;&lt; &quot; isn&#39;t Found.&quot;;
  210. else
  211.  cout &lt;&lt; &quot;\n&quot; &lt;&lt; item &lt;&lt; &quot; at Location &quot; &lt;&lt; loc;
  212. }
  213.  
  214. void main()
  215. {
  216. clrscr();
  217. linearSearch bsrch;
  218. bsrch.setData();
  219. bsrch.searchItem();
  220.  
  221. getch();
  222. }
  223. &lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/6414154779795666011/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2012/03/wap-of-linear-search-in-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/6414154779795666011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/6414154779795666011'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2012/03/wap-of-linear-search-in-c.html' title='WAP of Linear Search in C++'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-4663472983922367086</id><published>2012-03-29T09:43:00.000-07:00</published><updated>2012-03-29T09:43:35.925-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="java program"/><category scheme="http://www.blogger.com/atom/ns#" term="matrix"/><title type='text'>WAP of Matrix Multiplication in Java</title><content type='html'>&lt;font color=&quot;green&quot;&gt; &lt;br /&gt;
  224. /*WAP of Matrix Multiplication in Java*/ &lt;/font&gt; &lt;pre&gt;
  225. import java.lang.*;
  226. import java.io.*;
  227. import java.util.*;
  228. class matrix
  229. {
  230. public static void main (String args[]) throws IOException
  231. {
  232.  int a[][] = new int[2][2];
  233.  int b[][] = new int[2][2];
  234.  int c[][] = new int[2][2];
  235.  
  236.  Scanner sc = new Scanner(System.in);
  237.  System.out.println(&quot;Enter Elements of Matrix 1&quot;);
  238.  for(int i=0; i&lt;2; i++)
  239.  {
  240.   for(int j=0; j&lt;2; j++)
  241.   {
  242.   a[i][j] = sc.nextInt();
  243.   }
  244.  }
  245.  
  246.  System.out.println(&quot;Enter Elements of Matrix 2&quot;);
  247.  for(int i=0; i&lt;2; i++)
  248.  {
  249.   for(int j=0; j&lt;2; j++)
  250.   {
  251.   b[i][j] = sc.nextInt();
  252.   }
  253.  }
  254.  // calculation
  255.  for(int i=0; i&lt;2; i++)
  256.  {
  257.   for(int j=0; j&lt;2; j++)
  258.   {
  259.    for(int k=0; k&lt;2; k++)
  260.    {
  261.   c[i][j] += a[i][k] * b[k][j];
  262.    }
  263.   }
  264.  }
  265.  System.out.println(&quot;Matrix After multiplication&quot;);
  266.  for(int i=0; i&lt;2; i++)
  267.  {
  268.   for(int j=0; j&lt;2; j++)
  269.   {
  270.   System.out.println( &quot;\t&quot; + c[i][j] );
  271.   }
  272.  }
  273. }
  274. }
  275. &lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/4663472983922367086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2012/03/wap-of-matrix-multiplication-in-java.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/4663472983922367086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/4663472983922367086'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2012/03/wap-of-matrix-multiplication-in-java.html' title='WAP of Matrix Multiplication in Java'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-7521644677927371639</id><published>2012-03-20T09:07:00.000-07:00</published><updated>2012-03-20T09:07:43.906-07:00</updated><title type='text'>WAP of Simpson&#39;s 1/3</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;span style=&quot;color: green;&quot;&gt; /* WAP of Simpson&#39;s 1/3 */ &lt;/span&gt; &lt;br /&gt;
  276. &lt;pre&gt;#include&amp;lt;stdio.h&amp;gt;
  277. #include&amp;lt;conio.h&amp;gt;
  278. void main()
  279. {
  280. float x[100],y[100],odd, even,fx,h;
  281. int size,i;
  282. clrscr();
  283. printf(&quot;How many value you want to enter: &quot;);
  284. scanf(&quot;%d&quot;,&amp;amp;size);
  285.  
  286. for(i=0; i&amp;lt;size; i++)
  287. {
  288.  printf(&quot;Enter elements of x[%d]:\n&quot;,i);
  289.  scanf(&quot;%f&quot;,&amp;amp;x[i]);
  290.  printf(&quot;Enter elements of y[%d]:\n&quot;,i);
  291.  scanf(&quot;%f&quot;,&amp;amp;y[i]);
  292. }
  293. h = x[2]-x[1];
  294. printf(&quot;\nh = %f&quot;,h);
  295. for(i=1; i&amp;lt;size-1; i++)
  296. {
  297.  if(i%2==0)
  298.  {
  299.   even += 2*y[i];
  300.  }
  301.  else //if(i%2 != 0)
  302.  {
  303.   odd += 4*y[i];
  304.  }
  305. }
  306.  
  307. fx = ( h/3) * ( y[0] + y[size-1] + odd + even );
  308. printf(&quot;\nf(x)= %f&quot;,fx);
  309. getch();
  310. }
  311. &lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/7521644677927371639/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2012/03/wap-of-simpsons-13.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/7521644677927371639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/7521644677927371639'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2012/03/wap-of-simpsons-13.html' title='WAP of Simpson&#39;s 1/3'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-49818748985215192</id><published>2011-12-05T02:52:00.001-08:00</published><updated>2011-12-05T02:53:25.700-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Array of Structure"/><category scheme="http://www.blogger.com/atom/ns#" term="C Program"/><category scheme="http://www.blogger.com/atom/ns#" term="structure"/><category scheme="http://www.blogger.com/atom/ns#" term="Student record"/><title type='text'>Student record using Array of Structure in c</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;span style=&quot;color: green;&quot;&gt; /*WAP of Student record using Array of Structure in c*/ &lt;/span&gt; &lt;br /&gt;
  312. &lt;pre&gt;#include&amp;lt;stdio.h&gt;
  313. #include&amp;lt;conio.h&gt;
  314. struct student
  315. {
  316. int rollno, marks1,marks2,marks3,tot;
  317. char name[25],grade;
  318. float per;
  319. };
  320. void main()
  321. {
  322. struct student s[5];     //Data type of &#39;*s&#39; is struct student
  323. int i;
  324. clrscr();
  325. printf(&quot;\t*Students Records*\n&quot;);
  326. //take input from user
  327. for (i=0; i&lt;5; i++)
  328. {
  329. printf(&quot;\nEnter Student Roll Number: &quot;);
  330. scanf(&quot;%d&quot;, &amp;s[i].rollno);
  331. printf(&quot;\nEnter Student name: &quot;);
  332. scanf(&quot;%s&quot;, s[i].name);
  333. printf(&quot;\nEnter Student 3 subject&#39;s marks: &quot;);
  334. scanf(&quot;%d%d%d&quot;, &amp;s[i].marks1,&amp;s[i].marks2,&amp;s[i].marks3);
  335. //calculation
  336. s[i].tot = s[i].marks1 + s[i].marks2 + s[i].marks3;
  337. s[i].per = s[i].tot/3;
  338. if(s[i].per&gt;=75){
  339.  s[i].grade = &#39;A&#39;;
  340. }
  341. else if(s[i].per&lt;75 &amp;&amp; s[i].per&gt;=60){
  342.  s[i].grade = &#39;B&#39;;
  343. }
  344. else if(s[i].per&lt;60 &amp;&amp; s[i].per&gt;=50){
  345.  s[i].grade = &#39;C&#39;;
  346. }
  347. else if(s[i].per&lt;50 &amp;&amp; s[i].per&gt;=40){
  348.  s[i].grade = &#39;D&#39;;
  349. }
  350. else if(s[i].per&lt;40 &amp;&amp; s[i].per&gt;=33){
  351.  s[i].grade = &#39;E&#39;;
  352. }
  353. else {
  354.  s[i].grade = &#39;F&#39;;
  355. }
  356. }
  357. //Display result
  358. for (i=0; i&lt;5; i++)
  359. {
  360. printf(&quot;\n==================================\n&quot;);
  361. printf(&quot;\nStudent&#39;s Roll no. - %d&quot;, s[i].rollno);
  362. printf(&quot;\nStudent&#39;s Name - %s&quot;, s[i].name);
  363. printf(&quot;\nStudent&#39;s Total Marks - %d&quot;, s[i].tot);
  364. printf(&quot;\nStudent&#39;s Percentage - %f&quot;, s[i].per);
  365. printf(&quot;\nStudent&#39;s Grade - %c&quot;, s[i].grade);
  366. }
  367. getch();
  368. }
  369. &lt;/pre&gt;
  370. &lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/49818748985215192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2011/12/student-record-using-array-of-structure.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/49818748985215192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/49818748985215192'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2011/12/student-record-using-array-of-structure.html' title='Student record using Array of Structure in c'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-5554853321018614955</id><published>2011-12-05T02:51:00.000-08:00</published><updated>2011-12-05T02:51:31.026-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C Program"/><category scheme="http://www.blogger.com/atom/ns#" term="structure"/><category scheme="http://www.blogger.com/atom/ns#" term="Student record"/><title type='text'>Student record using Structure in c</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;span style=&quot;color: green;&quot;&gt; /*WAP of Student record using Structure in c*/ &lt;/span&gt; &lt;br /&gt;
  371. &lt;pre&gt;#include&amp;lt;stdio.h&amp;gt;
  372. #include&amp;lt;conio.h&amp;gt;
  373. struct student
  374. {
  375. int rollno, marks1,marks2,marks3,tot;
  376. char name[25],grade;
  377. float per;
  378. };
  379. void main()
  380. {
  381. struct student s;  //Data type of &#39;*s&#39; is struct student
  382. clrscr();
  383. //take input from user
  384. printf(&quot;Enter Student Roll Number: &quot;);
  385. scanf(&quot;%d&quot;, &amp;amp;s.rollno);
  386. printf(&quot;\nEnter Student name: &quot;);
  387. scanf(&quot;%s&quot;, s.name);
  388. printf(&quot;\nEnter Student 3 subject&#39;s marks: &quot;);
  389. scanf(&quot;%d%d%d&quot;, &amp;amp;s.marks1,&amp;amp;s.marks2,&amp;amp;s.marks3);
  390. //calculation
  391. s.tot = s.marks1 + s.marks2 + s.marks3;
  392. s.per = s.tot/3;
  393. if(s.per&amp;gt;=75){
  394.  s.grade = &#39;A&#39;;
  395. }
  396. else if(s.per&amp;lt;75 &amp;amp;&amp;amp; s.per&amp;gt;=60){
  397.  s.grade = &#39;B&#39;;
  398. }
  399. else if(s.per&amp;lt;60 &amp;amp;&amp;amp; s.per&amp;gt;=50){
  400.  s.grade = &#39;C&#39;;
  401. }
  402. else if(s.per&amp;lt;50 &amp;amp;&amp;amp; s.per&amp;gt;=40){
  403.  s.grade = &#39;D&#39;;
  404. }
  405. else if(s.per&amp;lt;40 &amp;amp;&amp;amp; s.per&amp;gt;=33){
  406.  s.grade = &#39;E&#39;;
  407. }
  408. else {
  409.  s.grade = &#39;F&#39;;
  410. }
  411. //Display result
  412. printf(&quot;\n==================================\n&quot;);
  413. printf(&quot;\nStudent&#39;s Roll no. - %d&quot;, s.rollno);
  414. printf(&quot;\nStudent&#39;s Name - %s&quot;, s.name);
  415. printf(&quot;\nStudent&#39;s Total Marks - %d&quot;, s.tot);
  416. printf(&quot;\nStudent&#39;s Percentage - %f&quot;, s.per);
  417. printf(&quot;\nStudent&#39;s Grade - %c&quot;, s.grade);
  418.  
  419. getch();
  420. }
  421. &lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/5554853321018614955/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2011/12/student-record-using-structure-in-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/5554853321018614955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/5554853321018614955'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2011/12/student-record-using-structure-in-c.html' title='Student record using Structure in c'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-908219416162526669</id><published>2011-11-15T09:53:00.000-08:00</published><updated>2011-11-15T09:57:53.330-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="array"/><category scheme="http://www.blogger.com/atom/ns#" term="C Program"/><category scheme="http://www.blogger.com/atom/ns#" term="length of array"/><title type='text'>length of array in c</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;span style=&quot;color: green;&quot;&gt;/*WAP to Calculate length of array in c*/&lt;br /&gt;
  422. &lt;/span&gt; &lt;br /&gt;
  423. &lt;pre&gt;#include&amp;lt;stdio.h&amp;gt;
  424. #include&amp;lt;conio.h&amp;gt;
  425. &lt;/pre&gt;&lt;code&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;conio.h&gt;&lt;/conio.h&gt;&lt;/span&gt;&lt;br /&gt;
  426. &lt;span style=&quot;color: #7f0055;&quot;&gt;&lt;b&gt;int&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;array&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #990000;&quot;&gt;6&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;{&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #990000;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #990000;&quot;&gt;2&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #990000;&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #990000;&quot;&gt;4&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #990000;&quot;&gt;5&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #990000;&quot;&gt;6&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;}&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;;&lt;/span&gt;&lt;br /&gt;
  427. &lt;span style=&quot;color: #7f0055;&quot;&gt;&lt;b&gt;void&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;main&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;()&amp;nbsp;{&lt;/span&gt;&lt;br /&gt;
  428. &lt;span style=&quot;color: white;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;clrscr&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;()&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;;&lt;/span&gt;&lt;br /&gt;
  429. &lt;span style=&quot;color: white;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #7f0055;&quot;&gt;&lt;b&gt;int&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;len=sizeof&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;array&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;/sizeof&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #7f0055;&quot;&gt;&lt;b&gt;int&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;;&lt;/span&gt;&lt;br /&gt;
  430. &lt;span style=&quot;color: white;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;printf&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #2a00ff;&quot;&gt;&quot;Length&amp;nbsp;Of&amp;nbsp;Array=%d&quot;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;,&amp;nbsp;len&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;;&lt;/span&gt;&lt;br /&gt;
  431. &lt;span style=&quot;color: white;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;getch&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;()&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;;&lt;/span&gt;&lt;br /&gt;
  432. &lt;span style=&quot;color: black;&quot;&gt;}&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;
  433. &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgd1Xyv2FWgmvRko3jJRBEciwy_tbwd7nyOAxHY-DerNzv-IeH6ha2Pqo4CyYB7vNfEey8MCH6pM8nhWcnYdHzfVpcac0_wAWMtr-O3vXbmoqTOiQ6a78ZaMhyphenhyphenzUZU1HRVUBAp7kRo_Hu0/s1600/ArrayLength.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgd1Xyv2FWgmvRko3jJRBEciwy_tbwd7nyOAxHY-DerNzv-IeH6ha2Pqo4CyYB7vNfEey8MCH6pM8nhWcnYdHzfVpcac0_wAWMtr-O3vXbmoqTOiQ6a78ZaMhyphenhyphenzUZU1HRVUBAp7kRo_Hu0/s1600/ArrayLength.gif&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;code&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/code&gt; &lt;br /&gt;
  434. &lt;pre&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/908219416162526669/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2011/11/length-of-array-in-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/908219416162526669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/908219416162526669'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2011/11/length-of-array-in-c.html' title='length of array in c'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgd1Xyv2FWgmvRko3jJRBEciwy_tbwd7nyOAxHY-DerNzv-IeH6ha2Pqo4CyYB7vNfEey8MCH6pM8nhWcnYdHzfVpcac0_wAWMtr-O3vXbmoqTOiQ6a78ZaMhyphenhyphenzUZU1HRVUBAp7kRo_Hu0/s72-c/ArrayLength.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-4789749077238182845</id><published>2011-02-14T21:23:00.000-08:00</published><updated>2011-02-14T21:23:23.283-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7 Tricks"/><title type='text'>Save downloads to a different directory</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;span style=&quot;color: green;&quot;&gt;  &lt;br /&gt;
  435. Save downloads to a different directory.&lt;br /&gt;
  436. These tips apply primarily to Windows 7&lt;br /&gt;
  437. &lt;/span&gt; &lt;br /&gt;
  438. &lt;pre&gt;fie Windows 7 Downloads directory sounds convenient, but since few&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;users ever go browsing there, downloaded files may be forgotten for&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;days. Most browsers will default to downloading into this directory.&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;Firefox and Chrome users can change this relatively easily, though,&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;to something more convenient. In Firefox, click Tools Options. Under&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;the General tab, change the ‘Save files to’ setting to the directory&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;of your choice. In Google Chrome, click the Tools icon (it looks like&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;a wrench), then Options. Click the Minor Tweaks tab and change the&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;‘Download location’ setting there. IE users unfortunately have to hack&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;the Registry to make this change (a step that only power users should&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;consider taking).
  439.  
  440. &lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/4789749077238182845/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2011/02/save-downloads-to-different-directory.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/4789749077238182845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/4789749077238182845'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2011/02/save-downloads-to-different-directory.html' title='Save downloads to a different directory'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-7458951112950568363</id><published>2011-01-28T14:08:00.000-08:00</published><updated>2011-01-28T14:08:03.597-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7 Tricks"/><title type='text'>Use Windows’ Problem Steps Recorder</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;span style=&quot;color: green;&quot;&gt;  &lt;br /&gt;
  441. Use Windows’ Problem Steps Recorder.&lt;br /&gt;
  442. These tips apply primarily to Windows 7&lt;br /&gt;
  443. &lt;/span&gt; &lt;br /&gt;
  444. &lt;pre&gt;Tech support calls are a pain. If you’re having computer problems,&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;don’t get stuck on an endless phone call trying to explain the&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;difficulty. Run Windows’ Problem Steps Recorder to save a step by&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;step history of what you’re doing so you can share it with a friend&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;or tech support pro. Type PSR in the Start menu search box to find&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;and run the recorder. Then go through the steps that lead to your&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;problem; PSR will record a screenshot of each step, logging everything&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;you type and click. When you’re finished, click the Stop button and save&lt;/pre&gt;&lt;pre&gt;the file. E-mail the archive to someone who’s better informed for a&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;solution. (Note: this resource can also be used to make quick-and-dirty&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;tutorials.)
  445. &lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/7458951112950568363/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2011/01/use-windows-problem-steps-recorder.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/7458951112950568363'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/7458951112950568363'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2011/01/use-windows-problem-steps-recorder.html' title='Use Windows’ Problem Steps Recorder'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-6593992760592029094</id><published>2011-01-24T05:55:00.000-08:00</published><updated>2011-01-24T05:55:37.855-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="LIKE command"/><category scheme="http://www.blogger.com/atom/ns#" term="sql"/><title type='text'>LIKE command with % when character at middle</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;span style=&quot;color: green;&quot;&gt;  &lt;br /&gt;
  446. LIKE command with % when character at middle&lt;br /&gt;
  447. &lt;/span&gt; &lt;br /&gt;
  448. &lt;pre&gt;select stdName,stdAddress
  449. from student
  450. where stdAddress like &#39;%a%&#39;
  451. &lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/6593992760592029094/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2011/01/like-command-with-when-character-at_24.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/6593992760592029094'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/6593992760592029094'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2011/01/like-command-with-when-character-at_24.html' title='LIKE command with % when character at middle'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-7544310455455440552</id><published>2011-01-12T17:23:00.000-08:00</published><updated>2011-01-12T17:23:01.038-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="LIKE command"/><category scheme="http://www.blogger.com/atom/ns#" term="sql"/><title type='text'>LIKE command with % when character at starting</title><content type='html'>&lt;span style=&quot;color: green;&quot;&gt;  &lt;br /&gt;
  452. LIKE command with % when character at starting&lt;br /&gt;
  453. &lt;/span&gt; &lt;br /&gt;
  454. &lt;pre&gt;select stdName,stdAddress
  455. from student
  456. where stdName like &#39;A%&#39;
  457. &lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/7544310455455440552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2011/01/like-command-with-when-character-at.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/7544310455455440552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/7544310455455440552'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2011/01/like-command-with-when-character-at.html' title='LIKE command with % when character at starting'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-855221256217849540</id><published>2011-01-09T01:09:00.000-08:00</published><updated>2011-01-09T01:09:54.031-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="LIKE command"/><category scheme="http://www.blogger.com/atom/ns#" term="sql"/><title type='text'>LIKE command when with % character at ending</title><content type='html'>&lt;span style=&quot;color: green;&quot;&gt;  &lt;br /&gt;
  458. LIKE command when with % character at ending&lt;br /&gt;
  459. &lt;/span&gt; &lt;br /&gt;
  460. &lt;pre&gt;select stdName,stdAddress
  461. from student
  462. where stdName like &#39;%a&#39;
  463. &lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/855221256217849540/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2011/01/like-command-when-with-character-at.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/855221256217849540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/855221256217849540'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2011/01/like-command-when-with-character-at.html' title='LIKE command when with % character at ending'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-4168777002039177188</id><published>2010-12-29T13:51:00.000-08:00</published><updated>2010-12-29T13:51:23.052-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="LIKE command"/><category scheme="http://www.blogger.com/atom/ns#" term="sql"/><title type='text'>LIKE command</title><content type='html'>&lt;span style=&quot;color: green;&quot;&gt;  &lt;br /&gt;
  464. LIKE command&lt;br /&gt;
  465. &lt;/span&gt; &lt;br /&gt;
  466. &lt;pre&gt;select stdName,stdAddress
  467. from student
  468. where stdName like &#39;ABC&#39;
  469. &lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/4168777002039177188/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2010/12/like-command.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/4168777002039177188'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/4168777002039177188'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2010/12/like-command.html' title='LIKE command'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-5957416309618677123</id><published>2010-12-26T17:56:00.000-08:00</published><updated>2010-12-26T18:00:39.217-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7 Tricks"/><title type='text'>Give yourself more screen real estate in Windows 7’s</title><content type='html'>&lt;span style=&quot;color: green;&quot;&gt;&lt;br /&gt;
  470. Give yourself more screen real estate in Windows 7’s.&lt;br /&gt;
  471. These tips apply primarily to &lt;span&gt;Windows 7&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
  472. &lt;pre&gt;You can shrink Windows 7’s oversize taskbar icons by right-clicking the taskbar, &lt;/pre&gt;choosing Properties, and selecting Use small icons. This option shrinks the size of the taskbar by half, giving you a few extra millimeters of vertical screen space.&lt;br /&gt;
  473. &lt;iframe align=&quot;left&quot; frameborder=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://rcm.amazon.com/e/cm?t=azamworld-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=bpl&amp;amp;asins=B002MV2MG0&amp;amp;fc1=000000&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=0000FF&amp;amp;bc1=000000&amp;amp;bg1=FFFFFF&amp;amp;f=ifr&quot; style=&quot;align: left; height: 245px; padding-right: 10px; padding-top: 5px; width: 131px;&quot;&gt;&lt;/iframe&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/5957416309618677123/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2010/12/give-yourself-more-screen-real-estate.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/5957416309618677123'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/5957416309618677123'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2010/12/give-yourself-more-screen-real-estate.html' title='Give yourself more screen real estate in Windows 7’s'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-688718682752935285</id><published>2010-12-14T04:15:00.000-08:00</published><updated>2010-12-14T04:15:06.437-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PL/SQL"/><category scheme="http://www.blogger.com/atom/ns#" term="sql"/><category scheme="http://www.blogger.com/atom/ns#" term="while loop"/><title type='text'>WAP to use while loop in PL/SQL</title><content type='html'>&lt;span style=&quot;color: green;&quot;&gt;  &lt;br /&gt;
  474. WAP to use while loop in PL/SQL&lt;br /&gt;
  475. step-1 &lt;/span&gt;&lt;br /&gt;
  476. &lt;pre&gt;&lt;span style=&quot;color: green;&quot;&gt;RUN THIS COMMAND&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;
  477. &lt;pre&gt;create table tb1(id number);
  478. &lt;span style=&quot;color: green;&quot;&gt;  
  479. IF SUCCESSFULLY RUN THEN WRITE PL/SQL COMMAND
  480. step-2
  481. &lt;/span&gt;
  482. declare
  483. vid number:=0;
  484. begin
  485. while(vid&amp;lt;=10)
  486. loop
  487. insert into tb1(id)
  488. values(vid);
  489. vid:=vid+1;
  490. dbms_output.put_line(vid);
  491. end loop;
  492. end;
  493. &lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/688718682752935285/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2010/12/wap-to-use-while-loop-in-plsql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/688718682752935285'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/688718682752935285'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2010/12/wap-to-use-while-loop-in-plsql.html' title='WAP to use while loop in PL/SQL'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-1750265113975419632</id><published>2010-12-07T03:14:00.000-08:00</published><updated>2010-12-07T03:14:53.013-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="for loop"/><category scheme="http://www.blogger.com/atom/ns#" term="PL/SQL"/><category scheme="http://www.blogger.com/atom/ns#" term="sql"/><title type='text'>WAP to use for-loop in PL/SQL</title><content type='html'>&lt;span style=&quot;color: green;&quot;&gt;  &lt;br /&gt;
  494. WAP to use for-loop in PL/SQL&lt;br /&gt;
  495. step-1&lt;br /&gt;
  496. &lt;/span&gt; &lt;br /&gt;
  497. &lt;pre&gt;create table tb1(id number);
  498. &lt;span style=&quot;color: green;&quot;&gt;  
  499. RUN THIS COMMAND, IF SUCCESSFULLY RUN THEN WRITE PL/SQL COMMAND
  500. step-2
  501. &lt;/span&gt;
  502. declare
  503. vid number:=0;
  504. begin
  505. for vid in 1..10
  506. loop
  507. insert into tb1(id)
  508. values(vid);
  509.  
  510. dbms_output.put_line(vid);
  511. end loop;
  512. end;
  513. &lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/1750265113975419632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2010/12/wap-to-use-for-loop-in-plsql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/1750265113975419632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/1750265113975419632'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2010/12/wap-to-use-for-loop-in-plsql.html' title='WAP to use for-loop in PL/SQL'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-3860300409528068749</id><published>2010-12-06T04:27:00.000-08:00</published><updated>2011-01-02T15:51:02.775-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7 Tricks"/><title type='text'>Lowercase all-capitals text in a trice</title><content type='html'>&lt;span style=&quot;color: green;&quot;&gt;  &lt;br /&gt;
  514. Lowercase all-capitals text in a trice.&lt;br /&gt;
  515. These tips apply primarily to Windows 7&lt;br /&gt;
  516. &lt;/span&gt; &lt;br /&gt;
  517. &lt;pre&gt;In Microsoft Office apps, convert the text to lowercase by&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;selecting it and pressing shift + f3.&lt;/pre&gt;&lt;pre&gt;&lt;shift&gt;&lt;f3&gt;Press &lt;shift&gt;&lt;f3&gt; a second time to convert the text to title case.&amp;nbsp;&lt;/f3&gt;&lt;/shift&gt;&lt;/f3&gt;&lt;/shift&gt;&lt;/pre&gt;&lt;pre&gt;&lt;shift&gt;&lt;f3&gt;&lt;shift&gt;&lt;f3&gt;&lt;iframe align=&quot;left&quot; frameborder=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://rcm.amazon.com/e/cm?t=azamworld-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=bpl&amp;amp;asins=B00337D8U6&amp;amp;fc1=000000&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=0000FF&amp;amp;bc1=000000&amp;amp;bg1=FFFFFF&amp;amp;f=ifr&quot; style=&quot;height: 245px; padding-right: 10px; padding-top: 5px; width: 131px;&quot;&gt;&lt;/iframe&gt;&amp;nbsp;&lt;/f3&gt;&lt;/shift&gt;&lt;/f3&gt;&lt;/shift&gt;&lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/3860300409528068749/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2010/12/lowercase-all-capitals-text-in-trice.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/3860300409528068749'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/3860300409528068749'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2010/12/lowercase-all-capitals-text-in-trice.html' title='Lowercase all-capitals text in a trice'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-5106351978869935631</id><published>2010-12-04T04:35:00.000-08:00</published><updated>2010-12-04T04:35:07.252-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="cursor"/><category scheme="http://www.blogger.com/atom/ns#" term="PL/SQL"/><category scheme="http://www.blogger.com/atom/ns#" term="sql"/><title type='text'>WAP to use cursor in pl/sql</title><content type='html'>&lt;span style=&quot;color: green;&quot;&gt;  &lt;br /&gt;
  518. WAP to use cursor in pl/sql&lt;br /&gt;
  519. step-1 create a table&lt;br /&gt;
  520. &lt;/span&gt; &lt;br /&gt;
  521. &lt;pre&gt;create table student(stdRollNo number, stdName varchar2(25),&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;stdClass varchar2(25));
  522. &lt;span style=&quot;color: green;&quot;&gt;  
  523. RUN these COMMAND IF SUCCESSFULLY RUN THEN WRITE
  524. step-2 insert 2 or more values
  525. &lt;/span&gt;
  526. insert into student
  527. values(01,&#39;ABC&#39;,&#39;XII&#39;);
  528. &lt;span style=&quot;color: green;&quot;&gt;  
  529. RUN these COMMANDs, IF SUCCESSFULLY RUN THEN WRITE PL/SQL COMMAND
  530. step-3
  531. &lt;/span&gt;  
  532. declare
  533. vid number;
  534. vname varchar2(25);
  535. cursor std is
  536. select stdRollno,stdName
  537. from
  538. student
  539. where stdClass=&#39;XII&#39;;
  540.  
  541. begin
  542. open std;
  543. loop
  544. fetch std into vid,vname;
  545. exit when std%notfound;
  546. dbms_output.put_line(vid);
  547. end loop;
  548. close std;
  549. end;
  550. &lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/5106351978869935631/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2010/12/wap-to-use-cursor-in-plsql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/5106351978869935631'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/5106351978869935631'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2010/12/wap-to-use-cursor-in-plsql.html' title='WAP to use cursor in pl/sql'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-3494598801251405252</id><published>2010-11-29T04:19:00.000-08:00</published><updated>2010-11-29T04:19:53.165-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="for-reverse loop"/><category scheme="http://www.blogger.com/atom/ns#" term="PL/SQL"/><category scheme="http://www.blogger.com/atom/ns#" term="sql"/><title type='text'>WAP to use for-reverse loop in PL/SQL</title><content type='html'>&lt;font color=&quot;green&quot;&gt;  &lt;br /&gt;
  551. WAP to use for-reverse loop in PL/SQL&lt;br /&gt;
  552. step-1&lt;br /&gt;
  553. &lt;/font&gt; &lt;pre&gt;create table tb1(id number);
  554. &lt;font color=&quot;green&quot;&gt;  
  555. RUN THIS COMMAND, IF SUCCESSFULLY RUN THEN WRITE PL/SQL COMMAND
  556. step-2
  557. &lt;/font&gt;
  558. declare
  559. vid number:=0;
  560. begin
  561. for vid in reverse 1..10
  562. loop
  563. insert into tb1(id)
  564. values(vid);
  565.  
  566. dbms_output.put_line(vid);
  567. end loop;
  568. end;
  569. &lt;/pre&gt;&lt;iframe src=&quot;http://rcm.amazon.com/e/cm?t=azamworld-20&amp;o=1&amp;p=8&amp;l=bpl&amp;asins=067233044X&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr&quot; style=&quot;align:left;padding-top:5px;width:131px;height:245px;padding-right:10px;&quot;align=&quot;left&quot; scrolling=&quot;no&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/3494598801251405252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2010/11/wap-to-use-for-reverse-loop-in-plsql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/3494598801251405252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/3494598801251405252'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2010/11/wap-to-use-for-reverse-loop-in-plsql.html' title='WAP to use for-reverse loop in PL/SQL'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-2542079264021825979</id><published>2010-11-27T20:28:00.000-08:00</published><updated>2011-01-02T15:53:36.573-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PL/SQL"/><category scheme="http://www.blogger.com/atom/ns#" term="procedure"/><category scheme="http://www.blogger.com/atom/ns#" term="sql"/><title type='text'>WAP to use procedure in pl/sql</title><content type='html'>&lt;span style=&quot;color: green;&quot;&gt;  &lt;br /&gt;
  570. WAP to use procedure in pl/sql&lt;br /&gt;
  571. step-1 create a table&lt;br /&gt;
  572. &lt;/span&gt; &lt;br /&gt;
  573. &lt;pre&gt;create table student(stdRollNo number, stdName varchar2(25)&lt;/pre&gt;&lt;pre&gt;, stdClass varchar2(25));
  574. &lt;span style=&quot;color: green;&quot;&gt;  
  575. RUN these COMMANDs, IF SUCCESSFULLY RUN THEN WRITE PL/SQL COMMAND
  576. step-2
  577. &lt;/span&gt;
  578. create or replace procedure
  579. print(vid number,vname varchar2(25))
  580. is
  581. begin
  582. insert into student(stdRollno,stdName)
  583. values(vid,vname);
  584. end print;
  585. &lt;span style=&quot;color: green;&quot;&gt;
  586. RUN these COMMANDs, IF SUCCESSFULLY RUN THEN WRITE following&amp;nbsp;&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style=&quot;color: green;&quot;&gt;COMMAND
  587. step-3
  588. &lt;/span&gt;
  589. begin
  590. print(01,&#39;xyz&#39;);
  591. end print;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;&lt;iframe align=&quot;left&quot; frameborder=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://rcm.amazon.com/e/cm?t=azamworld-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=bpl&amp;amp;asins=0672325675&amp;amp;fc1=000000&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=0000FF&amp;amp;bc1=000000&amp;amp;bg1=FFFFFF&amp;amp;f=ifr&quot; style=&quot;height: 245px; padding-right: 10px; padding-top: 5px; width: 131px;&quot;&gt;&lt;/iframe&gt;&amp;nbsp;&lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/2542079264021825979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2010/11/wap-to-use-procedure-in-plsql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/2542079264021825979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/2542079264021825979'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2010/11/wap-to-use-procedure-in-plsql.html' title='WAP to use procedure in pl/sql'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-2304821973754903149</id><published>2010-11-27T00:23:00.000-08:00</published><updated>2010-11-27T00:23:04.864-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="OR command"/><category scheme="http://www.blogger.com/atom/ns#" term="sql"/><title type='text'>OR command</title><content type='html'>&lt;font color=&quot;green&quot;&gt;  &lt;br /&gt;
  592. OR command&lt;br /&gt;
  593. &lt;/font&gt; &lt;pre&gt;select stdName
  594. from student
  595. where stdRollno=2 or stdRollno=3
  596. &lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/2304821973754903149/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2010/11/or-command.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/2304821973754903149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/2304821973754903149'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2010/11/or-command.html' title='OR command'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-2382065998313275012</id><published>2010-11-25T01:20:00.000-08:00</published><updated>2011-01-02T15:56:12.767-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7 Tricks"/><title type='text'>Customize your system tray</title><content type='html'>&lt;span style=&quot;color: green;&quot;&gt;  &lt;br /&gt;
  597. Customize your system tray.&lt;br /&gt;
  598. These tips apply primarily to Windows 7&lt;br /&gt;
  599. &lt;/span&gt; &lt;br /&gt;
  600. &lt;pre&gt;Windows 7 helpfully decreases the amount of space dedicated to&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;the Notification Area by putting all but the most essential&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;notifications within a drop-down (or, in this case, drop-up)&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;box. It looks nice, but you can burn lots of time with wasted&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;clicks as you hunt for what you need. If you want regular,&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;click-free access to some of these notifications, change the&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;default layout. It’s easy to do. Just open the tray’s spillover&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;window and drag the icons you want to the taskbar area. You can&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;rearrange icons within the added window, too.&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;&lt;iframe align=&quot;left&quot; frameborder=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://rcm.amazon.com/e/cm?t=azamworld-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=bpl&amp;amp;asins=B002JYU5WI&amp;amp;fc1=000000&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=0000FF&amp;amp;bc1=000000&amp;amp;bg1=FFFFFF&amp;amp;f=ifr&quot; style=&quot;height: 245px; padding-right: 10px; padding-top: 5px; width: 131px;&quot;&gt;&lt;/iframe&gt;&amp;nbsp;&lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/2382065998313275012/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2010/11/customize-your-system-tray.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/2382065998313275012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/2382065998313275012'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2010/11/customize-your-system-tray.html' title='Customize your system tray'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3658909462161071259.post-6424978931757558910</id><published>2010-11-24T03:35:00.000-08:00</published><updated>2010-11-24T03:35:55.749-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="NOT command"/><category scheme="http://www.blogger.com/atom/ns#" term="sql"/><title type='text'>NOT command</title><content type='html'>&lt;font color=&quot;green&quot;&gt;  &lt;br /&gt;
  601. NOT command&lt;br /&gt;
  602. &lt;/font&gt; &lt;pre&gt;select *
  603. from student
  604. where not stdAddress=&#39;gao&#39;
  605. &lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;codezworld - A blog of programs By MAK&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codezworld.blogspot.com/feeds/6424978931757558910/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codezworld.blogspot.com/2010/11/not-command.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/6424978931757558910'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3658909462161071259/posts/default/6424978931757558910'/><link rel='alternate' type='text/html' href='http://codezworld.blogspot.com/2010/11/not-command.html' title='NOT command'/><author><name>arshi4u</name><uri>http://www.blogger.com/profile/07030966912585691568</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEhV8wbVBgF3zXoi7DDMiTPhgNAy7ui8aHBYlhaoB2DLMHdR44mCizyYzgQJZUpPW_aCaQLmfjRX5n3sKOEzCxAGolBWTmCNgwABOy2y5FiaBGJ6VqmDoYBvcpGMoQ1rU/s220/B1.jpg'/></author><thr:total>0</thr:total></entry></feed>

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid Atom 1.0" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//codezworld.blogspot.com/feeds/posts/default

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda