Friday, June 29, 2007

Top Ten of Programming Advice NOT to Follow

A top programmer examines a number of the top items of programming advice commonly given, and makes a great case for why they should NOT be followed. Some interesting food for thought for any programmer.

read more

Thursday, June 21, 2007

Ten CSS tricks you may not know

Cascading Style Sheets are the foundation on which many of the best websites are built. Using CSS allows developers to describe the common style for the website, in terms of colours, fonts and layouts. In this tutorial, Trenton Moss of Webcredible shares some of his top tips to help you get the most from your CSS.

read more

Tuesday, June 12, 2007

Online JPG to HTML Converter

Probably how the "Crazy guy can draw using HTML!!!"A table is created which is filled with large numbers of 1x1 cells. Each cell has a background colour of the corresponding pixel in the image. That's all it is; just a massive grid of coloured table cells. View the source to see the details.

read more

Wednesday, June 06, 2007

Inspiration Package: 60+ Usable & Elegant Designs

Over 60 elegant, usable and impressive designs with a well thought-out color scheme, typography and visual structure. Their beauty lies in the way both information is presented. Their usability lies in the way they communicate presented data. That's what make them different.

read more

Deploy the Azure Machine Learning Model

In the previous post I have discussed how to create an Azure Machine Model.  In this post I will be discussing how to Deploy this model. Pre...