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: jquery

    comments

    Handling Unauthenticated AJAX Requests

    by Alex Ullrich on Feb 15, 2012 in categories UI Development, ASP.NET, AJAX. Article views: 1812 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

    Book review: jQuery Mobile First Look

    by Christiaan Baes (chrissie1) on Aug 04, 2011 in categories UI Development, Javascript, AJAX, XHTML & CSS. Article views: 1638 views

    I was asked by Packt publishing to do a book review of jQuery Mobile: First look. And I accepted. I have done this once before for a book that interested me. I don't read that many technical books since they tend to bore me really quickl…

    Read More...
    comments

    Trying out jQuery Mobile on our blog

    by Christiaan Baes (chrissie1) on Jun 20, 2011 in categories PHP, Javascript, XHTML & CSS. Article views: 2868 views

    Introduction Since I'm on vacation and I have nothing better to do I decided to make a mobile version of our blogs. Not only because it's fashionable but also because old people will have a hard time reading this site on a smartphone and to save band…

    Read More...
    comments

    Today I was having a bit of fun. And I wanted to add the number of followers we have for our LessThanDot Twitter account.

    I could have used the numerous services that give this feature already like twittercounter. Which I did on the statistics page.

    But those things are just copy paste and I wanted to show the number of followers in the title/tooltip for the twitter button in the social sitings sidebar section (Yes, Eli it now has a name).

    After some googling I found

    Read More...
    comments

    Jquery a tooltip and the need for some ajax

    by Christiaan Baes (chrissie1) on Dec 31, 2009 in categories AJAX. Article views: 1637 views

    On this site we have a suggestions forum and David suggested that the authors list on this forum could do with a summary.

    In an Author's list of blogs, have a mouse-over effect that pops up the first 1-2 paragraphs of the blog.

    First, I thought that Ajax and jquery is nothing for me. Web development is not something I like doing and I did plenty of it for the site during my 5 week vacation this year. But the challenge intrigued me. So I started a little google and did a bit of e...

    Read More...
    comments

    jquery and a pinch of ajax

    by Christiaan Baes (chrissie1) on Dec 30, 2009 in categories AJAX. Article views: 1041 views

    This is a post for beginners because that is what I am.

    Today I was adding some Ajax to our site. Seeing that this is my first day of Ajax and that I only have very little experience with jquery, I thought it would be hard. So I started off with little things.

    First, I wanted to add a summary to our authorlist page. But I'll talk about that in another article.

    I wanted to provide users a way to access some of phpBB's built-in functionality without the need for a full postback, so that the user is not taken away from the page. I chose something simple and found out ho...

    Read More...
    comments

    ASP.NET MVC Release Candidate 2 Has Been Released

    by SQLDenis on Mar 03, 2009 in categories Microsoft IIS, ASP.NET, AJAX. Article views: 2564 views

    ASP.NET MVC Release Candidate 2 is ready for download

    Changes Since RC 1

    Anti-Forgery Helpers Support Setting Cookie Path

    DefaultModelBinder Validation Messages Are Now Localizable

    New ValidationSummary Method Overload Supports Header Message

    jQuery Updated to Version 1.3.1

    Setup Requires .NET Framework 3.5 SP1

    Download ASP.NET MVC Release Candidate 2 here: http://www.microsoft.com/downloads/details.asp...

    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: 2149 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...