|
|
UnicornNinja
UnicornNinja
 |
|
Stories kicked by UnicornNinja
|
|
submitted by
UnicornNinja
2 months, 18 days ago
thebrainparasite.com — In my ongoing efforts to create a helper library for myself that consists of commonly used functions in my development efforts, I’ve decided to write a sitemap generator. The concept is simple, I just want the contents of my Web.sitemap file to produce a Sitemap.aspx page which will serve as the basic sitemap for a web site. read more...
add a comment
|
category: C# | Views: 5
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
UnicornNinja
4 months, 11 days ago
thebrainparasite.com — The renewal cost for domains registered at Yahoo! have gone up 251% to $34.95 (or higher!) per year after the initial registration. read more...
add a comment
|
category: Other | Views: 5
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 4 months, 11 days ago, submitted by
kpanghmc
4 months, 11 days ago
kevinwilliampang.com — Programmers all have their personal pet peeves. Whether it's scope creep, Hungarian notation, or smelly coworkers, there are certain nuisances that we must put up with in our line of work. The following is a list of the top 10 things that annoy programmers, compiled from the results of my recent question on StackOverflow along with some of my own experiences as a programmer: read more...
1 comment
|
category: Other | Views: 922
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 4 months, 14 days ago, submitted by
stephen_henry
4 months, 14 days ago
aspadvice.com — This article will brief you on the way to change the default Remote Desktop Connection port to other port. This feature is important to protect your server from unwanted attempt access. Please also note that the firewall should be configured to allow such connections... read more...
1 comment
|
category: Security | Views: 93
|
|
tags:
Security, Windows | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
UnicornNinja
4 months, 18 days ago
thebrainparasite.com — I If you were going to create any type of serious program for the web, wouldn’t it make more sense to use a more robust language like Java or a .NET language? Yet, very large, very successful web applications are built on PHP (Wikipedia, Digg, Facebook, the list goes on…). New and innovative web applications are constantly being developed in PHP. Entire web development companies code in nothing but PHP! WHY!? read more...
add a comment
|
category: Architecture | Views: 29
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 19 days ago, submitted by
oazabir
5 months, 25 days ago
msmvps.com — A new release of Dropthings, open source ASP.NET 3.5 AJAX portal. Features many performance and scalability techniques and a new design.
Showcases:
- 10 ASP.NET Performance and Scalability Secrets.
- Fast ASP.NET page rendering by deferred script loading.
- Load large amount of Javascripts in batch and thus load AJAX sites a lot faster.
- Fast Streaming AJAX proxy that solves double downloading problems and continuously streams content from external domain.
- Making best use of cache for high performance website.
- On-demand UI loading on AJAX websites.
read more...
add a comment
|
category: AJAX | Views: 395
|
|
tags:
AJAX, Portal, 3.5, OpenSource, .net3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 5 days ago, submitted by
janko
6 months, 6 days ago
jankoatwarpspeed.com — Newspaper is a free, lightweight, high-contrast, black&white theme for BlogEngine.NET. The name "Newspaper" comes from the fact that theme looks like real newspapers. You can see how does it looks like and download a free copy. read more...
add a comment
|
category: Other | Views: 314
|
|
tags:
Themes, BlogEngine.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jdobrien
6 months, 6 days ago
obrienjd.com — When you first start using LINQ you can quickly fall in love with it. Suddenly, everything looks LINQ-able. But don't thow away everything you know and love just for this new tool. read more...
add a comment
|
category: Linq | Views: 20
|
|
tags:
LINQ-A-HOLIC, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 26 days ago, submitted by
rstrahl
6 months, 27 days ago
west-wind.com — Status bars are very useful in client applications to display well status information and having a reusable and easily callable and configured status component to display messages is extremely handy. Here's an implementation that uses jQuery plus a bit of CSS to make short work of displaying status content. read more...
add a comment
|
category: AJAX | Views: 410
|
|
tags:
JavaScript, jQuery, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 26 days ago, submitted by
rimsystems
6 months, 27 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 7 months, 4 days ago, submitted by
maartenba
7 months, 5 days ago
blog.maartenballiauw.be — Maarten Balliauw shows you how to build an ASP.NET MVC html helper extension method which generates a nice gridview-like control using pure code and MVC framework. read more...
add a comment
|
category: ASP.NET | Views: 602
|
|
tags:
MVC, Pick, ASPNETMVC, ASP.NET, ASPNET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
UnicornNinja
7 months, 5 days ago
thebrainparasite.com — I recently had a need to track referral codes for ad campaigns as they came in through Google ad clicks. This same module can easily be used to handle affiliate codes as they come in. This module will be executed at each request, will check for a query variable, and store the value in a cookie. You can then retrieve the cookie where ever you need it in you app. read more...
add a comment
|
category: ASP.NET | Views: 13
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 6 days ago, submitted by
janko
7 months, 7 days ago
jankoatwarpspeed.com — Exception handling plays an important part of application management and user experience. If implemented correctly it can make maintenance easier and bring the user experience to a higher level. If not, it can be a disaster. The goal of this article is to provide an overview of what exception handling is from the user perspective and the perspective of people who maintain the application, and to show the best practices of how to implement useful error handling in ASP.NET web applications. read more...
add a comment
|
category: ASP.NET | Views: 545
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Bognit
7 months, 7 days ago
codersbarn.com — The differences between the two models have been pretty well covered, or at least so I thought... read more...
add a comment
|
category: ASP.NET | Views: 50
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 9 days ago, submitted by
janko
7 months, 10 days ago
jankoatwarpspeed.com — This article shows a reviews of 16 great articles and sites I found in May 2008. There are articles about web development with ASP.NET, Ajax and jQuery. There are also a great web design resources, tools, plugins, BlogEngine.NET extensions and one great usability article. read more...
1 comment
|
category: Other | Views: 501
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|

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