xrost

Stories kicked by xrost

CSS transparency in all the browsers(subodhpatel.co.cc)

submitted by subodhpatelsubodhpatel(120) 2 years, 6 months ago

There are many cross-browser issues and transparency is one of the wierd issues among them.All the browsers treat transparency in a different way. Here is the possible solution for the IE6 PNG background image transparency fix. read more...

add a comment |category: |Views: 388

tags: another

Extending Enumerations (fun with Enum<enum> and Attributes)(isi-net.com)

submitted by RMuthRMuth(80) 2 years, 7 months ago

Enums are just great, but not very user friendly once you get past simple one word names. In this article I will show you how to make them far more usable via Attributes. We will be able to give them a user friendly name, parse strings to enum based on the enum’s value, member description, and user friendly description, and created orders lists and dictionaries. read more...

add a comment |category: |Views: 377

tags: another

My ASP.NET MVC stack and why I chosen it(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 7 months ago

In this post Simone Chiaretta talks about the tools, components, and technologies he uses along with ASP.NET MVC to build web applications. read more...

add a comment |category: |Views: 584

tags: another

A Better SMTP Development Server(leedumond.com)

submitted by leedumondleedumond(2144) 2 years, 11 months ago

Looking for a way to test the email sending functionality of your application? There’s no need to install a full-blown SMTP server – not as long as you have Antix SMTP Server for Developers in your bag of tricks. read more...

4 comments |category: |Views: 352

tags: another

JavaScript Shortcuts(myviewstate.net)

submitted by kevinbabcockkevinbabcock(345) 2 years, 11 months ago

Write more compact JavaScript with these two tips. read more...

2 comments |category: |Views: 376

tags: another

My Dot Net Developer’s tools list, and more…(dotnetsurfers.com)

submitted by latishlatish(470) 3 years ago

I gave a brownbag presentation at my current client recently about the common tools (in addition to Visual Studio), that I use on a regular basis for working with .NET or web development in general. I also threw in some non-development tools that are a part of my day to day life and make things easier. Here’s the complete list: read more...

add a comment |category: |Views: 1462

tags: another

ASP.NET MVC Subdomain Routing(blogs.securancy.com)

submitted by SickDotNetSickDotNet(200) 3 years ago

One of the propagated “great features” for ASP.NET MVC is the full control you have over the routing and url’s of your webapplication. In order to demonstrate this, let’s walk through a sample that specifically handles subdomain routing. read more...

add a comment |category: |Views: 1116

tags: another

Free T4 Editor for your ASP.NET MVC T4 Templates available(tangibleengineering.blogspot.com)

submitted by fischetmfischetm(260) 3 years ago

Found on tangible blog, that the new tangible T4 Editor 1.4 FREE EDITION now includes full Intelli-Sense support for MVC Host and related namespaces used in ASP.NET MVC 1.0 RTM T4 Templates. In addition it provides a nice highlighting for ASP.NET and T4 Code. Seems like anyone can now edit MVC T4 Templates with full comfort without investing a penny. Awesome! read more...

add a comment |category: |Views: 570

tags: another

ASP.NET MVC Free eBooks(sharplife.net)

submitted by sharplifesharplife(4570) 3 years, 1 month ago

Here's a list of all sample chapters of ASP.NET MVC books available to the community. read more...

add a comment |category: |Views: 766

tags: another

Using jQuery Grid With ASP.NET MVC(haacked.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 1 month ago

Continuing in my pseudo-series of posts based on my ASP.NET MVC Ninjas on Fire Black Belt Tips Presentation at Mix (go watch it!), this post covers a demo I did not show because I ran out of time. It was a demo I held in my back pocket just in case I went too fast and needed one more demo. A common scenario when building web user interfaces is providing a pageable and sortable grid of data. Even better if it uses AJAX to make it more responsive and snazzy. Since ASP.NET MVC includes jQuery, I figured it’d be fun to use a jQuery plugin for this demo, so I chose jQuery Grid. read more...

add a comment |category: |Views: 1279

tags: another

Send attachments with jQuery(nablasoft.com)

submitted by alkampferalkampfer(1873) 3 years, 1 month ago

This little post shows how to send attachment to the server with ajax and jQuery read more...

add a comment |category: |Views: 394

tags: another

ASP.NET MVC Best Practices (Part 2) - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by mithumithu(570) 3 years, 1 month ago

This is the second part of the series and may be the last, till I find some thing new. My plan was to start with routing, controller, controller to model, controller to view and last of all the view, but some how I missed one important thing in routing, so I will begin with that in this post. read more...

add a comment |category: |Views: 433

tags: another

A Localization Handler to serve ASP.NET Resources to JavaScript(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 1 month ago

Here's an implementation of an HTTP handler that can serve ASP.NET Server resources to JavaScript clients easily. The handler can provide both local and global, normalized server resources to client JavaScript pages as objects, so that you can localize resources in one place on the server. Use standard Resx resources or custom database resource provider from the Westwind.Globalization tools (included in the download) read more...

add a comment |category: |Views: 208

tags: another

ASP.NET MVC Best Practices (Part 1) - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by mithumithu(570) 3 years, 1 month ago

In this post, I will share some of the best practices/guideline in developing ASP.NET MVC applications which I have learned in the hard way. I will not tell you to use DI or Unit Test instead I will assume you are already doing it and you prefer craftsmanship over anything. read more...

add a comment |category: |Views: 386

tags: another

10 Best Libraries for generating PDF Files(ajaxline.com)

submitted by Spider84Spider84(675) 3 years, 1 month ago

Today we are presenting collection of 10 best libraries for generating PDF files. read more...

add a comment |category: |Views: 686

tags: another

A guide to Silverlight 3 new features(timheuer.com)

submitted by bradygasterbradygaster(4897) 3 years, 2 months ago

Tim Heuer provides an amazing look into Silverlight 3's new features. read more...

add a comment |category: |Views: 446

tags: another