March 2005 Archives
Once again Google.com has changed its logo to commemorate an event and this time its about Vincent Willem van Gogh.
Text taken from Olga's Gallery
On March 30, 1853 a boy was born to the family of a Dutch village
vicar, Theodorus van Gogh (1822-1885) and his wife Anne Cornelia, nèe
Carbentus (1819-1907). A year before, exactly the same day, another boy
was born to the family, he died, and now the new-born received his
name: Vincent Willem van Gogh.
Somebody installed a new software to my pc which sets the default program for my .jpg files. the icon were not functioning as usual and displays an error message whenever i try to open a jpg image. thanks a lot to this website i have found which gives the solution to reset the file association back to its default application, the Picture and Fax Viewer of the Windows XP OS.
just download this text and merge or (double click it) to your registry file to fix the association of files.
You can now download your Yahoo emails locally using POP3 to any email client you are using, i use MS Outlook 2003. First we need to install a program called YPOPs configure the program and your client then its done.
We all know that there is no POP3 and SMTP support from Yahoo free mails unlike gmail we can configure our client to download mails from the gmail server and send files using gmail SMTP. With the help of this wonderful program, we can now download all emails from the Yahoo server.
1) Download the latest version here.
2) Install the program.
3) Configure it by clicking on the program icon at the tray
4) Configure your mail clients. Use 127.0.0.1 for your SMTP Server and 127.0.0.1 for your POP3 Server.
5) Download mails.
Imagine using text with drop shadows, no more images and faster loading...
I been looking for ways in how to make a drop down shadow and thought you might be interested in my discovery. If you are familiar with Adobe Pagemaker then it will be easy for you.
By placing anoter text of darker color on top of the other with a light color will do the trick. The only problem i've seen is that when you try to disable css, the text maybe duplicated.
tildemark blogstildemark blogs
Css:
.container {
position: relative;
left: 1px;
top: 1px;
color: #ccc;
}
.text {
position: absolute;
left: -2px;
top: -2px;
color: #000;
}
Code:
<h1 class="container">tildemark
<span class="text">tildemark</span>
</h1>

