|
|
diamondz
diamondz
 |
|
Stories kicked by diamondz
|
|
submitted by
hieuuk
19 days, 10 hours ago
hieu.co.uk — A tutorial about start getting into Game Dev with making Space Invaders with C#.NET and XNA game studio. It only take 1h30 to complete the code. You will be surprise how easy to make a simple game nowaday. read more...
add a comment
|
category: XNA | Views: 10
|
|
tags:
XNA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 22 days, 22 hours ago, submitted by
sharplife
23 days ago
nayyeri.net — Keyvan wrote something about our popular social bookmarking site, DotNetKicks and talked about some spamming problems on DNK and discussed about saving DNK from this situation. A must read post for all DotNetKicks lovers! read more...
5 comments
|
category: Other | Views: 344
|
|
tags:
dnk, DotNetKicks, KeyvanNayyeri | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 16 days, 15 hours ago, submitted by
beckelmw
23 days, 17 hours ago
tvidesign.co.uk — jQuery is awesome. I've been using it for about a year now and although I was impressed to begin with I'm liking it more and more the longer I use it and the more I find out about it's inner workings.
I'd call myself an "intermediate" jQuery user and I thought some others out there could benefit from all the little tips, tricks and techniques I've learned over the past year. The article also ended up being a lot longer than I thought it was going to be so I'll start with a table of contents so you can skip to the bits you're interested in.
read more...
2 comments
|
category: jQuery | Views: 708
|
|
tags:
jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 30 days, 1 hour ago, submitted by
gt1329a
30 days, 5 hours ago
encosia.com — Three reasons why you should use the Google AJAX Libraries CDN for your public facing sites that use jQuery (or several other AJAX libraries) and examples of how to do so. read more...
add a comment
|
category: AJAX | Views: 588
|
|
tags:
Encosia, jQuery, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 2 days ago, submitted by
rathboma
1 month, 4 days ago
matthewrathbone.com — A simple list of 5 incredibly useful appliacations for developers / support experts / power-users. These get installed on almost every pc i touch! read more...
4 comments
|
category: Tips & Tricks | Views: 1278
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 5 days ago, submitted by
rstrahl
1 month, 6 days ago
west-wind.com — I've posted Part 2 of my jQuery with ASP.NET article series. Part 2 deals almost entirely with making AJAX callbacks to ASP.NET using several different mechanisms to retrieve data from the server for client side consumption. Covered are external content retrieval, same page callbacks, WCF/ASMX and a pluggable custom callback implementation that can be used with any application. Also covered is client side templating for managing HTML in one place. read more...
1 comment
|
category: jQuery | Views: 210
|
|
tags:
AJAX, ASP.NET, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 5 days ago, submitted by
gt1329a
1 month, 6 days ago
encosia.com — Taking a look at one feature on CodePlex that is much slower than it needs to be, due to indiscriminate use of UpdatePanels and bloated ViewState, and then comparing it to similar functionality on Stack Overflow to illustrate how much more efficiently the same feature can be implemented. read more...
3 comments
|
category: AJAX | Views: 530
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 15 days ago, submitted by
desmond
1 month, 15 days ago
blog.codeville.net — Do you want your HTML file upload controls to show a progress bar during the upload? That's always been tricky. Here's a cool jQuery plugin that gets the job done, along with a demo app written in ASP.NET MVC. read more...
add a comment
|
category: ASP.NET | Views: 513
|
|
tags:
jQuery, File, uploader, AJAX, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 28 days ago, submitted by
gt1329a
1 month, 28 days ago
encosia.com — A complete example of how to implement progressive search in ASP.NET, using the jQuery plugin quickSearch. The source download includes a customized version of quickSearch for use with ASP.NET. read more...
1 comment
|
category: AJAX | Views: 264
|
|
tags:
jQuery, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
sathai
2 months, 2 days ago
sarin.mobi — Tracking visitors on your e-commerce website is crucial step on internet business today, one tool from Google, call “Google Analytics” has come to help, armed with ability to track visitors from difference source traffic, content navigation, visitor’s system statistic, and most of all e-commerce tracking. Analytics E-commerce are executed by a block of JavaScript into the html code rendered to the client browser, this can sometime be difficult if you have more than one product (Which also happen on my site). Therefore we need a more powerful way generate this tracking code for Analytics, using the power of C# in ASP.NET, I’m able to create a namespace to dynamically generate the inject code for you simply at runtime. read more...
add a comment
|
category: ASP.NET | Views: 21
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 2 days ago, submitted by
jacook11
2 months, 2 days ago
mattberseth.com — Conclusion
There is an incentive for publishers that use DNK to setup phony accounts that will help get stories from certain domains on the front page. So guess what happens ... it would appear that a certain number of people are doing this. read more...
8 comments
|
category: Other | Views: 333
|
|
tags:
DotNetKicks | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 3 days ago, submitted by
bartekm
2 months, 4 days ago
blog.evonet.com.au — ASP.NET membership provides the ability to authenticate users to your web application using forms based authentication against a database of users or directory services. This article explains the steps required to provide authentication against Active Directory, either for new sites with no authentication, or for existing sites using database authentication. read more...
2 comments
|
category: ASP.NET | Views: 317
|
|
tags:
active, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 29 days ago, submitted by
samdnp
2 months, 5 days ago
dotnetperls.com — What are the benefit of structs in C#? When can they improve performance and memory use? See examples and benchmarks as well as screens from CLRProfiler and the Visual Studio debugger. Is this is the best struct article in the world? Maybe! read more...
11 comments
|
category: C# | Views: 928
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 9 days ago, submitted by
JonSagara
2 months, 9 days ago
ayende.com — Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL. read more...
5 comments
|
category: Linq | Views: 1306
|
|
tags:
notagain, Bullshit, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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