bacalao

Stories kicked by bacalao

My 10 favourite Programming Quotes(www.ginktage.com)

submitted by isenthilisenthil(2309) 1 year, 3 months ago

For this post , i decided to collect some of my favourite quotes related to the programming . These programming quotes were made by some of the famous personalities in the IT industry . So , without wasting any time , here are my 10 favourite programming quotes ... read more...

2 comments |category: |Views: 1319

tags: another

jQuery 1.5 Released: What’s New(www.devcurry.com)

submitted by SuprotimAgarwalSuprotimAgarwal(715) 1 year, 3 months ago

The jQuery team has released jQuery version 1.5, right on schedule! This release includes several performance improvements, bug fixes, major re-write of the Ajax module with extensibility improvements, a Deferred callback management system and much more. Here’s a quick overview of what’s new in jQuery 1.5 read more...

add a comment |category: |Views: 574

tags: another

What if Visual Studio had Achievements?(blog.whiletrue.com)

submitted by bh213bh213(255) 1 year, 4 months ago

Maybe in Visual Studio 2012 with XBox Live integration? read more...

5 comments |category: |Views: 694

tags: another

ASP.NET MVC 3 RTM Released!(www.microsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 1 year, 4 months ago

ASP.NET MVC 3 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the application – the UI logic using the view, user-input handling using the controller, and the domain logic using the model. ASP.NET MVC applications are easily testable using techniques such as test-driven development (TDD). The installation package includes templates and tools for Visual Studio 2010 to increase productivity when writing ASP.NET MVC applications. For example, the Add View dialog box takes advantage of customizable code generation (T4) templates to generate a view based on a model object. The default project template allows the developer to automatically hook up a unit-test project that is associated with the ASP.NET MVC application. Because the ASP.NET MVC framework is built on ASP.NET 4, developers can take advantage of existing ASP.NET features like authentication and authorization, profile settings, localization, and so on. read more...

1 comment |category: |Views: 212

tags: another

10 tricks that will make your jQuery enabled site go faster (csharptutorial.blogspot.com)

submitted by bacalaobacalao(320) 1 year, 5 months ago

During the last few weeks, I've had the chance to go more in depth with jQyery and general site performance. I've found some techniques that makes my site go much faster. I don't know if they're all best practice, but this article is meant to at least give you some good ideas. read more...

1 comment |category: |Views: 751

tags: another

Using jQuery/css to make your radio button lists look good(www.siphilp.co.uk)

submitted by siphilpsiphilp(919) 1 year, 5 months ago

Spice up your radio button lists with jQuery and css. All it takes is a little imagination and a couple of lines of code. read more...

add a comment |category: |Views: 38

tags: another

How to save audio to mp3 on Silverlight 4(alvas.net)

submitted by alvasnetalvasnet(550) 2 years, 2 months ago

As you know Silverlight 4 supports access to the microphone. Besides it can call COM objects on the client side. To save the audio in mp3 format we need: Make the COM object wrapper, which allows us to invoke the necessary Alvas.Audio functionality. Create AlvasCom project as ClassLibrary. In AssemblyInfo.cs change the line [assembly: ComVisible(false)] to [assembly: ComVisible(true)] Add a reference to Alvas.Audio.dll Add Alvas.Audio-wrapper interface and its implementation. See the code below... read more...

add a comment |category: |Views: 109

tags: another

The failure of Silverlight is right there(www.aldentorres.com)

submitted by aldenmlaldenml(40) 2 years, 3 months ago

This is what I think about the current status of Silverlight. I would like to see people in charge refuting my arguments with something new, not promises in the future. Programmers are smart by nature and they need to make practical decisions. read more...

add a comment |category: |Views: 34

tags: another

ASP.NET MVC security checklist(codevanced.net)

submitted by andreisterandreister(140) 2 years, 3 months ago

ASP.NET security checklist from a "think-like-a-hacker" perspective: steps one might want to go through once development is done. read more...

add a comment |category: |Views: 602

tags: another

Creating custom HTML helpers(www.asp.net)

submitted by bacalaobacalao(320) 2 years, 3 months ago

Helpful article from ASP.NET read more...

add a comment |category: |Views: 17

tags: another

jQuery 1.4 Released!(jquery14.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments |category: |Views: 494

tags: another

Parallelism for the Masses - with Visual Studio 2010 and the .NET 4.0 (blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 7 months ago

Want to know how to really take advantage of all those multi-core processor machines out there? Tired of waiting for your old sequential applications to complete - while most of your multi-core CPU processors stand by like Turnpike Workers (one guy in the ditch digging – while 3 guys watch from above while leaning on their shovels?) Ever wanted to explore the wonderful world of Parallel Processing – but thought the barrier to entry was too high? read more...

3 comments |category: |Views: 339

tags: another

Exclusive Interview With Steve Ballmer: Products, Competition, The Roa(techcrunch.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 8 months ago

Microsoft CEO Steve Ballmer visited Silicon Valley on Thursday for his annual meeting with top venture capitalists to talk about Microsoft product strategy. This was his first visit to Silicon Valley since announcing the search partnership with Yahoo in July. I had a chance to sit down with him just after that event for a hour-long one-one-one interview. In the first 10+ minutes of the interview Ballmer gives his high level thoughts on major Microsoft products and strategies (including Windows, Windows Mobile, Internet Explorer, Bing, Azure, Mesh, Natal and others), competition, the future of search and search marketing, Microsoft’s “three screens and the cloud” strategy, the recent acquisition of Interactive Supercomputing and, yes, even his thoughts on Twitter. read more...

1 comment |category: |Views: 171

tags: another

Show Dotnetkicks feed in the Visual Studio start page(csharptutorial.blogspot.com)

submitted by bacalaobacalao(320) 2 years, 8 months ago

A short description on how to show the Dotnetkicks RSS feed in the Visual Studio start page read more...

add a comment |category: |Views: 13

tags: another

Digging Into The FireQuery Add-on for jQuery(elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 years, 8 months ago

Yesterday I posted my first short Screenr screencast * Firefinder for Firebug for Firefox for Fiddling with jQuery Today I decided to record another screencast, and I decided to dig into the FireQuery add-on for Firebug. FireQuery adds extra functionality to the HTML tab and allows you to visually see embedded data elements and event handlers that were added via jQuery. Also, the familiar jQuerify Bookmarklet has been built into Firebug allowing you to inject jQuery into pages that didn’t have it installed previously. This enables you to play around with jQuery or extract information for a webpage that might not previously have jQuery installed. read more...

add a comment |category: |Views: 24

tags: another

ScottGu: Auto-Start ASP.NET Applications (VS 2010 and .NET 4.0 Series)(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 8 months ago

"Today’s post covers a small, but nice, new feature that you can now optionally take advantage of with ASP.NET 4 - the ability to automatically startup and proactively initialize a web application without having to wait for an external client to hit the web server. This can help you provide a faster response experience for the first user who hits the server, and avoids you having to write custom scripts to “warm up” the server and get any data caches ready." read more...

add a comment |category: |Views: 351

tags: another