Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

Web Developer

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Your profile

    Search

    XML Feeds

    Google Ads

    comments

    Handling Unauthenticated AJAX Requests

    by Alex Ullrich on Feb 15, 2012 in categories UI Development, ASP.NET, AJAX. Article views: 520 views

    A common pattern that I use in creating ajaxy applications is to return a small HTML fragment from the request, and then inject this fragment into the DOM in the callback executed after a successful request. This tends to be a bit simpler than returnin…

    Read More...
    comments

    Firefox heading for 15% market share?

    by SQLDenis on Feb 11, 2012 in categories Web Design, Graphics & Styling, AJAX, XHTML & CSS. Article views: 4995 views

    I decided to take a look at my Has FireFox lost its Mojo, are FireFox user jumping ship to Chrome? post to compare the browser stats. In that post I wrote the following So what will happen to FireFox will they ever pass 25% or is this a downward spi…

    Read More...
    comments

    Using T4 templates for Centralized Javascript

    by Eli Weinstock-Herman (tarwn) on Dec 02, 2011 in categories ASP.NET, Javascript. Article views: 466 views

    In my previous post I mentioned that I was looking for an answer to the age-old question of how to manage common CSS and JavaScript across multiple projects (specifically ASP.Net projects). Using T4 templates, I was able to not only create a common location for CSS files, but to take it a step farther and use Less in ordr to simplify that common CSS even further.

    Read More...
    comments

    For the past few months, I have been looking for a way to define some JS and CSS files that would be shared between multiple projects in an ASP.Net solution. The intent is to define common scripts and CSS in one place instead of trying to keep multiple copies of it in sync or implementing an internal CDN with a versioning scheme. The challenge is finding a way to do this with a minimum of impact on the development, deployment, and production processes.

    Read More...
    comments

    Automated Web Testing with Selenium WebDriver

    by Eli Weinstock-Herman (tarwn) on Nov 02, 2011 in categories UI Development. Article views: 3044 views

    Last week we created a pair of smoke tests with the Selenium IDE tool. Several people commented, with varying levels of politeness, about the downsides of Selenium IDE. Today we are going to get into the nuts and bolts of coding automated tests against the WebDriver library.

    Read More...

    :: Next >>