|
|
rblaettler
rblaettler
 |
|
Stories kicked by rblaettler
|
|
published 1 month ago, submitted by
gt1329a
1 month ago
encosia.com — Seven of my favorite jQuery plugins to use with ASP.NET and ASP.NET AJAX, based on my own successes and failures using them over the past year and a half. read more...
add a comment
|
category: AJAX | Views: 664
|
|
tags:
Encosia, ASP.NET, AJAX, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months ago, submitted by
ourcurrentfuture
3 months, 1 day ago
smashingmagazine.com — With the popularity of CSS layouts and JavaScript-enriched web page experiences, it’s not uncommon, particularly for large sites, for the CSS files alone to grow in size, but there are some principles to consider during and after you write your CSS to help keep it tight and optimized. Optimization isn’t just minimizing file size — it’s also about being organized, clutter-free, and efficient. You’ll find that the more knowledge you have about optimal CSS practices, smaller file size will inevitably come as an direct result of their implementation. You may already be familiar with some of the principles mentioned in this article, but they are worth a review. Being familiar with this concepts will help you write optimized CSS code and make you a better all-around web designer. read more...
add a comment
|
category: Tips & Tricks | Views: 416
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 27 days ago, submitted by
crpietschmann
3 months, 27 days ago
pietschsoft.com — There are a few services out there that serve up screenshots of any webpage for you to display on your website. One popular one is Kwiboo; this is the one that DotNetKicks uses. For some time now I've wondered what the easiest way to do this in .NET was, and today I stumbled upon the undocumented WebBrowser.DrawToBitmap method that makes this extremely easy to do. read more...
add a comment
|
category: ASP.NET | Views: 290
|
|
tags:
WebBrowser, Undocumented, screenshot, ASP.NET, winforms | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 10 days ago, submitted by
crpietschmann
4 months, 10 days ago
blog.madskristensen.dk — Some weeks ago I wrote how to minify and compress the WebResource.axd handler. In the comments of that post someone asked how to do the same with ScriptResource.axd. I thought about it and realized it could be done much smarter.If you take a look at the HTML source at the CodePlex Issue Tracker page, you’ll see it references 13 WebResource.axd and ScriptResource.axd. That’s 13 different web requests on each page load. The ScriptResource.axd is using HTTP compression but WebResource.axd does not. None of them minifies the scripts.Therefore it would be cool to create a plug ‘n play HttpModule that combines all resource.axd scripts into one single web request and then minify and compress them. It would result in smaller HTML, fewer web requests and optimized JavaScript code. If you’re a YSlow nazi like me, this is a must-have. read more...
add a comment
|
category: AJAX | Views: 84
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 10 days ago, submitted by
vkreynin
4 months, 10 days ago
vkreynin.wordpress.com — Move fast between open and close braces. No more scrolling to find beginning of that illusive if statement. read more...
2 comments
|
category: Visual Studio | Views: 693
|
|
tags:
Tips, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 7 days ago, submitted by
rimsystems
5 months, 7 days ago
sixrevisions.com — Response times, availability, and stability are vital factors to bear in mind when creating and maintaining a web application. If you’re concerned about your web pages’ speed or want to make sure you’re in tip-top shape before starting or launching a project, here’s a few useful, free tools to help you create and sustain high-performance web applications. read more...
1 comment
|
category: Architecture | Views: 731
|
|
tags:
WoW, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 8 days ago, submitted by
zigamorph
5 months, 8 days ago
coderjournal.com — As anybody who has run a growing website or blog knows, response time is going to get worse with the more users you have visiting your site. The users come from all angles, RSS feeds, homepage visits, search engine visits, people sealing your static files that you host, and pretty much anything else that can be served over HTTP. The solution to this problem is to off load your static content on to a Content Delivery Network or CDN. CDN providers cost a lot of money though, so it is nothing for us mere mortals with one server can afford.
But thanks to Google anyone can now run their own CDN for free on Googles servers. Lucky for you and me Google has made the process really painless and you can even have the CDN under you own domain name. In my case static.coderjournal.com. read more...
1 comment
|
category: Architecture | Views: 330
|
|
tags:
Google, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 7 days ago, submitted by
acyment
5 months, 8 days ago
aggiorno.com — I decided to try and make good old Nikhilk Kothari's personal site a valid one. I didn't have access to the source code, so all changes were made on the rendered ASP.NET. Why Nikhilk? I don't know, I guess I just like his web site! Short and entertaining video. read more...
1 comment
|
category: ASP.NET | Views: 217
|
|
tags:
standards, compliance, ASP.NET, Web | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 22 days ago, submitted by
dengar007
5 months, 22 days ago
my-debugbar.com — IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.
read more...
1 comment
|
category: IE | Views: 430
|
|
tags:
Testing, Web, WebStandards, IE8 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 2 days ago, submitted by
rimsystems
6 months, 4 days ago
aspnet.4guysfromrolla.com — Describes a method for warning a user that their caps lock is on using JavaScript. Also includes an ASP.NET control read more...
add a comment
|
category: Tips & Tricks | Views: 208
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 4 days ago, submitted by
landonb
6 months, 5 days ago
codeproject.com — Hack for the .Net script manager to pull all needed javascript files at once and push them to the bottom of the html to speed up rendering. read more...
add a comment
|
category: ASP.NET | Views: 322
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 10 days ago, submitted by
Reman
6 months, 10 days ago
nayyeri.net — There is no doubt that MetaWeblog API is one of the very helpful and popular inventions around online publishing especially for blog engines and services. Of course MetaWeblog API has not been a tool only for blogs because it's used as a general publishing service for others sites as well. read more...
add a comment
|
category: ASP.NET | Views: 34
|
|
tags:
KeyvanNayyeri, C#, ASP.NET, metaweblog | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 8 days ago, submitted by
stenbaek
6 months, 10 days ago
jankoatwarpspeed.com — This article will show you how to create fancy buttons using CSS sliding doors technique. It is much better to use this technique than to use image buttons because you can apply the style to any link and at the same time you don't have to create an image for each button. read more...
add a comment
|
category: Other | Views: 128
|
|
tags:
CSS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 22 days ago, submitted by
Vort3X
6 months, 23 days ago
objectreference.net — I develop for a large, high-availability website, with hundreds of thousands of daily users. As such, we need to cache a lot of data in our web-server memory (which is cheap) to save numerous hits to our main database cluster (which is very expensive). I would imagine the desire to improve performance by saving on database hits is common across many web applications – and caching frequently used data is often seen as one of the best ways to solve this problem. read more...
6 comments
|
category: C# | Views: 61
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rblaettler
7 months, 11 days ago
remy.supertext.ch — A simple page that lists all ASP.NET ServerVariables from the Request object. and some other interesting Request properties.
As an add-on it also shows the current Browser Caps. read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|