<?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-37434390</id><updated>2024-09-12T02:44:33.148+03:00</updated><category term="Internet"/><category term="Blogger"/><category term="Programming"/><category term="Java"/><category term="Windows Tips"/><category term="Photoshop"/><category term="(X)HTML"/><category term="Office"/><category term="C/C++"/><category term="CD/DVD Burning Tips"/><category term="Wallpaper"/><category term="Word"/><title type='text'>Psy2k&#39;s simple tutorials</title><subtitle type='html'>Some easy tutorials and how-tos for making our life with computers easy and more productive.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default?alt=atom&amp;redirect=false'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default?alt=atom&amp;start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>30</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-37434390.post-6278845748300532648</id><published>2007-09-19T23:33:00.000+03:00</published><updated>2007-09-21T00:55:24.177+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Java"/><category scheme="http://www.blogger.com/atom/ns#" term="Programming"/><title type='text'>Java packages you should know and use</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtyriadf_cT_PpIsrd1mDOEceIlDNLQULzY_XFCKlVRwqaR4DPJxspBPSWgRBSEunCFpGJ-XSNc-rSy7n3-l52JQvVhF-2-QLPurj1k0zbE6eOQ486JqGcp3Wuc197_s48_G6Iaw/s1600-h/l2_javaone07-reg.gif&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtyriadf_cT_PpIsrd1mDOEceIlDNLQULzY_XFCKlVRwqaR4DPJxspBPSWgRBSEunCFpGJ-XSNc-rSy7n3-l52JQvVhF-2-QLPurj1k0zbE6eOQ486JqGcp3Wuc197_s48_G6Iaw/s400/l2_javaone07-reg.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5112023798668899362&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Here is a list of the main and most commonly used java packages. Packages are imported using &lt;code&gt;import &amp;lt;package name&amp;gt;;&lt;/code&gt;, for example &lt;code&gt;import java.net.*;&lt;/code&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;java.applet&lt;/code&gt;: includes class &lt;code&gt;Applet&lt;/code&gt; and other methods that allow &lt;a href=&quot;http://en.wikipedia.org/wiki/Java_applet&quot;&gt;applet&lt;/a&gt; creation. &lt;code&gt;javax.swing.JApplet&lt;/code&gt; is used when an applet enhances GUI swing components&lt;/li&gt;&lt;li&gt;&lt;code&gt;java.io&lt;/code&gt;: includes classes for data input and output&lt;/li&gt;&lt;li&gt;&lt;code&gt;java.net&lt;/code&gt;: includes classes for network programming like socket and datagram programming.&lt;/li&gt;&lt;li&gt;&lt;code&gt;java.rmi&lt;/code&gt;: incudes classes and methods for creating applications for distributed computing.&lt;/li&gt;&lt;li&gt;&lt;code&gt;java.security&lt;/code&gt;: includes classes for authorisation and data encryption.&lt;/li&gt;&lt;li&gt;&lt;code&gt;javax.swing&lt;/code&gt;: incudes classes for GUI.&lt;/li&gt;&lt;li&gt;&lt;code&gt;java.sql&lt;/code&gt;: incudes classes for connection with SQL databases.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/6278845748300532648/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/6278845748300532648?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/6278845748300532648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/6278845748300532648'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/09/java-packets-you-should-know-and-use.html' title='Java packages you should know and use'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtyriadf_cT_PpIsrd1mDOEceIlDNLQULzY_XFCKlVRwqaR4DPJxspBPSWgRBSEunCFpGJ-XSNc-rSy7n3-l52JQvVhF-2-QLPurj1k0zbE6eOQ486JqGcp3Wuc197_s48_G6Iaw/s72-c/l2_javaone07-reg.gif" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-4115824483527984559</id><published>2007-07-30T21:21:00.000+03:00</published><updated>2007-07-30T21:29:20.186+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Java"/><category scheme="http://www.blogger.com/atom/ns#" term="Programming"/><title type='text'>Create a Colour Chooser Window with Java</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmC_b-ZemoTiqQ2JHhs2Rwb6TrBoEgxTleY3rijbaiwsYSfC1xGVnTyeOMqDxxlGmcAG2QfSqUg7ToMEjEuoTnoD8nkhYvEBmdyDVGwR-DCwK3uAWp0UNtqIsikwpvr97BmV10VA/s1600-h/ColorChooser.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmC_b-ZemoTiqQ2JHhs2Rwb6TrBoEgxTleY3rijbaiwsYSfC1xGVnTyeOMqDxxlGmcAG2QfSqUg7ToMEjEuoTnoD8nkhYvEBmdyDVGwR-DCwK3uAWp0UNtqIsikwpvr97BmV10VA/s400/ColorChooser.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5093058412751352930&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Here a simple piece of code on how you can easily create a Colour Chooser window. The program uses &lt;code&gt;JColorChooser&lt;/code&gt; method which is part of the &lt;code&gt;java.swing&lt;/code&gt; packet. The code is:&lt;br /&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;code&gt;import java.awt.*;&lt;br /&gt;import javax.swing.*;&lt;br /&gt;import java.awt.event.*;&lt;br /&gt;&lt;br /&gt;class ColorChooser extends JFrame {&lt;br /&gt; private JButton changeColor;&lt;br /&gt; private Color color = Color.lightGray;&lt;br /&gt; private Container c;&lt;br /&gt;&lt;br /&gt; public ColorChooser()&lt;br /&gt; {&lt;br /&gt;    super( &quot;Using JColorChooser&quot; );&lt;br /&gt;&lt;br /&gt;    c = getContentPane();&lt;br /&gt;    c.setLayout( new FlowLayout() );&lt;br /&gt;&lt;br /&gt;    changeColor = new JButton( &quot;Change Color&quot; );&lt;br /&gt;    changeColor.addActionListener(&lt;br /&gt;       new ActionListener() {&lt;br /&gt;          public void actionPerformed( ActionEvent e )&lt;br /&gt;          {&lt;br /&gt;             color =&lt;br /&gt;                JColorChooser.showDialog( ColorChooser.this,&lt;br /&gt;                   &quot;Choose a colour&quot;, color );&lt;br /&gt;&lt;br /&gt;             if ( color == null )&lt;br /&gt;                color = Color.blue;&lt;br /&gt;&lt;br /&gt;             c.setBackground( color );&lt;br /&gt;             c.repaint();&lt;br /&gt;          }&lt;br /&gt;       }&lt;br /&gt;    );&lt;br /&gt;    c.add( changeColor );&lt;br /&gt;&lt;br /&gt;    setSize( 400, 130 );&lt;br /&gt;    show();&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; public static void main( String args[] )&lt;br /&gt; {&lt;br /&gt;    ColorChooser app = new ColorChooser();&lt;br /&gt;&lt;br /&gt;    app.addWindowListener(&lt;br /&gt;       new WindowAdapter() {&lt;br /&gt;          public void windowClosing( WindowEvent e )&lt;br /&gt;          {&lt;br /&gt;             System.exit( 0 );&lt;br /&gt;          }&lt;br /&gt;       }&lt;br /&gt;    );&lt;br /&gt; }&lt;br /&gt;}&lt;/code&gt;&lt;/blockquote&gt;&lt;br /&gt;User is able to choose colors using RGB, HSB or Swatch modes.</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/4115824483527984559/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/4115824483527984559?isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/4115824483527984559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/4115824483527984559'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/07/create-colour-chooser-window-with-java.html' title='Create a Colour Chooser Window with Java'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmC_b-ZemoTiqQ2JHhs2Rwb6TrBoEgxTleY3rijbaiwsYSfC1xGVnTyeOMqDxxlGmcAG2QfSqUg7ToMEjEuoTnoD8nkhYvEBmdyDVGwR-DCwK3uAWp0UNtqIsikwpvr97BmV10VA/s72-c/ColorChooser.jpg" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-4426167757658760042</id><published>2007-05-16T15:08:00.000+03:00</published><updated>2007-05-16T15:30:06.445+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Office"/><title type='text'>The bad co-worker: recognise him!</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKIzr2z2aGPxmGdlZJPauXMnuSX4SGDNjxBcKf7I_5ALAu2TO3QDUKwxyI2XWSEZ0bwW4ygqNlstI1z38fWmn51jt_OHpjYPas5hfj1I24OEiAZXw4-4y8U0lZXowvarDuSeXHmQ/s1600-h/CB107217_LoRes.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKIzr2z2aGPxmGdlZJPauXMnuSX4SGDNjxBcKf7I_5ALAu2TO3QDUKwxyI2XWSEZ0bwW4ygqNlstI1z38fWmn51jt_OHpjYPas5hfj1I24OEiAZXw4-4y8U0lZXowvarDuSeXHmQ/s400/CB107217_LoRes.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5065134372223448434&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Everybody of us has experienced the phenomenon &quot;bad co-worker&quot;, but let me explain what I learned from my experience (web-developing, coding, graphics):&lt;br /&gt;&lt;/div&gt;&lt;ol style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;He (the bad co-worker) designs a layout and then he sends it to me for slicing. &lt;span style=&quot;font-weight: bold;&quot;&gt;BUT&lt;/span&gt; when I open the layout in Photoshop, I realise that it consists of 200 layers, ungrouped and named with names &quot;layer 1, layer 2, layer 3, ......., layer 200&quot;. Believe me pal it is much easier for me to deal with grouped layers in categories like Header, Footer etc and names like Title, sidebar background etc than guessing or right clicking its layout&#39;s component to find the appropriate layer.&lt;/li&gt;&lt;li&gt;If I am out of luck at all the layout file is merged down and in .jpg format with the sample text (which should be deleted) on it.&lt;/li&gt;&lt;li&gt;When he writed code, he does not use &lt;span style=&quot;font-weight: bold;&quot;&gt;&quot;ENTER&quot;&lt;/span&gt; button for changing line. The code is a mess, without comments and looks like simple text.&lt;/li&gt;&lt;li&gt;When his pc has a problem, he asks the others first and then tries to fix it on his own.&lt;/li&gt;&lt;li&gt;He prefer asking the others for finding information (like a website&#39;s URL) than using Google.&lt;/li&gt;&lt;li&gt;His computer is a mess. The desktop is full of icons and files are totally unorganised so he (and everybody else) cannot find them when it is needed.&lt;/li&gt;&lt;li&gt;When a serious problem occurs in his pc, it means data-loss as he does not know the very simple word &lt;span style=&quot;font-weight: bold;&quot;&gt;&quot;BACKUP&quot;&lt;/span&gt;.&lt;/li&gt;&lt;li&gt;He leaves on time even if he is a click away from completing a serious task.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/4426167757658760042/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/4426167757658760042?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/4426167757658760042'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/4426167757658760042'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/05/bad-co-worker-recognise-him.html' title='The bad co-worker: recognise him!'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKIzr2z2aGPxmGdlZJPauXMnuSX4SGDNjxBcKf7I_5ALAu2TO3QDUKwxyI2XWSEZ0bwW4ygqNlstI1z38fWmn51jt_OHpjYPas5hfj1I24OEiAZXw4-4y8U0lZXowvarDuSeXHmQ/s72-c/CB107217_LoRes.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-8123593596833803073</id><published>2007-05-10T13:04:00.000+03:00</published><updated>2007-05-10T13:25:52.509+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Java"/><category scheme="http://www.blogger.com/atom/ns#" term="Programming"/><title type='text'>Create a drop-down menu for image selection using java</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRMZRLg5Cl4XuGpgmCa-BC7EDFpvaAIWU6RbynuTK2N9hYkQAiATX995IdRq9br8ghBhgUW5rQrcsGGLGjTHjWNmoEA1RBl1D1lU42yTnVQ8tPRyPcNHU_bKMFQEpkvHUYVdzHyQ/s1600-h/javaselect3.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRMZRLg5Cl4XuGpgmCa-BC7EDFpvaAIWU6RbynuTK2N9hYkQAiATX995IdRq9br8ghBhgUW5rQrcsGGLGjTHjWNmoEA1RBl1D1lU42yTnVQ8tPRyPcNHU_bKMFQEpkvHUYVdzHyQ/s320/javaselect3.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5062875625419369298&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRBo-2SHkvgG6Mc5oZEwqZrLE9JybAE5UuHW0VbWxBNoaUiEwVHHaMoyVCAlpp4eY_ftBDAPSLPp2YsEL9UYNhjBJMLX5Nn3H99AtcDnQOA81KX3sFERTmNnLiyW-Xdx7XxmvBRg/s1600-h/javaselect2.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRBo-2SHkvgG6Mc5oZEwqZrLE9JybAE5UuHW0VbWxBNoaUiEwVHHaMoyVCAlpp4eY_ftBDAPSLPp2YsEL9UYNhjBJMLX5Nn3H99AtcDnQOA81KX3sFERTmNnLiyW-Xdx7XxmvBRg/s320/javaselect2.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5062875440735775554&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;The following code uses JCombo class for creating a drop down menu that provides the user the ability to choose and see the selected image. Note that the images you want to inlcude in your app should be saved in the main directory of your program (if you use &lt;a href=&quot;http://www.netbeans.org&quot;&gt;netbeans&lt;/a&gt; for example open the project folder and save the images there).&lt;br /&gt;&lt;blockquote&gt;&lt;code&gt;import java.awt.*;&lt;br /&gt;import java.awt.event.*;&lt;br /&gt;import javax.swing.*;&lt;br /&gt;&lt;br /&gt;class ComboBoxTest extends JFrame {&lt;br /&gt;private JComboBox images;&lt;br /&gt;private JLabel label;&lt;br /&gt;private String names[] =&lt;br /&gt;{ &quot;cutlass_32.png&quot;, &quot;pet-monkey_32.png&quot;,&lt;br /&gt;&quot;pirate-captain_32.png&quot;, &quot;first-mate_32.png&quot; };&lt;br /&gt;private Icon icons[] =&lt;br /&gt;{ new ImageIcon( names[ 0 ] ),&lt;br /&gt;new ImageIcon( names[ 1 ] ),&lt;br /&gt;new ImageIcon( names[ 2 ] ),&lt;br /&gt;new ImageIcon( names[ 3 ] ) };&lt;br /&gt;&lt;br /&gt;public ComboBoxTest()&lt;br /&gt;{&lt;br /&gt;super( &quot;Psy2k-Photo Selection&quot; );&lt;br /&gt;&lt;br /&gt;Container c = getContentPane();&lt;br /&gt;c.setLayout( new FlowLayout() );&lt;br /&gt;&lt;br /&gt;images = new JComboBox( names );&lt;br /&gt;images.setMaximumRowCount( 3 );&lt;br /&gt;&lt;br /&gt;images.addItemListener(&lt;br /&gt;new ItemListener() {&lt;br /&gt;  public void itemStateChanged( ItemEvent e )&lt;br /&gt;  {&lt;br /&gt;     label.setIcon(&lt;br /&gt;        icons[ images.getSelectedIndex() ] );&lt;br /&gt;  }&lt;br /&gt;}&lt;br /&gt;);&lt;br /&gt;&lt;br /&gt;c.add( images );&lt;br /&gt;&lt;br /&gt;label = new JLabel( icons[ 0 ] );&lt;br /&gt;c.add( label );&lt;br /&gt;&lt;br /&gt;setSize( 350, 100 );&lt;br /&gt;show();&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;public static void main( String args[] )&lt;br /&gt;{&lt;br /&gt;ComboBoxTest app = new ComboBoxTest();&lt;br /&gt;&lt;br /&gt;app.addWindowListener(&lt;br /&gt;new WindowAdapter() {&lt;br /&gt;  public void windowClosing( WindowEvent e )&lt;br /&gt;  {&lt;br /&gt;     System.exit( 0 );&lt;br /&gt;  }&lt;br /&gt;}&lt;br /&gt;);&lt;br /&gt;}&lt;br /&gt;}&lt;/code&gt;&lt;/blockquote&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;The icons I used in this app are from Iconbuffet&#39;s Amsterdam High Seas collection (pirate icon yeah). Iconbuffet is a free social community for trading small icons with others. If you would like to &lt;a href=&quot;http://www.iconbuffet.com/people/new?ref=psy2k&quot;&gt;join&lt;/a&gt; the madness feel free. It is very addicting!&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/8123593596833803073/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/8123593596833803073?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/8123593596833803073'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/8123593596833803073'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/05/create-drop-down-menu-for-image.html' title='Create a drop-down menu for image selection using java'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRMZRLg5Cl4XuGpgmCa-BC7EDFpvaAIWU6RbynuTK2N9hYkQAiATX995IdRq9br8ghBhgUW5rQrcsGGLGjTHjWNmoEA1RBl1D1lU42yTnVQ8tPRyPcNHU_bKMFQEpkvHUYVdzHyQ/s72-c/javaselect3.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-1400125191450652174</id><published>2007-04-26T18:20:00.000+03:00</published><updated>2007-10-28T10:16:26.901+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><category scheme="http://www.blogger.com/atom/ns#" term="Java"/><category scheme="http://www.blogger.com/atom/ns#" term="Programming"/><title type='text'>Read data from a URL and show them on screen with Java</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;The following code reads data from a URL and then it shows them on screen. This is an amateur example of the use of java.net packet. If you are an experienced user, you can use &lt;code&gt;ContentHandler&lt;/code&gt; and &lt;code&gt;ContentHandlerFactory&lt;/code&gt; to choose who can be a data controller.&lt;br /&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;code&gt;import java.io.*;&lt;br /&gt;import java.net.*;&lt;br /&gt;public class ReadUrl&lt;br /&gt;  {   &lt;br /&gt;    public static void main (String[] args)&lt;br /&gt;       {   &lt;br /&gt;        for (int i = 0; i &lt; url =&quot; new&quot; connect =&quot; url.openConnection();&quot; in =&quot; connect.getInputStream();&quot; bytes =&quot; new&quot; len =&quot;                in.read(bytes))&quot;&gt;= 0)&lt;br /&gt;             System.out.write(bytes, 0, len);&lt;br /&gt;      }&lt;br /&gt;  }&lt;/code&gt;&lt;/blockquote&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/1400125191450652174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/1400125191450652174?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/1400125191450652174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/1400125191450652174'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/04/read-data-of-url-and-print-them-with.html' title='Read data from a URL and show them on screen with Java'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-7607000946038215831</id><published>2007-04-25T11:38:00.000+03:00</published><updated>2007-04-25T12:01:07.250+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="(X)HTML"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><title type='text'>Tips for debugging your web pages</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;After building your site, it comes the hard stuff: testing and debugging the page. There are a few rules that you can follow to make your life easier:&lt;br /&gt;&lt;/div&gt;&lt;ol style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Make sure that you spelled everything correctly (for example img is not written igm)&lt;/li&gt;&lt;li&gt;Make sure that the Doctype of your pages matches the (x)html you are using (for example if you use deprecated tags in your code, you should choose (x)html transitional instead of (x)html strict).&lt;/li&gt;&lt;li&gt;Follow the rules of nesting. If you open a &amp;lt;p&amp;gt; tag and then a &amp;lt;a&amp;gt; make sure that the closing &amp;lt;/a&amp;gt; comes before the closing &amp;lt;/p&amp;gt;&lt;/li&gt;&lt;li&gt;Avoid the use of non-standard tags as they may lead browsers to conflicts.&lt;/li&gt;&lt;li&gt;For elements that have content avoid the use of &amp;lt;p ...... /&amp;gt; and prefer &amp;lt;p&amp;gt; ...... &amp;lt;/p&amp;gt;. Both of them are valid (x)html but the first may cause problems to some older browsers. Use the first method though for elements that are empty or contain data, for example &amp;lt;img src=&quot;picture.jpeg&quot; alt=&quot;picture&quot; /&amp;gt;&lt;/li&gt;&lt;li&gt;Validate your code using &lt;a href=&quot;http://validator.w3.org/&quot;&gt;W3C&#39;s validator&lt;/a&gt;. If you see a lot of mistakes to your code do not panic, as a missing closing tag can cause the validator to show lot of mistakes. Begin from top to bottom, correct few mistakes at a time, validate again and continue correcting after with the remaining mistakes. Tip: Make sure you use a correct Doctype before you validate your markup!&lt;/li&gt;&lt;li&gt;Download the most famous and common used browsers (Firefox, Internet Explorer, Opera) and see how your site appears by yourself.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/7607000946038215831/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/7607000946038215831?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/7607000946038215831'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/7607000946038215831'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/04/tips-for-debugging-your-web-pages.html' title='Tips for debugging your web pages'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-5590104587840265216</id><published>2007-04-24T12:27:00.000+03:00</published><updated>2007-04-26T02:06:26.911+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Java"/><category scheme="http://www.blogger.com/atom/ns#" term="Programming"/><title type='text'>Build  a digital clock with Java</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkZe0y26W0nNWcaja_G3oqduFmhx3q7bbwqvDKLIDmIIrR75mg5KttFi17qXge92wXaYzMATbFAMbJj2zLpmNicmavcU7xaNYs1REFT1KIs73py77BfkSdOlnC6SCQuKJBcIuzRQ/s1600-h/l2_javaone07-reg.gif&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkZe0y26W0nNWcaja_G3oqduFmhx3q7bbwqvDKLIDmIIrR75mg5KttFi17qXge92wXaYzMATbFAMbJj2zLpmNicmavcU7xaNYs1REFT1KIs73py77BfkSdOlnC6SCQuKJBcIuzRQ/s400/l2_javaone07-reg.gif&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5057505881212250850&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Here is a piece of code to build a Java clock applet that uses threads, gets the data for time automatically and is not interrupted if you click something else on the web page. There are some comments around the code to help you understand what&#39;s happening. Program build and tested with Netbeans 5.5. If I find a way, I will upload the applet here to see it running in real time!&lt;br /&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;code&gt;import java.awt.*;&lt;br /&gt;import javax.swing.*;&lt;br /&gt;import java.util.Date;&lt;br /&gt;import java.text.DateFormat;&lt;br /&gt;// builds the clock&lt;br /&gt;class MyClock extends JApplet implements Runnable&lt;br /&gt;{ private Thread myThread; // the thread&lt;br /&gt;private JLabel clock; // the label&lt;br /&gt;private final int interval = 1000; // time in&lt;br /&gt;// milliseconds&lt;br /&gt;public void init()&lt;br /&gt;{ clock = new JLabel(&quot;&quot;, SwingConstants.CENTER);&lt;br /&gt;clock.setFont (new Font (&quot;Verdana&quot;, Font.BOLD,&lt;br /&gt;28));&lt;br /&gt;clock.setBackground(Color.BLUE());&lt;br /&gt;clock.setForeground(Color.WHITE);&lt;br /&gt;clock.setOpaque(true);&lt;br /&gt;getContentPane().add(clock);&lt;br /&gt;setSize(250, 100);&lt;br /&gt;}&lt;br /&gt;public void start()&lt;br /&gt;{ if (myThread == null)&lt;br /&gt;{ myThread = new Thread(this, &quot;clock&quot;);&lt;br /&gt;myThread.start();&lt;br /&gt;}&lt;br /&gt;} // start&lt;br /&gt;&lt;br /&gt;public void run()&lt;br /&gt;{&lt;br /&gt;while (myThread == Thread.currentThread())&lt;br /&gt;{ // gets data for the clock&lt;br /&gt;&lt;br /&gt;Date time = new Date();&lt;br /&gt;clock.setText(DateFormat.getTimeInstance&lt;br /&gt;(DateFormat.MEDIUM).format(time));&lt;br /&gt;try&lt;br /&gt;{ //thread sleeps for a sec&lt;br /&gt;myThread.sleep(interval);&lt;br /&gt;}&lt;br /&gt;catch (InterruptedException e) {}&lt;br /&gt;}&lt;br /&gt;} // run&lt;br /&gt;public void stop()&lt;br /&gt;{&lt;br /&gt; myThread = null;&lt;br /&gt; }&lt;br /&gt;}&lt;/code&gt;&lt;/blockquote&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/5590104587840265216/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/5590104587840265216?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/5590104587840265216'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/5590104587840265216'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/04/build-digital-clock-with-java.html' title='Build  a digital clock with Java'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkZe0y26W0nNWcaja_G3oqduFmhx3q7bbwqvDKLIDmIIrR75mg5KttFi17qXge92wXaYzMATbFAMbJj2zLpmNicmavcU7xaNYs1REFT1KIs73py77BfkSdOlnC6SCQuKJBcIuzRQ/s72-c/l2_javaone07-reg.gif" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-276334426882781002</id><published>2007-04-24T01:41:00.000+03:00</published><updated>2007-04-24T12:46:03.588+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Java"/><category scheme="http://www.blogger.com/atom/ns#" term="Programming"/><title type='text'>Draw stars using Java</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiziZqWQxQlt8b75ZnW3lby8DEbNdrH_O8gwUkZ8h6kN57qsTmfo4Lbv7DNvQwAvgonuTrlxBzOn5J3tVjXOm2GQM5n14Ruw5tUTd-L537BqeTaOHni7bwcii_WPaA-1e1zqsBlVQ/s1600-h/StarsJava.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiziZqWQxQlt8b75ZnW3lby8DEbNdrH_O8gwUkZ8h6kN57qsTmfo4Lbv7DNvQwAvgonuTrlxBzOn5J3tVjXOm2GQM5n14Ruw5tUTd-L537BqeTaOHni7bwcii_WPaA-1e1zqsBlVQ/s400/StarsJava.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5056767128217809682&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Here is a tutorial to make your way into drawing graphics with Java. This program creates a semi-circle line of stars. The stars are randomly colored. I made the program using &lt;a href=&quot;http://www.netbeans.org/&quot;&gt;Netbeans 5.5&lt;/a&gt;, and I tested the code also with &lt;a href=&quot;http://developers.sun.com/jsenterprise/downloads/index.jsp&quot;&gt;Sun Java Studio Enterprise 8.1&lt;/a&gt;. Both of them are free. The output is what you see above (star color may differ as they are randomly colored).&lt;br /&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;code&gt;import javax.swing.*;&lt;br /&gt;import java.awt.event.*;&lt;br /&gt;import java.awt.*;&lt;br /&gt;import java.awt.geom.*;&lt;br /&gt;&lt;br /&gt;class psy2k extends JFrame {&lt;br /&gt;public psy2k()&lt;br /&gt;{&lt;br /&gt; super( &quot;Psy2k star draw&quot; );&lt;br /&gt;&lt;br /&gt; setBackground( Color.white );&lt;br /&gt; setSize( 400, 400 );&lt;br /&gt; show();&lt;br /&gt;}&lt;br /&gt;public void paint( Graphics g )&lt;br /&gt;{&lt;br /&gt; int xPoints[] = { 55, 67, 109, 73, 83, 55, 27, 37, 1, 43 };&lt;br /&gt; int yPoints[] = { 0, 36, 36, 54, 96, 72, 96, 54, 36, 36 };&lt;br /&gt;&lt;br /&gt;Graphics2D g2d = ( Graphics2D ) g;&lt;br /&gt;&lt;br /&gt;GeneralPath star = new GeneralPath();&lt;br /&gt;star.moveTo( xPoints[ 0 ], yPoints[ 0 ] );&lt;br /&gt;&lt;br /&gt;for ( int k = 1; k &lt; xPoints.length; k++ )  star.lineTo( xPoints[ k ], yPoints[ k ] );              star.closePath();              &lt;br /&gt;g2d.translate( 200, 200 );             &lt;br /&gt;for ( int j = 1; j &lt;= 20; j++ ) {&lt;br /&gt;          g2d.rotate( Math.PI / 20.0 );         &lt;br /&gt;g2d.setColor(             new Color( ( int ) ( Math.random() * 256 ),                                            &lt;br /&gt;                                            ( int ) ( Math.random() * 256 ),                                                                               &lt;br /&gt;                                            ( int ) ( Math.random() * 256 ) ) ); &lt;br /&gt;g2d.fill( star );&lt;br /&gt; }   &lt;br /&gt;}    &lt;br /&gt;public static void main( String args[] )   &lt;br /&gt;{ &lt;br /&gt;psy2k app = new psy2k();       &lt;br /&gt;app.addWindowListener(          new WindowAdapter()&lt;br /&gt;{ &lt;br /&gt;public void windowClosing( WindowEvent e )            &lt;br /&gt;{ &lt;br /&gt;System.exit( 0 );                     &lt;br /&gt;    }                &lt;br /&gt;   }           &lt;br /&gt;  );      &lt;br /&gt; }&lt;br /&gt;}&lt;/code&gt;&lt;/blockquote&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/276334426882781002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/276334426882781002?isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/276334426882781002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/276334426882781002'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/04/draw-stars-using-java.html' title='Draw stars using Java'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiziZqWQxQlt8b75ZnW3lby8DEbNdrH_O8gwUkZ8h6kN57qsTmfo4Lbv7DNvQwAvgonuTrlxBzOn5J3tVjXOm2GQM5n14Ruw5tUTd-L537BqeTaOHni7bwcii_WPaA-1e1zqsBlVQ/s72-c/StarsJava.jpg" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-3646710448681038389</id><published>2007-04-23T18:31:00.000+03:00</published><updated>2007-04-23T18:39:30.889+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><category scheme="http://www.blogger.com/atom/ns#" term="Wallpaper"/><title type='text'>Download my first Wallpaper!</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR8iwiiwdFAwqiw1tfe6RQQBxzDxJtBJ1saWQ5sF9iVdHe1gOiWh6-hi5NtgyU669mQoChKUqr3fi3usPN0hEy6xXatXXf4ZevBORmrq94baKhEEGrmCBfBDrXjRcG0xE6NeMqXA/s1600-h/Psy2kTshirtweb.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR8iwiiwdFAwqiw1tfe6RQQBxzDxJtBJ1saWQ5sF9iVdHe1gOiWh6-hi5NtgyU669mQoChKUqr3fi3usPN0hEy6xXatXXf4ZevBORmrq94baKhEEGrmCBfBDrXjRcG0xE6NeMqXA/s400/Psy2kTshirtweb.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5056647848386065122&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;I made an attemp to make a wallpaper with Adobe Photoshop CS2. I used lot of gradients and layer effects. Feel free to download it by clicking the folder icon below and tell me your comments. I love minimal things: that&#39;s why my wallpaper looks like this. In the .zip file there are three versions of the wallpaper: 1600x1200, 1280x1024, 1024x768 pixels. If you use a different screen resolution feel free to mail me and I will send you a version that fits your screen.&lt;br /&gt;&lt;/div&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://nikospsy2k.googlepages.com/Psy2kTshirtWallpaper.zip&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0GD8f7e3yvKV4HBcjE6XP-TEZRtKZFuiN_C1IvVAJ3otdBI0k9s_57zaEo3fhm8RRjmVry_zsDsgbAelSy8gHhK5ODulLhnc1vXP6uTdlc9huNWfkQIS_geK-bD0svQwJjXGFPA/s400/folder-open_32.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5056648234933121778&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://nikospsy2k.googlepages.com/Psy2kTshirtWallpaper.zip&quot;&gt;Download Wallpaper&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/3646710448681038389/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/3646710448681038389?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/3646710448681038389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/3646710448681038389'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/04/download-my-first-wallpaper.html' title='Download my first Wallpaper!'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgR8iwiiwdFAwqiw1tfe6RQQBxzDxJtBJ1saWQ5sF9iVdHe1gOiWh6-hi5NtgyU669mQoChKUqr3fi3usPN0hEy6xXatXXf4ZevBORmrq94baKhEEGrmCBfBDrXjRcG0xE6NeMqXA/s72-c/Psy2kTshirtweb.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-8190850246154911546</id><published>2007-04-23T14:21:00.000+03:00</published><updated>2007-07-13T19:13:17.414+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C/C++"/><category scheme="http://www.blogger.com/atom/ns#" term="Programming"/><title type='text'>Read and print a serial file using C</title><content type='html'>&lt;div style=&quot;text-align: left;&quot;&gt;If you have a serial .dat file that has data like these below, you can easily import and use them with C (for C++ it is almost the same).&lt;br /&gt;&lt;/div&gt;&lt;blockquote&gt;Sample file:&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPwv0jWsawL35WCI5vC7m1gFZXqkpPlv6VWF5tKbunJR7_vOxT5umlidbyfqAZ48rfTIozSAfhquxZ_28ccGmvfzzJ5-R58evpzb7_DQAl554NhJkNmQsTy5REHPSpr_Vn9IP9og/s1600-h/Snap2.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPwv0jWsawL35WCI5vC7m1gFZXqkpPlv6VWF5tKbunJR7_vOxT5umlidbyfqAZ48rfTIozSAfhquxZ_28ccGmvfzzJ5-R58evpzb7_DQAl554NhJkNmQsTy5REHPSpr_Vn9IP9og/s400/Snap2.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5056596471987270354&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/blockquote&gt;If the file is named customers.dat, use the code below to read and print the data with C.&lt;br /&gt;&lt;blockquote&gt;&lt;code&gt;#include &amp;lt;stdio.h&amp;gt; &lt;stdio.h&gt; &lt;stdio.h&gt;&lt;br /&gt;int main()&lt;br /&gt;{&lt;br /&gt;int number;&lt;br /&gt;char name[30];&lt;br /&gt;double bill;&lt;br /&gt;FILE *cfPt; /*File pointer .dat */&lt;br /&gt;if ((cfPtr=fopen(&quot;customers.dat&quot;, &quot;r&quot;))==NULL)&lt;br /&gt;printf(&quot;File could not be opened\n&quot;);&lt;br /&gt;else {&lt;br /&gt;printf(&quot;%-10s%-13s%s\n&quot;, &quot;Number&quot;, &quot;Name&quot;, &quot;Bill&quot;);&lt;br /&gt;fscanf(cfPtr, &quot;%d%s%lf&quot;, &amp;number, name, &amp;amp;amp;amp;amp;amp;bill);&lt;br /&gt;while (!feof(cfPtr)) {&lt;br /&gt;printf(&quot;%-10d%-13s%7.2f\n&quot;, number, name, bill);&lt;br /&gt;fscanf(cfPtr, &quot;%d%s%lf&quot;, &amp;number, name, &amp;amp;amp;amp;amp;amp;bill);&lt;br /&gt;}&lt;br /&gt;fclose(cfPtr);&lt;br /&gt;}&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;&lt;/stdio.h&gt;&lt;/stdio.h&gt;&lt;/code&gt;&lt;/blockquote&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/8190850246154911546/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/8190850246154911546?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/8190850246154911546'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/8190850246154911546'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/04/read-and-print-serial-file-using-c.html' title='Read and print a serial file using C'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPwv0jWsawL35WCI5vC7m1gFZXqkpPlv6VWF5tKbunJR7_vOxT5umlidbyfqAZ48rfTIozSAfhquxZ_28ccGmvfzzJ5-R58evpzb7_DQAl554NhJkNmQsTy5REHPSpr_Vn9IP9og/s72-c/Snap2.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-4156046915260437979</id><published>2007-04-20T10:49:00.000+03:00</published><updated>2007-10-26T19:13:38.802+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="(X)HTML"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><title type='text'>Validate the Youtube embed code!</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;I wrote about it &lt;a href=&quot;http://blog.typpz.com/?p=14&quot;&gt;here&lt;/a&gt; and it is really usefull. As we now the embed code of youtube is a mess as it uses the embed tag which does not validate as xhtml. Using the code this tip you can embed a youtube or google video to your site or blog and keep your code validated:&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;blockquote&gt;&lt;code&gt;&amp;lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/moviecode&quot; width=&quot;400&quot; height=&quot;326&quot;&amp;gt;&amp;lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/moviecode&quot; /&amp;gt;&amp;lt;/object&amp;gt;&lt;/code&gt;&lt;/blockquote&gt;&lt;/div&gt;The moviecode is a code found in each youtube video adress and is after v= until the first ampersand (&amp;amp;). For example in this URL http://www.youtube.com/watch?v=xmHHjUZPyMY, the code is &lt;code&gt;xmHHjUZPyMY&lt;/code&gt;.&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/4156046915260437979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/4156046915260437979?isPopup=true' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/4156046915260437979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/4156046915260437979'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/04/validate-youtube-embed-code.html' title='Validate the Youtube embed code!'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-6768831738467710479</id><published>2007-02-25T10:43:00.000+02:00</published><updated>2007-02-25T11:01:48.811+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Office"/><category scheme="http://www.blogger.com/atom/ns#" term="Word"/><title type='text'>Microsoft Word became crazy?</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;Searching around on the Internet I found this trick: Open an empty Word file (I have not tested it in Word 2007), type &lt;span style=&quot;font-weight: bold;&quot;&gt;= rand (200,99) &lt;/span&gt;and press enter. Wait for 3 seconds and then a lot of pages will be filled with a repeating sentense (I use the Greek version of Word 2003 and the sentense that appears is part from a poem). As I released after, this is not a bug, it is an easy way to transfer text and Microsoft &lt;a href=&quot;http://support.microsoft.com/kb/212251&quot;&gt;knows&lt;/a&gt; that it happens. If with a single line like this, Word could write down pages from my exercises, it would be for sure my favorite program to use.&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/6768831738467710479/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/6768831738467710479?isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/6768831738467710479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/6768831738467710479'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/02/microsoft-word-became-crazy.html' title='Microsoft Word became crazy?'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-4077386931034544329</id><published>2007-02-13T00:16:00.000+02:00</published><updated>2007-02-13T00:32:33.459+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><title type='text'>Blogger navbar and Internet Explorer 7</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;As you may have noticed, if you use Blogger with a blogger template, Internet explorer 7 displays your blog with a problem on the top (Blogger nav bar is hiding part of the header). The solution for this problem is to put some html code into your template and hide the navbar (very few people use the nav bar, so it is better to hide it and have your site being displayed correctly). Between &amp;lt;head&amp;gt; and &amp;lt;/head&amp;gt; tags paste the following code under the */layout*/ line. (everything between /*....*/ is comments and it does not affect your site, so be carefull to paste the code under the comment line).&lt;br /&gt;&lt;/div&gt;&lt;blockquote&gt;#navbar-iframe {&lt;br /&gt;height: 0px;&lt;br /&gt;visibility: hidden;&lt;br /&gt;display: none;&lt;br /&gt;}&lt;br /&gt;&lt;/blockquote&gt;Save your template, view your blog and enjoy how Internet Explorer 7 displays it!</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/4077386931034544329/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/4077386931034544329?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/4077386931034544329'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/4077386931034544329'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/02/blogger-navbar-and-internet-explorer-7.html' title='Blogger navbar and Internet Explorer 7'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-8773722690935172862</id><published>2007-01-22T01:21:00.000+02:00</published><updated>2007-01-22T06:54:23.740+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows Tips"/><title type='text'>How to find your MAC adress</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;It is very easy to discover your MAC adress (MAC adress is needed sometimes to make operations on your network or router). So follow these steps and you will discover your MAC adress:&lt;br /&gt;&lt;/div&gt;&lt;ol style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Click Start, Run and type &lt;span style=&quot;font-weight: bold;&quot;&gt;cmd&lt;/span&gt; in the text box&lt;/li&gt;&lt;li&gt;When the command promt window opens, type &lt;span style=&quot;font-weight: bold;&quot;&gt;ipconfig/all&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;The 12-digit Physical adress is the same as your MAC adress.&lt;br /&gt;You will have multiple MAC adresses if you have both wired and wireless connection on your system.&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/8773722690935172862/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/8773722690935172862?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/8773722690935172862'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/8773722690935172862'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/01/how-to-find-your-mac-adress.html' title='How to find your MAC adress'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-5780035292131048027</id><published>2007-01-15T10:00:00.000+02:00</published><updated>2007-01-15T10:11:31.287+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><title type='text'>Another way to track your blog traffic</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyGh48ZGxy46n-NZcQ3f6XBm0OAF4vcjNGI79r4raBCcRycCbFy1YvNfCH8UC1cZyuRutqiW8nTX3hae2FPeN-hzq4hd1OxaJUPYXmslp15VdV4NxcIl0WohgUDxsXhYvLranUPQ/s1600-h/cells.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyGh48ZGxy46n-NZcQ3f6XBm0OAF4vcjNGI79r4raBCcRycCbFy1YvNfCH8UC1cZyuRutqiW8nTX3hae2FPeN-hzq4hd1OxaJUPYXmslp15VdV4NxcIl0WohgUDxsXhYvLranUPQ/s320/cells.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5020166464086455666&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Searching through the Internet, I found &lt;a href=&quot;http://103bees.com&quot;&gt;103bees&lt;/a&gt;. 103bees is a service, with which you can track the visitors of your blog or site. I use it alongside with &lt;a href=&quot;http://www.google.com/analytics&quot;&gt;Google Analytics&lt;/a&gt;, because 103bees offers the option to see what search terms did users entered and reached your pages through search engines (like google, yahoo and live) and what was your page ranking in the results. It is very easy to track your visitors with 103bees, you just have to register an account (it is completely free), add some code to every page you want to track (the codes loads up very quickly and validates for &lt;a href=&quot;http://www.w3c.org&quot;&gt;w3c&lt;/a&gt; standards) and you are ready. Although 103bees is very usefull, it cannot replace completely Google Analytics, as Analytics offer the geo map overlay, marketing information about your site and various other statistics.  &lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/5780035292131048027/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/5780035292131048027?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/5780035292131048027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/5780035292131048027'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2007/01/another-way-to-track-your-blog-traffic.html' title='Another way to track your blog traffic'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyGh48ZGxy46n-NZcQ3f6XBm0OAF4vcjNGI79r4raBCcRycCbFy1YvNfCH8UC1cZyuRutqiW8nTX3hae2FPeN-hzq4hd1OxaJUPYXmslp15VdV4NxcIl0WohgUDxsXhYvLranUPQ/s72-c/cells.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-553205931689809387</id><published>2006-12-22T20:32:00.000+02:00</published><updated>2006-12-22T20:45:11.159+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Windows Tips"/><title type='text'>Create a shortcut to shut down your PC</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;Did you know that you can log off, shut down or restart your pc with a single click? Here is the way: Right click on the desktop and select create, new shorcut. Write (or browse the path) &lt;span style=&quot;font-weight: bold;&quot;&gt;C:\Windows\System32\Shutdown.exe&lt;/span&gt; (where C is the letter of the drive on which Windows are installed to) and click next. Name your shortcut as you want and click &lt;span style=&quot;font-weight: bold;&quot;&gt;finish&lt;/span&gt;. Then single click the shortcut you created and select &lt;span style=&quot;font-weight: bold;&quot;&gt;properties&lt;/span&gt;. In target field add to the command line &lt;span style=&quot;font-weight: bold;&quot;&gt;-1&lt;/span&gt; if you want log off function for your shortcut, &lt;span style=&quot;font-weight: bold;&quot;&gt;-s&lt;/span&gt; if you want shut down or &lt;span style=&quot;font-weight: bold;&quot;&gt;-r&lt;/span&gt; if you want restart function. After adding this, you can add also &lt;span style=&quot;font-weight: bold;&quot;&gt;-t x&lt;/span&gt; (where x is seconds) if you want a countdown until your system shuts down or restarts. Also you can add &lt;span style=&quot;font-weight: bold;&quot;&gt;-c&lt;/span&gt; &lt;span style=&quot;font-weight: bold;&quot;&gt;&quot;text&quot;&lt;/span&gt; (where text write anything you want) if you want a text message to appear when you click your shorcut. &lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/553205931689809387/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/553205931689809387?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/553205931689809387'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/553205931689809387'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2006/12/create-shorcut-to-shut-down-your-pc.html' title='Create a shortcut to shut down your PC'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-1463004275692686094</id><published>2006-12-16T01:47:00.000+02:00</published><updated>2006-12-16T02:26:31.147+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><title type='text'>10 tips for a successfull blog!</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhE8TPBgIvp_sjJVK4krW8xKe6dqFaikHq7Qf7Rd1Bs-Yr8dG_X5eHr_ZshGi61Qeb6eP5JeRiSwYlnH674C9Msfy_MeIIOpWDn8PwT2D3XAtVcW4gWzet8xE8JomURZq_BN6ZXtQ/s1600-h/CB101507_LoRes.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhE8TPBgIvp_sjJVK4krW8xKe6dqFaikHq7Qf7Rd1Bs-Yr8dG_X5eHr_ZshGi61Qeb6eP5JeRiSwYlnH674C9Msfy_MeIIOpWDn8PwT2D3XAtVcW4gWzet8xE8JomURZq_BN6ZXtQ/s320/CB101507_LoRes.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5008910919928572642&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Here are ten tips that in my opinion are the element for a successfull blog:&lt;br /&gt;&lt;/div&gt;&lt;ol style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Write quality content. Quality content means to write on topics that other would like to read and content that you know well because to attract readers you have to write something that is not mentioned by everyone.&lt;/li&gt;&lt;li&gt;Categorize your blog when you create it. Blogs that covers a lot of irrelevant subjects at the same time are not successfull most of the times.&lt;/li&gt;&lt;li&gt;Write for readers and not for Google and other search engines. First of all you have to think about what would attract more readers to your blog and then how to make search engines index it.&lt;/li&gt;&lt;li&gt;Start promoting your blog to blog catalogs after you have written some posts, so readers can read many posts. A blog with a single post does not attract anybody. This will help you also with the search engines.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Put a foto on your profile to blog catalogs like &lt;a href=&quot;http://www.technorati.com/&quot;&gt;technorati&lt;/a&gt;. People remember photos and are attracted by them.&lt;/li&gt;&lt;li&gt;Read other blogs and try to come to contact with other bloggers by posting comments on their blog or by sending them an email. This will help you build relationship with other bloggers and make them come to your blog.&lt;/li&gt;&lt;li&gt;Try to gain inbound links. The best way to achieve it is by writing quality contect, so others would like to link to your posts or to your blog. Links from pages with better pagerank than yours is a plus for your blog&#39;s indexing by google.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Have quality outbound links. Outbound links will help you a little with search engines and when you link to a blog or post you liked, you will probably get an inbound link by the blogger to whose post or blog you linked.&lt;/li&gt;&lt;li&gt;Have an easy-to-read blog, which means add labels and tags if you are able to, write with fonts that can be read easily and avoid black backgrounds. It is better if you include some pictures relevant to your posts, because posts with text only are not so attractive. Be carefull if you use photos from the web to your blog, as some of them are copyrighted.&lt;/li&gt;&lt;li&gt;Do not advertise your blog (spam) to other blogs by leaving comments that include your url. Anyone that would like to read your posts can find your blog&#39;s url in your profile.&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Bonus tips:&lt;/span&gt; Be patient as indexing by search engines and increasing the traffic of your blog can take time. Update your blog regularly so you can keep your readers, as a blog that is not updated for a long time seems as abandoned to others. If you will not post for a while (for example when you are on vacation) write a post to inform your readers about it.&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/1463004275692686094/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/1463004275692686094?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/1463004275692686094'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/1463004275692686094'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2006/12/10-tips-for-successfull-blog.html' title='10 tips for a successfull blog!'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhE8TPBgIvp_sjJVK4krW8xKe6dqFaikHq7Qf7Rd1Bs-Yr8dG_X5eHr_ZshGi61Qeb6eP5JeRiSwYlnH674C9Msfy_MeIIOpWDn8PwT2D3XAtVcW4gWzet8xE8JomURZq_BN6ZXtQ/s72-c/CB101507_LoRes.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-1529689177334054729</id><published>2006-12-06T19:24:00.000+02:00</published><updated>2006-12-06T19:35:24.377+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Web 2.0 Logo made with Photoshop!</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjT7ubMPD0TNve80dFylev_ZbI4Pl0ePhtZ8O-NqtKWPSnBcRVXAPgPcA9JgqlZ0AQVc3-QSobYx9gQqemWvOjVTEXQFV4Vfdkn0GEFFv7TOqnXc0amTg9q_B8Chnz4Yd4fYH9WaA/s1600-h/Psy2kWeb2LogoS.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjT7ubMPD0TNve80dFylev_ZbI4Pl0ePhtZ8O-NqtKWPSnBcRVXAPgPcA9JgqlZ0AQVc3-QSobYx9gQqemWvOjVTEXQFV4Vfdkn0GEFFv7TOqnXc0amTg9q_B8Chnz4Yd4fYH9WaA/s400/Psy2kWeb2LogoS.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5005468420181516498&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;I designed a web 2.0 logo using Adobe Photoshop! Thanks a lot to Alleba for his great video guide! Visit this &lt;a href=&quot;http://www.alleba.com/blog/2006/09/26/photoshop-tutorial-how-to-make-a-web-20-style-logo/&quot;&gt;link&lt;/a&gt; and create your own web logo. It is much more easier than you can imagine! Below you can see Alleba&#39;s video guide.&lt;br /&gt;&lt;object height=&quot;350&quot; width=&quot;425&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/-pOkaC4eHsE&quot;&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;embed src=&quot;http://www.youtube.com/v/-pOkaC4eHsE&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; height=&quot;350&quot; width=&quot;425&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/1529689177334054729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/1529689177334054729?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/1529689177334054729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/1529689177334054729'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2006/12/web-20-logo-made-with-photoshop.html' title='Web 2.0 Logo made with Photoshop!'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjT7ubMPD0TNve80dFylev_ZbI4Pl0ePhtZ8O-NqtKWPSnBcRVXAPgPcA9JgqlZ0AQVc3-QSobYx9gQqemWvOjVTEXQFV4Vfdkn0GEFFv7TOqnXc0amTg9q_B8Chnz4Yd4fYH9WaA/s72-c/Psy2kWeb2LogoS.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-6508845500223626592</id><published>2006-12-02T01:46:00.000+02:00</published><updated>2006-12-02T10:37:24.412+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Windows Tips"/><title type='text'>How to speed up your computer&#39;s boot</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;As you may have noticed, when Windows boot, a lot of programs start running in the background (you can see these programs alongside with windows&#39;s processes in the task manager -processes tab- by pressing ctr+alt+del. Most of them put also an icon in system tray). These programs of course take time to load, which means that Windows take more time to boot! Most of the times, programs that run in the background are not needed, so you can eliminate your system&#39;s boot time by disabling them. Lets start:&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Press start and then select run&lt;/li&gt;&lt;li&gt;Type &lt;span style=&quot;font-weight: bold;&quot;&gt;msconfig&lt;/span&gt; and press enter&lt;/li&gt;&lt;li&gt;In the window that appears choose the &lt;span style=&quot;font-weight: bold;&quot;&gt;Startup&lt;/span&gt; tab&lt;/li&gt;&lt;li&gt;Here is the list of programs that load when you boot your system and continue running in the background. &lt;span style=&quot;font-weight: bold;&quot;&gt;Disable&lt;/span&gt; any program that you want, click &quot;apply&quot; and then &quot;ok&quot;. Restart your system when you are promt to and enjoy how faster your pc boots!&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Notice that it is &lt;span style=&quot;font-weight: bold;&quot;&gt;safe&lt;/span&gt; to disable all these applications! They have nothing to do with the services that run also in background. You can leave in the startup list any program you want to load when you boot up your system (for example msn messenger or skype).&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/6508845500223626592/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/6508845500223626592?isPopup=true' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/6508845500223626592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/6508845500223626592'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2006/12/how-to-speed-your-computer-boot.html' title='How to speed up your computer&#39;s boot'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-2901561330829625264</id><published>2006-11-26T03:20:00.000+02:00</published><updated>2006-11-26T04:35:21.377+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Modify the RSS icon for your blog or site!</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/x/blogger2/5142/4569/1600/422444/feedb.png&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/x/blogger2/5142/4569/320/334614/feedb.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;The RSS feed icon has an orange colour by default. According to the RSS icon&#39;s license you are free to change its colour so the icon fits well to your site. There are two ways to change the colour: one using Adobe Illustrator (which means change the colour manually) and one using Adobe Photoshop. Illustrator gives a little bit better results but this way is more difficult if you are not an Illustrator user. Anyway most of the times we use small versions of RSS icon, so its hard to notice a difference. I will show you the &quot;easy&quot; way using Photoshop. Lets start! First of all download the feed icons from &lt;a href=&quot;http://www.feedicons.com/mint/pepper/orderedlist/downloads/download.php?file=http%3A//www.feedicons.com/download/feed-icon.zip&quot;&gt;here&lt;/a&gt; (there are PSD, EPS, JPEG and PNG versions of the icon in the zip file). Unzip the file and:&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Open the greyscale folder and choose the .psd icon you want (for example the 128x128 which is the biggest dimensions offered).&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/x/blogger2/5142/4569/1600/846364/feeda.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/x/blogger2/5142/4569/320/495910/feeda.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;After you open the file with Photoshop, check if the layer pallete is visible. If not press F7 to make it visible.&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/x/blogger2/5142/4569/1600/964478/1.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/x/blogger2/5142/4569/320/727939/1.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Right click on the &quot;Feed icon&quot; layer in layers pallete and select &quot;Blending Options&quot;&lt;/li&gt;&lt;li&gt;Select &quot;Color Overlay&quot; on the left. This will make the entire icon solid red!&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/x/blogger2/5142/4569/1600/337214/2acopy.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 399px; height: 295px;&quot; src=&quot;http://photos1.blogger.com/x/blogger2/5142/4569/400/378390/2acopy.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Change the &quot;Blend mode&quot; to color as shown in the photo.&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/x/blogger2/5142/4569/1600/497757/3copy.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/x/blogger2/5142/4569/400/997123/3copy.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Click on the color swatch and a select the color you want.&lt;/li&gt;&lt;li&gt;Click ok and then go to File, save for web and then save the file in png 24 format and you are ready! I made the icon green and that is how it looks like!&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/x/blogger2/5142/4569/1600/351928/feed-icon-128x128.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/x/blogger2/5142/4569/320/986372/feed-icon-128x128.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/2901561330829625264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/2901561330829625264?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/2901561330829625264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/2901561330829625264'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2006/11/modify-rss-icon-for-your-blog-or-site.html' title='Modify the RSS icon for your blog or site!'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-6319959695505927007</id><published>2006-11-23T02:21:00.000+02:00</published><updated>2007-04-24T17:45:13.076+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><title type='text'>How to add a favicon to your site!</title><content type='html'>Favicon is a small icon displayed beside the url of a site and beside the site name on the tab (if you use a browser that supports tab browsing). You can see a favicon in the foto below.&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtOweO1wk8rdQQI2A7ulcbNzS9ja42tyq0Bd7Ni_6ej-fj189PB3iCkFxT6pJedCObHqt32b_k9N1m0EwVdagTI5cPRBHd4K85mbbkN_zB5HLuXdrnGkD1iGIr-qxBO1AJwrajpg/s1600-h/Fav.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtOweO1wk8rdQQI2A7ulcbNzS9ja42tyq0Bd7Ni_6ej-fj189PB3iCkFxT6pJedCObHqt32b_k9N1m0EwVdagTI5cPRBHd4K85mbbkN_zB5HLuXdrnGkD1iGIr-qxBO1AJwrajpg/s400/Fav.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5057005657816527698&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Lets see how you can add your own favicon to your web site or to your blog. A favicon is a &lt;span style=&quot;font-weight: bold;&quot;&gt;16x16&lt;/span&gt; or &lt;span style=&quot;font-weight: bold;&quot;&gt;32x32&lt;/span&gt; image saved in &lt;span style=&quot;font-weight: bold;&quot;&gt;.ico&lt;/span&gt; or &lt;span style=&quot;font-weight: bold;&quot;&gt;.gif&lt;/span&gt;  or&lt;span style=&quot;font-weight: bold;&quot;&gt; .png &lt;/span&gt;format. You can transform your image to these dimension using a photo editing program like Adobe Photoshop. If you do not want to do it by yourself or don&#39;t have a photo editing program you can generate your favicon &lt;a href=&quot;http://www.chami.com/html-kit/services/favicon/&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Upload the photo you want, click generate and&lt;/li&gt;&lt;li&gt;Download the Zip File that contains the favicons.&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Now upload the favicon to your server (where you host your site). If you use &lt;span style=&quot;font-weight: bold;&quot;&gt;Blogger&lt;/span&gt;, you&lt;span style=&quot;font-weight: bold;&quot;&gt; &lt;/span&gt;cannot upload files. There are two ways to use favicon with Blogger. You can upload the favicon to another server that you have access to and link through blogger template there or if you have not access to a server you can create a new post called &quot;Favicon&quot;, upload the favicon image (you are allowed to upload images in posts in Blogger), publish the post, click on the image and copy the url. When you have finally upload one way or another the favicon you have to modify the HTML template of your site or blog:&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Find the &amp;lt;/head&amp;gt; tag in your template.&lt;/li&gt;&lt;li&gt;Exactly before the &amp;lt;/head&amp;gt; tag, paste the following code: &lt;/li&gt;&lt;/ul&gt;            &lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;link rel=&quot;icon&quot; href=&quot;[URL]&quot;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;type=&quot;image/x-icon&quot;/&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;link rel=&quot;shortcut icon&quot; href=&quot;[URL]&quot;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;type=&quot;image/x-icon&quot;/&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Where [URL] you should enter the url of the favicon (the one that you copied before).&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Save your html file, or template if you are a Blogger user, publish and enjoy your favicon.&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;If you generated your favicon from the &lt;a href=&quot;http://www.chami.com/html-kit/services/favicon/&quot;&gt;site&lt;/a&gt; I gave above and you would like to use the animated favicon, you should upload the animated favicon to your server (or upload it via a post for blogger users) and you should enter the following code to your template in order to see the favicon&#39;s animation:&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;link rel=&quot;shortcut icon&quot; href=&quot;[URL]&quot;&lt;/span&gt;&lt;span&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;/&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;     &amp;lt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;link rel=&quot;icon&quot; href=&quot;[URL]&quot; type=&quot;image/gif&quot;&lt;/span&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;/&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you use the code for the static favicon to the animated one there is no problem, but you want be able to see the animation in some browsers. You can validate your favicon &lt;a href=&quot;http://www.html-kit.com/favicon/validator/&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/6319959695505927007/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/6319959695505927007?isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/6319959695505927007'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/6319959695505927007'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2006/11/how-to-add-favicon-to-your-site.html' title='How to add a favicon to your site!'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtOweO1wk8rdQQI2A7ulcbNzS9ja42tyq0Bd7Ni_6ej-fj189PB3iCkFxT6pJedCObHqt32b_k9N1m0EwVdagTI5cPRBHd4K85mbbkN_zB5HLuXdrnGkD1iGIr-qxBO1AJwrajpg/s72-c/Fav.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-1848213096721980362</id><published>2006-11-19T19:41:00.000+02:00</published><updated>2006-11-19T20:01:07.067+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><title type='text'>Google Webmaster&#39;s tool to your blog!</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://easy-how-to.blogspot.com/2006/11/google-analytics-to-your-blog.html&quot;&gt;Google analytics&lt;/a&gt; lets you track your visitors and be informed about how they see your blog. Time to be informed on how Google and its crawler (Googlebot) see your blog. Go the &lt;a href=&quot;http://www.google.com/webmasters/&quot;&gt;Google Webmasters page&lt;/a&gt;, sign in using your Google account and click &quot;Webmasters tools (including sitemaps)&quot;. Type your blog or site url (the procedure is tha same) and click &quot;add&quot;. Then you will be asked to verify your url by adding a META tag or by uploading an HTML file. If you use blogger select verify via META tag. Select the META tag, right click, copy. Then sign in to blogger, open the edit template window and find the &lt; /head &gt; tag. Paste the META tag exactly before the &lt; /head &gt; tag. Click save template changes. After you placed the META tag go to Google Webmasters again and click &quot;Verify&quot;. You will be promted that your blog was verified successfully and now you can get full information on how your blog is crawled by Google. Information appears after 5-6 days (some information like page rank or crawl/index stats appear later). You can see when Googlebot last accessed your url, if your site is included in Google index, and if it is included, what page rank it has and various other query, index and crawl stats. If you had modified robots.txt and you do not allow Google crawlers to access a specific url in your site, you can see it in Google Webmasters too. Information on how to modify your template for not allowing access to search engine crawlers in a few days.&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/1848213096721980362/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/1848213096721980362?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/1848213096721980362'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/1848213096721980362'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2006/11/google-webmasters-tool-to-your-blog.html' title='Google Webmaster&#39;s tool to your blog!'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-1944969401091392024</id><published>2006-11-16T17:18:00.000+02:00</published><updated>2006-11-16T17:44:11.957+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><title type='text'>Google Analytics to your Blog!</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.google.com/analytics&quot;&gt;Google Analytics&lt;/a&gt; is a powerfull online free tool by Google, which helps you track your web site&#39;s visitors. It provides many information, like the reffering source for where the visitors came to your site, or where do they live, what browser or operating system do they use, how many of them visited back your web site and more. Now to the point:&lt;br /&gt;&lt;/div&gt;&lt;ol style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Visit &lt;a href=&quot;http://www.google.com/analytics&quot;&gt;Analytics&lt;/a&gt; site and sign up using your Google account (if you do not have one, you will be promted to create one).&lt;/li&gt;&lt;li&gt;After  that, sign in and click the &quot;add website profile&quot; button.&lt;/li&gt;&lt;li&gt;Enter the URL of your blog and click next.&lt;/li&gt;&lt;li&gt;Google gives you a tracking javascript code to place to your blog.&lt;/li&gt;&lt;li&gt;Sign in to blogger and open the edit template window.&lt;/li&gt;&lt;li&gt;Go to the end of the template code and find the &lt; /body &gt; tag.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Place the code exactly before the &lt; /body &gt; tag (this is recommended for the tracking to work properly).&lt;/li&gt;&lt;li&gt;After you place the code, click save settings and republish your blog for the changes to take effect.&lt;/li&gt;&lt;li&gt;Now go to Google analytics again and click done. After clicking done the main page of your analytics account loads, where you can see that the tracking is installed, and that analytics is waiting for data from your site. Usually it takes up to 24 hours for the first data to appear in anlytics. After that data are updated every 8-10 hours. That means that you can not see with Google Analytics how many users are online in your site at a specific moment.&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;That&#39;s all. When you want to see information about your site visitors, sign in to &lt;a href=&quot;http://www.google.com/analytics&quot;&gt;Google Analytics&lt;/a&gt;, and click on your site&#39;s URL.&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/1944969401091392024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/1944969401091392024?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/1944969401091392024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/1944969401091392024'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2006/11/google-analytics-to-your-blog.html' title='Google Analytics to your Blog!'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-7613795966632552510</id><published>2006-11-13T17:14:00.000+02:00</published><updated>2006-11-13T17:26:05.185+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><title type='text'>How to add a Youtube video in your blog!</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;First of all find the video that you want to embed in your blog in YouTube. On the right of the video there is a column below tags and above related videos list which is named &quot;Embed&quot;! Select the code that is written in the column, right click and then copy. Go to your blog, write the post in which you want to include the video. Then click the &quot;edit HTML&quot; tab (for blogger users, it is next to compose on the up right side of &quot;create/edit post&quot; window) and paste the code you copied from Embed column in Youtube. Be sure you paste the whole code (check that the code you pasted starts with &lt;object&gt; tag and ends with &lt;/object&gt; tag). Click publish, view your blog and you are ready to watch the video you embeded!&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/7613795966632552510/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/7613795966632552510?isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/7613795966632552510'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/7613795966632552510'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2006/11/how-to-add-youtube-video-on-your-blog.html' title='How to add a Youtube video in your blog!'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37434390.post-5311417758846753900</id><published>2006-11-12T23:47:00.000+02:00</published><updated>2006-11-12T23:57:22.644+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><title type='text'>Migrating!</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;My blogs migrated to New Blogger (it should not be called beta anymore I think...). The migration was very easy (I owned a google account) except the fact that I had to customize my sidebar again because all of the HTML code I have added to my template (buttons, links, hit counter etc) was gone... Although the customisation of the template in New Blogger is very easy, you click the &quot;Add HTML/Javascript&quot; button, you enter the code in the popup window and that&#39;s it. You do not have to manually align buttons, counters and links or looking through the entire template to decide where to enter the HTML code so it appears exactly where you want the item to appear. The WYSIWYG (What you see is what you get) editing environment is much more usefull. If you decide to switch to new blogger, do not forget to enter again yout META tags in head section.&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://easy-how-to.blogspot.com/feeds/5311417758846753900/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/37434390/5311417758846753900?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/5311417758846753900'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/37434390/posts/default/5311417758846753900'/><link rel='alternate' type='text/html' href='http://easy-how-to.blogspot.com/2006/11/migrating.html' title='Migrating!'/><author><name>Nikos Psy2k</name><uri>http://www.blogger.com/profile/18417521537730400734</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://nikospsy2k.googlepages.com/me6.jpg'/></author><thr:total>0</thr:total></entry></feed>