ang3lfir3

Stories kicked by friends of ang3lfir3

10 tricks that will make your jQuery enabled site go faster (csharptutorial.blogspot.com)

submitted by bacalaobacalao(320) 1 year, 5 months ago

During the last few weeks, I've had the chance to go more in depth with jQyery and general site performance. I've found some techniques that makes my site go much faster. I don't know if they're all best practice, but this article is meant to at least give you some good ideas. read more...

1 comment |category: |Views: 751

tags: another

Announcing the 2010 Encosia Holiday Giveaway(encosia.com)

submitted by gt1329agt1329a(7849) 1 year, 5 months ago

Enter for a chance to win VS2010 Ultimate with one year of MSDN or up to a year's free membership at TekPub. read more...

add a comment |category: |Views: 2

tags: another

Dean Hume - Analytics - Bounce Rate(deanhume.com)

submitted by deanomachinodeanomachino(764) 1 year, 7 months ago

If you are a fellow blogger or Webmaster then read on, because this might interest you somewhat. When I first started out blogging, I added Google Analytics to my site to track visitors and stats. It's a great free tool and generally a really accurate service, and I'm certain that millions of people use this service. However, one of the things that I found was that my bounce rate was unusually high. It was and still is sitting at around 80%. read more...

1 comment |category: |Views: 31

tags: another

Your Software Can Learn A Lot From ATMs(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 1 year, 8 months ago

When it comes to ATMs, failure isn't really an option. But how do they accomplish their high reliability? And how can you leverage that in order to make your software better? read more...

1 comment |category: |Views: 278

tags: another

Your Software Can Learn A Lot From ATMs(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 1 year, 8 months ago

When it comes to ATMs, failure isn't really an option. But how do they accomplish their high reliability? And how can you leverage that in order to make your software better? read more...

1 comment |category: |Views: 278

tags: another

6,953 reasons why I still let Google host jQuery for me(encosia.com)

submitted by pycckipyccki(357) 1 year, 8 months ago

It’s been nearly two years since I wrote about using Google’s CDN to host jQuery on your public-facing sites. In that post, I recommended it due to three primary benefits that public CDNs offer: decreased latency, increased parallelism, and improved caching. Though the post has been overwhelmingly well-received, concerns have been raised as to whether or not the likelihood of better caching is truly very significant. Since the efficacy of that benefit depends entirely on how many other sites are using the same CDN, it takes quite a bit of research to make an objective case either way. I’ve never been happy about responding with vague answers. Caching probability is a valid concern and deserves to be taken seriously. So, I decided to cobble together an HTTP crawler, analyze 200,000 of the most popular sites on the Internet, and determine how many of those are referencing jQuery on Google’s public CDN. read more...

add a comment |category: |Views: 10

tags: another

Don’t let jQuery’s $(document).ready() slow you down(encosia.com)

submitted by gt1329agt1329a(7849) 1 year, 9 months ago

A couple examples of situations where jQuery's $(document).ready() may be unnecessarily slowing you down. read more...

add a comment |category: |Views: 22

tags: another

The NEW DotNetKicks front page is in beta(dotnetkicks.com)

submitted by javeryjavery(5523) 1 year, 10 months ago

We are working on totally reworking how the front page of DotNetKicks works and the new version is now in public beta. Check it out, use it, and give us your feedback! read more...

5 comments |category: |Views: 433

tags: another

Sometimes, even jQuery can’t save you from yourself(encosia.com)

submitted by gt1329agt1329a(7849) 1 year, 10 months ago

This post describes a cross-browser problem I had with jQuery that turned out to be my own fault, including a runthrough of debugging process and the eventual solution. read more...

add a comment |category: |Views: 7

tags: another

Using an iPhone with the Visual Studio development server(encosia.com)

submitted by gt1329agt1329a(7849) 1 year, 11 months ago

A workaround to allow testing ASP.NET sites from external devices, for iPhone/mobile testing. read more...

add a comment |category: |Views: 9

tags: another

Free Visual Studio 2010 Wallpapers(www.myanmarasp.net)

submitted by cmmaungcmmaung(133) 1 year, 11 months ago

Now I just found some wallpapers for Visual Studio 2010. Very nice and clean! If you want you can go and set your desktop wallpaper. read more...

add a comment |category: |Views: 41

tags: another

DMO to SMO(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 1 year, 11 months ago

I recently upgraded from Team Foundation Server 2008 to Team Foundation Server 2010. This broke many msbuild tasks, including one that generates database scripts. One of the prerequisites of the TFS upgrade was upgrading the SQL Server from 2005 to 2008. I found that the msbuild task was using DMO to generate the scripts and had been marked as deprecated, so I went about replacing the old COM library with SQL Management Objects, or SMO. read more...

add a comment |category: |Views: 5

tags: another

ASMX ScriptService mistake – Invalid JSON primitive(encosia.com)

submitted by gt1329agt1329a(7849) 1 year, 11 months ago

Background on what causes this infamous "invalid JSON primitive" error and an example of how to fix the most common cause. read more...

add a comment |category: |Views: 168

tags: another

Toughest Developer Puzzle Ever 2(toughestdeveloperpuzzleever.com)

submitted by jblankenburgjblankenburg(1264) 1 year, 11 months ago

You may recall giving the "Toughest Developer Puzzle Ever" a try last year, and they created a new one for this year. There's 100 levels, and they've got prizes for the first 100 people to finish it! read more...

add a comment |category: |Views: 1161

tags: another

Going Lazy<T> with System.Lazy(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years ago

Taking a look at the how to use the System.Lazy namespace in .Net 4.0. One of the pretty cool new nuggets inside the .Net 4.0 framework is System.Lazy and System.Lazy. What System.Lazy brings to the table is a way to create objects which may need to perform intensive operations and defer the execution of the operation until it is 100% absolutely needed. read more...

add a comment |category: |Views: 609

tags: another

Going Lazy<T> with System.Lazy(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years ago

Taking a look at the how to use the System.Lazy namespace in .Net 4.0. One of the pretty cool new nuggets inside the .Net 4.0 framework is System.Lazy and System.Lazy. What System.Lazy brings to the table is a way to create objects which may need to perform intensive operations and defer the execution of the operation until it is 100% absolutely needed. read more...

add a comment |category: |Views: 609

tags: another