developerbuzz

Stories kicked by developerbuzz

Better Password Inputs, iPhone Style(css-tricks.com)

submitted by developerbuzzdeveloperbuzz(145) 2 years, 10 months ago

Demonstration using jQuery to reproduce the iPhone password field effect. Showing the key pressed and/or the last character entered. read more...

add a comment |category: |Views: 35

tags: another

Ajax survey 2009: jQuery and MS Ajax are almost tied(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 11 months ago

Simone posts the results of the survey about ajax adoption among .NET developers. jQuery gained 58% since 2007 and now is almost tied to the MS Ajax stack (Control toolkit and ajax core) read more...

6 comments |category: |Views: 326

tags: another

Asp.Net vs php : Speed Comparison(naspinski.net)

submitted by naspinskinaspinski(610) 2 years, 11 months ago

Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...

add a comment |category: |Views: 1321

tags: another

Book Review - Wrox Professional ASP.NET MVC 1.0(blogs.visoftinc.com)

submitted by dwhitedwhite(250) 3 years ago

A review of Professional ASP.NET MVC 1.0 from Wrox. A great book from Rob Conery, Scott Hanselman, Phil Haack, and Scott Guthrie. read more...

add a comment |category: |Views: 283

tags: another

Visual Studio 2010 Beta 1 for MSDN Subscribers(vistadb.net)

submitted by vistadbvistadb(879) 3 years ago

Visual Studio 2010 Beta 1 is now on MSDN along with .Net 4 Beta 1. Some highlights from the information: .Net 4.0 Cloud Development - Windows Azure which is basically utility computing where you pay by the hour for your usage. Parallel Development - Not sure if this only means PLINQ for .Net developers or if they are only talking about C++ devs. TDD Improvements - Editor changes for building test cases first, and then writing the code. ASP.NET - CSS grids and design surfaces changes, more Javascript debugging improvements. C++ Compiler - Lots of changes for C++ development, including MFC. Sharepoint templates New Project Templates Windows 7 - MFC updates for Ribbon UI, and WPF changes. Application Model Changes - Reverse existing codebases, and lots of changes in Architect Edition to support more model types (including Class Libraries finally). Test Runner - This is potentially huge as it allows testers to submit bug reports complete with callstacks and traces that you can actually use to resume an app at the error point to avoid the dreaded No Repro on bug reports. I have seen this demo and it is quite impressive. We will see how it actually works though. read more...

add a comment |category: |Views: 387

tags: another

7 Valuable Visual Studio Hidden Features(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years ago

Visual Studio is a very powerful IDE and I have yet to find another IDE that comes close to all the features it offers. Yet they are some hidden gems that can make our every day tasks a little bit easier. read more...

add a comment |category: |Views: 945

tags: another

Regex Hero to the Rescue(regexhero.com)

submitted by BucketSoftBucketSoft(324) 3 years ago

From BucketSoft comes an online Silverlight regular expression tool utilizing the .NET regular expression engine. Features instantaneous highlighting of regular expression matches. It's a great way to test iterations of your .NET regular expressions quickly. read more...

7 comments |category: |Views: 318

tags: another

How I handle JSON dates returned by ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 3 years ago

The problem of how to handle dates in JSON is one of the more troublesome issues that may arise when directly calling ASP.NET AJAX web services and page methods.. Since the question of how I handle this problem is something asked often in emails and in comments on other posts here, I want to address the topic with its own post. read more...

add a comment |category: |Views: 193

tags: another

I Spose I’ll Just Say It: Still Waiting For a GOOD Reason to Learn MVC(blog.theaccidentalgeek.com)

submitted by developerbuzzdeveloperbuzz(145) 3 years, 1 month ago

Why you shouldn’t learn MVC Earlier today Rob Connery posted about why he thinks You Should Learn MVC. Rob is a great guy and we always have lively discussions whenever we meet at conferences. I was in the middle of writing a long comment on his blog when I decided it might be better as it’s own post. read more...

add a comment |category: |Views: 525

tags: another

Using the Phidgets LCD With Outlook(codehill.com)

submitted by amgadhsamgadhs(85) 3 years, 1 month ago

When I got my Phidgets StarterKit I decided to use the LCD that came with it with the Outlook Addin I developed for my previous post Capturing Outlook 2007’s New Mail and Reminder Events. The LCD connects to the PC through USB. It has no memory, so the control program runs on the PC. The libraries needed to develop programs for the hardware can be downloaded from their website along with some sample code too. read more...

add a comment |category: |Views: 9

tags: another

Introduction to JOINs - A simplest Visual Explanation of Join(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 1 month ago

Introduction to JOINs - A simplest Visual Explanation of Join This post is for every developer who just want to make sure that their basics of Join is perfect. Bookmark this for future use or for teaching your friends of Jr. about Joins. Blog about this post if you like it. read more...

2 comments |category: |Views: 536

tags: another

Designing .NET Class Libraries(msdn.microsoft.com)

submitted by schalkvanwykschalkvanwyk(1335) 3 years, 1 month ago

The Designing .NET Class Libraries series presents design guidelines for developing classes and components that extend the .NET Framework. The goal of the Designing .NET Class Libraries series is to encourage consistency and predictability in public APIs while enabling Web and cross-language integration. The guidelines presented in Designing .NET Class Libraries are intended to help class library designers understand the trade-offs between different solutions. There might be situations where good library design requires that you violate these design guidelines. Such cases should be rare, however it is important that you provide a solid justification for your decision. read more...

add a comment |category: |Views: 551

tags: another

$(document).ready() and pageLoad() are not the same!(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 2 months ago

A few examples about how $(document).ready() and pageLoad() differ, practical examples of when both are useful, and a third alternative that is more suitable in some cases. read more...

3 comments |category: |Views: 415

tags: another

DXperience v2009 Vol 1 Release Candidate(devexpress.com)

submitted by developerbuzzdeveloperbuzz(145) 3 years, 2 months ago

DXperience v2009 Vol 1 Release Candidate, runs in evaluation mode until April 1st. Some of the new features are ASPxGrid pagination by scrolling down, horizontal scrolling, improved filtering, and the new Progress Bar column type (see page 3). read more...

add a comment |category: |Views: 27

tags: another

Free ASP.NET MVC eBook Tutorial - ScottGu(weblogs.asp.net)

submitted by beckelmwbeckelmw(2755) 3 years, 2 months ago

There has been a lot of excitement in the community about the new ASP.NET MVC framework that is about to ship (literally any day now – announcement coming soon). As with anything new, people are also asking for more tutorials/samples/documentation that cover how to get started and build applications with it. Over the last few months I’ve been helping to contribute to an ASP.NET MVC book that Scott Hanselman, Rob Conery, and Phil Haack have been writing for Wrox. The book is now in production, and will be available to buy in stores soon read more...

2 comments |category: |Views: 802

tags: another

12+ open source projects for .NET you probably didn’t know about.(blog.webdistortion.com)

submitted by squiggssquiggs(585) 3 years, 2 months ago

Here’s a few of the better .NET open source projects which are making a difference to .NET developers worldwide, and it just shows that the open source .NET community is alive and well. read more...

1 comment |category: |Views: 1932

tags: another