Your Ad Here

Hard Drive Weight Increasing

Written on August 31, 2009 – 2:53 am | by tihomir_wwf |

> I found that screenshot in a developer’s forum today. It just made my day:

Tags:

Back to the beginning of the computer age in photos

Written on August 29, 2009 – 3:30 am | by tihomir_wwf |

Top C# Programming Mistakes

Written on August 27, 2009 – 11:40 am | by tihomir_wwf |

1.Using String variables: if (someString.Length > 0) { // … } … but someString could be a null: if  (!String.IsNullOrEmpty(someString)) { // much better now !? } 2.String concatenation string s = “dev”; s += “-”; s += “the”; s += “-”; s += “web”; s += “.”; s += “com”; This is not very [...]

Tags:

Cool Websites – August 2009

Written on August 25, 2009 – 7:28 am | by tihomir_wwf |

Here’s a list of 12 cool websites for design inspiration 1. Wim Vanhenden’ portfolio website URL: http://www.wimvanhenden.be/ 2. eLaboration Web Design URL: http://www.elabdesign.com 3. 26000 Vodka URL: http://26000vodka.com 4. Soft Whiteroom URL: http://www.soft.se 5. 53 Colors URL: http://53colors.com/ 6. Hugs For Monsters URL: http://hugsformonsters.com/ 7. The Toke URL: http://thetoke.com 8. Sua Felicidade Transforma URL: http://coketeens.com.br [...]

Tags: ,

8 Advantages of ASP.NET over PHP

Written on August 25, 2009 – 7:06 am | by tihomir_wwf |

1. The code-behind allows you easier to maintain the code when it comes to large websites. 2. You have the freedom of choosing from multiple languages (C#, VB.NET, C++, etc.) 3. SQL Server is also very fast, secure, and it can store extremely large amounts of data; actually, there’s no limit; 4. With ASP.NET you [...]

Tags: ,

5 Awesome Free Online Tools and Resources for Web Page Design

Written on August 25, 2009 – 6:57 am | by tihomir_wwf |

Here’s a list of 5 Awesome Free Online Tools and Resources for Web Page Design: 1. Font Tester – CSS Font Comparison Tool Font Tester is a free online font comparison tool. It allows you to visually compare fonts side by side with different CSS font styles applied. URL: http://www.fonttester.com/ 2. Colr.org Play with colors [...]

Tags: ,

10 x 10 Web Design Tips

Written on August 25, 2009 – 6:35 am | by tihomir_wwf |

Here’s a list of 10 Articles about 10 Web Design Tips: 10 Simple Design Tips ‘Create folders for different types of files.’ ‘Name your pages and graphics in a way in which it will be easy to find them later.’ ‘Keep your graphics sizes small.’ ‘Put large graphics on a separate page.’ ‘Update your site [...]

Tags: ,

1011 Signs You are a Real Programmer

Written on August 25, 2009 – 4:54 am | by tihomir_wwf |

1. Real Programmers don’t believe in schedules, only planners make up schedules. 2. Real Programmers never work 9:00 A.M. to 5:00 P.M. If any Real Programmers are around at 9:00 am, its because they were up all night. 3. Real Programmers don’t like the team programming concept. 4. Real Programmers have no use for managers. [...]

Tags:

Free Image Hosting Service Comparison

Written on August 25, 2009 – 4:13 am | by tihomir_wwf |

An image hosting service allows everyone to upload images to a website. The image host will store the image onto its server, and will allow others to view that image. Here’s a table to compare different free image hosting service: URL Maximum File Size Valid Types http://www.freeimagehosting.net/ 3,000KB .gif, .jpg, .bmp, .png http://www.supload.com/ there is [...]

Tags:

Web Sites Against Internet Explorer 6

Written on August 25, 2009 – 4:08 am | by tihomir_wwf |

Let’s admit it, many people hate Internet Explorer 6 Here’s a list of Web Sites Against IE6: 1. STOP IE6 campaign A campaign devoted to wiping IE6 off the web URL: http://www.stopie6.org/ 2. RIPIE6.com RIPIE6 is the obituary notice of Internet Explorer 6′s death URL: http://www.ripie6.com/ 3. Bring Down IE 6 a campaign by .net [...]

Tags: