|
|
Cyonix
Cyonix
 |
|
Stories kicked by Cyonix
|
|
published 1 month, 3 days ago, submitted by
zylox
1 month, 4 days ago
weblogs.asp.net — IntelliSense documentation files for jQuery just got published on jquery.com. This enables great IntelliSense at design-time for jQuery in Visual Studio 2008. read more...
add a comment
|
category: jQuery | Views: 301
|
|
tags:
jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month ago, submitted by
oazabir
1 month, 4 days ago
msmvps.com — If you are using Linq to SQL, instead of writing regular Linq Queries, you should be using Compiled Queries. if you are building an ASP.NET web application that’s going to get thousands of hits per hour, the execution overhead of Linq queries is going to consume too much CPU and make your site slow. There’s a runtime cost associated with each and every Linq Query you write. read more...
add a comment
|
category: Linq | Views: 252
|
|
tags:
ASP.NET, Performance, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months ago, submitted by
activa
3 months, 2 days ago
blog.activa.be — After months of writing documentation, the first release candidate of ProMesh.NET v2.0 has been released in the wild.
ProMesh.NET is a powerful MVC framework for .NET 2.0 that has been around for a long time, but today it finally reached another important milestone.
read more...
add a comment
|
category: Open Source | Views: 271
|
|
tags:
MVC, ProMesh.NET, ASPNETMVC, OpenSource, ProMesh | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 6 days ago, submitted by
DanRigsby
3 months, 7 days ago
danrigsby.com — Understanding the TimeZoneInfo classin .Net 3.5 and how it compares to the standard TimeZone class. read more...
1 comment
|
category: C# | Views: 250
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 6 days ago, submitted by
DanRigsby
3 months, 8 days ago
danrigsby.com — Understanding the DateTimeOffset struct in .Net 3.5 and how it compares to the standard DateTime struct. read more...
add a comment
|
category: C# | Views: 261
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 9 days ago, submitted by
rstrahl
3 months, 10 days ago
west-wind.com — Centering content is a useful client side UI feature especially when working with pop ups or popup windows when displayed for the first time. Here's a little jQuery plug in that handles centering in the window and in other container elements easily. read more...
add a comment
|
category: AJAX | Views: 117
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 10 days ago, submitted by
Jemm
3 months, 11 days ago
blog.nerdplusart.com — Cool particle effects live demo done with Silverlight. Sources are available, too! read more...
1 comment
|
category: Silverlight | Views: 336
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
activa
3 months, 16 days ago
blog.activa.be — Time for an update on the state of ProMesh.NET, the open-source MVC Web Application framework I started a few years ago. The last public release was almost 7 months ago, and a lot has been changed since then. The original plan was to create a version 1.5, but I decided against that and made it in a full 2.0 release read more...
add a comment
|
category: Open Source | Views: 13
|
|
tags:
ProMesh, ProMesh.NET, OpenSource, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 3 days ago, submitted by
janko
4 months, 4 days ago
jankoatwarpspeed.com — We're all trying to build an effective and good looking web forms. But there are always a new challenges. If you read my previous articles on how to build a better web forms, you could have noticed there are so many details about it. This article will show you how you can make a usual, boring web forms more effective and exciting with just a few simple CSS tricks. read more...
add a comment
|
category: Other | Views: 635
|
|
tags:
jQuery, CSS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 16 days ago, submitted by
Vort3X
4 months, 16 days ago
objectreference.net — Well, JavaScript developers, specifically. In order to aid in development of my own websites, I enabled JavaScript debugging in Internet Explorer a few weeks back. To my horror, I have quickly experienced what seems to be complete disregard for serving syntactically correct JavaScript on the open internet. No, I’m not just talking about a few niche websites, run by amateur programmers. I am talking about industry-leading nerd-friendly powerhouse websites that should know better. read more...
4 comments
|
category: AJAX | Views: 650
|
|
tags:
JavaScript, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 28 days ago, submitted by
colinjack
4 months, 29 days ago
codebetter.com — Great article detailing why LINQ to SQL deserves some attention particularly if you buy into the object oriented style of development or are currently working with an ORM such as NHibernate. read more...
add a comment
|
category: ADO.NET | Views: 245
|
|
tags:
Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 28 days ago, submitted by
tomdog
5 months, 29 days ago
atalasoft.com — This application will generate a color scheme for you based on an image. After you upload an image, it will generate you a list of the most common colors that are significantly different from each other. Click anywhere on the image to pick other colors. There are zoom tools to pick the exact pixel you need. Web demo and Source Code Available read more...
1 comment
|
category: ASP.NET | Views: 274
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 4 days ago, submitted by
activa
6 months, 5 days ago
blog.activa.be — Am I the only one who believes a great programming font can boost your productivity and increase your coding joy?
Check out Damien Guard's superb new release of Envy Code R, my favorite coding font. read more...
9 comments
|
category: Other | Views: 864
|
|
tags:
IDE, Fonts | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jazzman007
6 months, 8 days ago
pablotron.org — Modern web browsers support some form of persistent storage that doesn't involve cookies. The problem is that they each use a different storage mechanism. Introducing PersistJS - a small, standalone persistent storage library that lets you access the browser storage while remaining ignorant to which browser you're using! read more...
add a comment
|
category: Products | Views: 10
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 6 months, 10 days ago, submitted by
activa
6 months, 11 days ago
blog.activa.be — Introducing SharpTemplate.NET, a lightweight general-purpose template engine for .NET 2.0. It allows you to incorporate template parsing in your .NET applications. Perfect for code generators, reporting tools, mass-mailing applications, etc. read more...
add a comment
|
category: Open Source | Views: 296
|
|
tags:
CodePlex, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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