atlas

Stories kicked by atlas

Daily tech links for .net and related technologies-September 26-28,09(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 8 months ago

10 Things to remember before launching a website Html Encoding Code Blocks With ASP.NET 4 How To Secure APIs and Mashups 7 tips for for loading Javascript rich Web 2.0-like sites significantly faster Beyond Goals: Site Search Analytics from the Bottom Up MvcContrib 1.0.0.987 released Deploying Reporting Services WebParts to SharePoint WSS and MOSS Simplicity in Good Web Design : Advantages & How -to Why Your Next Website Should be Designed with Wireframes How to Design Buttons to Help Improve Usability How to Build a Simple Button with CSS Image Sprites Web Design Trend Hunting – 15 Amazing Infinite Scrolling Websites Great Examples of Hand Drawn Elements in Web Design Styling Design Elements: 5 Beautiful Post Headings 46 Outstanding Web Layouts From DeviantArt How to Create an Organic Web Design (and Showcase) How To Write Effective And Engaging Design Tutorials The Art of zen-coding: Bringing Snippets to a New Level Introducing Google Chrome Frame CSS Sprites – Online CSS Sprite Builder jQuery Visual Cheat Sheet read more...

add a comment |category: |Views: 136

tags: another

Asp.Net MVC Membership Starter Kit Released(squaredroot.com)

submitted by TroyMGTroyMG(2670) 2 years, 9 months ago

Almost six months after the official release of Asp.Net MVC 1.0 and nearly a year after the last release of the starter kit, I've finally rewritten and released the Asp.Net MVC Membership Starter Kit. read more...

add a comment |category: |Views: 695

tags: another

Daily tech links for .net and related technologies - July 22-24, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 10 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 234

tags: another

Simplify Using Anonymous Types - Using Anonymous-typed MVC views(somewebguy.wordpress.com)

submitted by mgrovesmgroves(260) 2 years, 10 months ago

On a recent project I got a little tired of trying to manually do this each time. I ended up writing a wrapper class (included at the end of the post). The example below shows how you can use this class AnonymousType. read more...

add a comment |category: |Views: 17

tags: another

Daily tech links for .net and related technologies - July 18-21, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 10 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 228

tags: another

Rounded Corner Rendering in newer Browsers(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 10 months ago

Rounded corners in HTML have been an elusive target. It's been done a million times over, but most of the approaches from manually creating images to using automated JavaScript to using complex CSS layouts with dependent images are a pain to work with. CSS 3.0 offers some relief by providing native support for rounded corners, but you can take advantage of this functionality today in some browsers that already support this functionality via browser specfic extensions. read more...

add a comment |category: |Views: 386

tags: another

Daily tech links for .net and related technologies - June 24-27, 2009(weblogs.asp.net)

submitted by atlasatlas(15) 2 years, 11 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 12

tags: another

Daily tech links for .net and related technologies - June 13-15, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily tech links for dotnet and related technologies. read more...

add a comment |category: |Views: 6

tags: another

Daily tech links for .net and related technologies - June 11, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily tech links for dotnet and related technologies. read more...

add a comment |category: |Views: 8

tags: another

Daily tech links for .net and related technologies - June 9, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily tech links for dotnet and related technologies. read more...

add a comment |category: |Views: 229

tags: another

Daily tech links for .net and related technologies - June 6, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 215

tags: another

Scott Guthrie's links for May 30th(weblogs.asp.net)

submitted by jonasjonas(2215) 2 years, 11 months ago

More of Scott Guthrie's links: May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio. read more...

add a comment |category: |Views: 416

tags: another

LINQ to SQL changes in .NET 4.0(damieng.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 11 months ago

What's fixed and breaking changes for LINQ to SQL in .NET 4.0 read more...

3 comments |category: |Views: 809

tags: another

GiftListr Beta - ASP.NET MVC Facebook Application - Mike Bosch's Blog (weblogs.asp.net)

submitted by alleyalley(2840) 3 years, 9 months ago

GiftListr is the only truly universal gift registry allowing you to add products from ANY website without limitations. Just browse stores the way you usually do when you shop online. Once you find the item you want, simply copy-and-paste the url into the GiftListr application. GiftListr will then download all the product information and product images available. You can add notes to each item and share you gift list with friends. read more...

add a comment |category: |Views: 144

tags: another

Reduce ASP.NET Page size and complexity using JQuery-Part 2(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 3 years, 9 months ago

This is part 2 of my series for ASP.NET AJAX and JQuery comparison. You can read part 1 here. In my last 2 articles (Dynamically create ASP.NET user control using ASP.NET Ajax and Web Service and Dynamically create ASP.NET user control using JQuery and JSON enabled Ajax Web Service), I explained how to access JSON data from ASP.NET AJAX script service using ASP.NET AJAX client side framework and JQuery. In this post I will compare response/ request for these two implementations. read more...

add a comment |category: |Views: 327

tags: another

Dynamically create ASP.NET UserControl using JQuery & Ajax Web Service(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 3 years, 9 months ago

Few thing you need to consider when you are accesing ASP.NET webservice through JQuery. * Request verb Type * Content- length with IIS6+ * Default contentType * JSON object formatting * Maximum length exceed exception I am explaining these issues and workaround to make JQuery work fine with ASP.NET Ajax enabled web service. read more...

1 comment |category: |Views: 866

tags: another