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

Authors

Search

XML Feeds

Google Ads

Tags: jquery

comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

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
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

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 chrissie1 on Dec 30, 2009 in categories AJAX
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

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
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

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
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

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