ASP.NET Hosting Comparison

Date: 11 Nov 2009 Comments:0

Here’s a list of most popular asp.net hosting providers. Hosting Top Features Bonus Price http://www.arvixe.com/ Award Winning Reliable host Unlimited MS SQL 2008 databases ASP.NET v1.1/2.0/3.0/3.5 LINQ, AJAX, Silverlight URL Rewriting Module Free Domain Name for Life $5 http://www.3essentials.com/ cPanel and Plesk 6,000 MB Disk 400 GB Transfer PHP 5, ASP.NET 3.5 MySQL 5, SQL [...]

Exceptional Blog Designs

Date: 5 Nov 2009 Comments:0

The Relevant Elephant URL: http://therelevantelephant.com/ Detailing the day to day happenings of Rin and Wendy URL: http://rin-wendy.com/ Okami Design Blog URL: http://okami.fr/blog/en/ Mike Matas Blog URL: http://www.mikematas.com/ Elite By Design : Web Design & Photoshop Inspiration URL: http://elitebydesign.com/

Tags: ,

Common CSS Mistakes

Date: 27 Oct 2009 Comments:0

1. Repetition of same code border-top:1px solid #f00; border-right:1px solid #f00; border-bottom:1px solid #f00; border-left:1px solid #f00; Each border is the same! So, it can be replace with: border:1px solid #f00; 2. Duplicate Color Codes color:#aabbcc; Write the code like this instead: color:#abc; 3. Not applying more than 1 class at a time .classA {background-color:#f00; [...]

Tags:

C# Tips and Tricks

Date: 20 Oct 2009 Comments: 1

1. Convert a string to a Byte[] array: byte[] string2byteArr = System.Text.UnicodeEncoding.GetBytes(“Some String”); 2. Lazy load something rather than Foo foo; public Foo Foo { get { if (foo == null) { foo = new Foo(); } return foo; } } you can try: Foo foo; public Foo Foo { get { return foo ?? [...]

Tags:

ASP.NET Script Collection WebSites

Date: 12 Oct 2009 Comments:0

Are you searching for asp.net script, applications or controls? Do you want to compare similar scripts? Here is a list of site where you can find info about asp.net scripts 411asp.net Directory of ASP.NET applications, scripts, tutorials, assemblies, and references arranged by reviews, price, version, and hits. Currently you can find info about 563 Web [...]

Cool WebSites October 2009

Date: 4 Oct 2009 Comments:0

1.Le Mйridien Etoile URL: http://www.lemeridienetoile.com/experience/ 2. 310k of pure magik URL: http://www.310k.nl 3. ZOOGAMI: CONTEMPORARY BEER URL: http://www.zoogami.net/beer/ 4.ARK PORCELANOSA GRUPO 2009 URL: http://www.ark-plus.com 5. Miguel Endara URL: http://www.miguelendara.com/ 6. Emilie Guelpa, Art director Freelance URL: http://www.onthesly.fr 7. FOXTEL I am uniQue – build a uniQue interactive URL: http://www.iamunique.com.au 8. Concave Scream URL: http://www.concavescream.com/

Tags: , ,

Common PHP Programming Mistakes

Date: 30 Sep 2009 Comments: 16 so far

1.Using double quotes when you want to output a basic string echo ‘it’s ok’; echo “it’s not”; When you surround a PHP string in double quotes, it is parsed by the PHP interpreter for variables & special characters, such as “n”. If you want to output a basic string, use single quotes! it’s a performance [...]

Tags:

Cool Websites September 2009

Date: 27 Sep 2009 Comments:0

1. Ramcat – Trendy accomodation in Barcelona URL: http://www.ramcat.es/ 2. Harmonic 313 – when machines exceed human intelligence out now URL: http://www.harmonic313.com/wordproblems/ 3. alice + olivia URL: http://www.aliceandolivia.com 4. Dolphins Communication Design URL: http://www.dolphinsonline.gr/ 5. ECTOMACHINE URL: http://www.ectomachine.com/ 6. Design is Kinky Studio URL: http://www.dikstudio.net/ 7. Pixelcase URL: http://pixelcase.com.au/ 8. Mellow and Yellow L.L.C URL: [...]

Tags: ,

Hard Drive Weight Increasing

Date: 31 Aug 2009 Comments:0

> 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

Date: 29 Aug 2009 Comments:0