Tag: howto
How to choose a sexy title for your article
May.13, 2009
Most of the people will not spend a minute reading your article if they wouldn’t get interested from the very beginning. What resides at the beginning of any article? It is the title of course.
That is why choose a good title is very important for every content posted in the net.
(continue reading…)
Leave a Comment
:article, author, howto, idea, reader, title
more...
Update and create timestamps with MySQL
Apr.30, 2009
A lot of relational tables need created and update timestamps columns. I prefer having them for all tables with no exception. However, most of applications I am working on are running MySQL. MySQL has minor limitation on timestamps. Unfortunately you can create only one time stamp column that has DEFAULT NOW() value. Read more to see how to avoid this limitation. (continue reading…)
12 Comments
:database, howto, mysql, timestamp
more...
Ant task to install tomcat service
Apr.28, 2009
If you are familiar to run Apache Tomcat as Windows service, you can install it with the ant task. build.xml file sample under the cut line.
(continue reading…)
2 Comments
:ant, howto, java, service, tomcat, windows
more...
Clear upload file input field
Apr.23, 2009
Many web developers came to the problem that they are not able to change value of file input field from Java Script in the web application. There is no access to value field of file input tag because of security restriction. However there is a trick how to erase this field if you need it in your application.
(continue reading…)
41 Comments
:file, howto, html, input, javascript
more...
(continue reading…)