Top C# Programming Mistakes

Date: 27 Aug 2009 Comments: 11 so far

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

Date: 25 Aug 2009 Comments:0

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

Date: 25 Aug 2009 Comments: 6 so far

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

Date: 25 Aug 2009 Comments:0

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

Date: 25 Aug 2009 Comments:0

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

Date: 25 Aug 2009 Comments:0

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

Date: 25 Aug 2009 Comments:0

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

Date: 25 Aug 2009 Comments:0

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:

Best Logo Makers

Date: 25 Aug 2009 Comments:0

1. Easy Logo Maker Easy Logo Maker is a web based application that allows users to create logos for free. Generated logos are in all format files. Users can add images, text and shapes. Text, images and shapes use context ribbon UI, from where properties like (size, position, filters…) can be set for each object [...]

Tags: , ,

10 Add-ons for Firefox, You shouldn’t miss

Date: 25 Aug 2009 Comments:0

1. Web Developer last version: 1.1.6 Add a menu and a toolbar to the browser with various web developer tools like working with css, cookie, forms, tables, frames, and edit html. URL: https://addons.mozilla.org/en-US/firefox/addon/60 2. FireFTP last version: 1.0.4 FireFTP is a free, secure, cross-platform FTP client for Mozilla Firefox which provides easy and intuitive access [...]