Today, in many applications there is a need to know and use HTML. And if you are a Web applications programmer you probably should know HTML :).
The question is do you know all the HTML tags? Do you know exactly how they work and what each tag does? And the most important of all, how each tag acts in each browser?
There are hundreds of books, articles, WebSites, posts, blogs and manuals that claim to "teach" you HTML. I on the other hand think that there is no experience like hands on experience so I wanted to introduce you to HTML Playground . This is one of my favorites sites for HTML.
Continue Reading...
It is common knowledge that there is no such thing as software without bugs. There are several bugs out there that are hiding and therefore are not handled at all. We surely don’t want to release a software that will crash ungracefully due to such a case. Fortunately, the .Net framework makes it possible to [...]
Continue Reading...
I know that when you read the title you said “What is he talking about? Its easy”. Well it turns out that its not that easy. It took me a while to collect and create this, but here it is: a PHP code that converts minutes to hours.
<?php function ConvertMinutes2Hours($Minutes)
{
if ($Minutes [...]
Continue Reading...