|
|
tlynch
tlynch
 |
|
Stories kicked by tlynch
|
|
published 7 days, 9 hours ago, submitted by
RyanFarley
8 days, 15 hours ago
crazeegeekchick.com — hese days teams can be dispersed all over the globe. With outsourcing, telecommuting, distance learning and complex project collaboration, it's often helpful to have tools that can assist with the various collaborative tasks need to be done by dispersed teams. I've put together a great list of 27 free... read more...
3 comments
|
category: Other | Views: 879
|
|
tags:
Tools | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 days, 12 hours ago, submitted by
desmond
10 days, 16 hours 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: 448
|
|
tags:
jQuery, File, uploader, AJAX, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 26 days, 7 hours ago, submitted by
JamesEggers
28 days, 7 hours ago
randomactsofcoding.blogspot.com — In this sixth and final entry on a series of post focused on using jQuery with no prior knowledge, I dive into applying jQuery into the traditional ASP.Net web form environment. The example code covered in this entry focuses on applying the jQuery Validation plug-in against 2 sets of input in the same form. To make the example more realistic, the form fields are contained inside of content page to ensure the code works with ASP.Net's client id renaming feature/annoyance. read more...
1 comment
|
category: jQuery | Views: 446
|
|
tags:
jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 13 days ago, submitted by
beckelmw
1 month, 18 days ago
beckelman.net — I was recently asked to provide sorting on a ListView that I knew needed it, but had left off originally because I was having trouble with the way I normally handle sorting ListViews with this particular page. This led me to searching for another way. I think what I came up with may replace the way I have been handling user requested sorting (all server side) up until now. What I found was the jQuery TableSorter plugin plus a few extras. The plugin, like just about all jQuery plugins is really easy to use. You just point it at your table and it does the rest (make sure your table has thead and tbody tags though). Of course there are many options that you can set for your particular situation. Check out the demo. read more...
2 comments
|
category: jQuery | Views: 143
|
|
tags:
tablesorter, ReadIt, jQuery, ListView | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 22 days ago, submitted by
wisemx
1 month, 27 days ago
officelabs.com — That brings us to today, releasing Touchless to the world outside Microsoft, as a *FREE* *OPEN-SOURCE* SDK with a low barrier to entry for developers and users. Touchless makes developing multi-touch capable software easy, and the results can be enjoyed by anyone with a webcam (and some M&Ms :))! Touchless has come a long way, but its journey has just begun. I can imagine a variety of great directions to explore using Touchless. Perhaps support for the forthcoming Windows multi-touch API, video chat white-boarding, implementing mouse/game/hotkey/media control, and designing decked out Minority Report style file/media browsers. read more...
add a comment
|
category: Open Source | Views: 246
|
|
tags:
Multi-Touch, MultiTouch, Touchless, OpenSource, SDK | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 27 days ago, submitted by
Showjumper
2 months, 3 days ago
riderdesign.com — This article shows how to use jQuery in a real world practical situation - to check username availability - by making an AJAX call to a WebMethod. In this artcle we examine how to make the call, how get the desired username and pass it correctly as well as using jQuery to style and display firnedly notification messages.
read more...
add a comment
|
category: ASP.NET | Views: 323
|
|
tags:
jQuery, AJAX, ASP.NET, RiderDesign | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 12 days ago, submitted by
beckelmw
2 months, 13 days ago
beckelman.net — Back in 2005 Omar Al Zabir (Co-founder and CTO of PageFlakes) posted an article on the CodeProject web site Simulate a Windows Service using ASP.NET to run scheduled jobs that many of you have probably seen. If you liked the idea at the time but didn't do anything with it, you may want to take another look now. In the comments, dselkirk provided an alternative that really cleans things up that Erichero then improved upon slightly and converted to C#. read more...
3 comments
|
category: ASP.NET | Views: 409
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 6 days ago, submitted by
fzoufaly
3 months, 6 days ago
aggiorno.com — Free tool to make your web pages compatible with IE8 by automating the introduction of the compatibility flag. read more...
add a comment
|
category: IE | Views: 237
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 3 months, 9 days ago, submitted by
JamesNK
3 months, 9 days ago
james.newtonking.com — The latest version of Json.NET brings lots of new features including Silverlight support. read more...
add a comment
|
category: C# | Views: 428
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 17 days ago, submitted by
shashisatya
4 months, 18 days ago
encosia.com — PostBack Ritalin is an ASP.NET AJAX server control to help simplify the common task of disabling buttons and imagebuttons during partial postbacks. read more...
2 comments
|
category: AJAX | Views: 108
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 24 days ago, submitted by
crpietschmann
4 months, 25 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 5 months, 29 days ago, submitted by
gt1329a
6 months ago
encosia.com — Three common problems that I've seen when using jQuery with ASP.NET AJAX, their underlying causes, and simple solutions to them. read more...
add a comment
|
category: AJAX | Views: 390
|
|
tags:
jQuery, Encosia, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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