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

LessThanDot

All Blogs

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

    Tags: javascript

    comments

    Using T4 templates for Centralized Javascript

    by Eli Weinstock-Herman (tarwn) on Dec 02, 2011 in categories ASP.NET, Javascript. Article views: 2461 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

    CSS, Javascript, T4 Templates, and Less, Oh My

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

    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

    Getting Started with JavaScript Unit Testing

    by Eli Weinstock-Herman (tarwn) on Sep 26, 2011 in categories Javascript. Article views: 16374 views

    Recently I decided to start doing JavaScript code katas. I've been using JavaScript for around ten years, but there there are still a lot of aspects I don't know well or that I could use more practice in. Case in point, I had never used a unit testing framework with javascript.

    Read More...
    comments

    All the way back in 2010 Google realized that JavaScript is a dead end programming language. Here is what was posted on the com.googlegroups.google-caja-discuss list Javascript has fundamental flaws that cannot be fixed merely by evolving the lan…

    Read More...
    comments

    What is a web developer? Recently I was involved in a discussion about the skills a web developer is expected to have and how interesting it has been to watch common bad practices (like table layout and SQL injection) continue to spread. So in the nature of Denis's What does a SQL Server developer need to know? post, I present the web developer breakdown.

    Read More...
    comments

    Machete - A scripting runtime for .NET

    by chaospandion on Mar 07, 2011 in categories Microsoft Technologies, C#. Article views: 5548 views

    In an attempt to overcome by perfectionism I've decided to open source my long term side project Machete for the world to see. Machete is my own dialect of the ECMAScript 5 standard or as it is more commonly called JavaScript. The compiler is wr…

    Read More...
    comments

    jQuery will ship with ASP.NET MVC and Visual Studio!

    by SQLDenis on Sep 29, 2008 in categories Web Design, Graphics & Styling. Article views: 2163 views

    Now here is some exciting news if you are a web developer in a MSFT shop. Microsoft will ship jQuery with ASP.NET MVC and Visual Studio.

    John Resig writes:

    Microsoft is looking to make jQuery part of their official development platform. Their JavaScript offering today includes the ASP.NET Ajax Framework and they’re looking to expand it with the use of jQuery. This means that jQuery will be distributed with Visual Studio (which will include jQuery intellisense, snippets, examples, and documentation).

    Additionally Microsoft will be developing additional ...

    Read More...