Browse by Tags
All Tags »
JQuery (
RSS)
Calling WCF service functions using jquery....stripped down to the absolute minimum....
So, I'm browsing though some questions over on the Stack Overflow website and I found a good jQuery question just a few minutes old. Here is a link to it. It was a tough question; I knew that by answering it, I could learn new stuff and reinforce what...
CSS 4? Really? CSS 3 isn't fully released yet! What on earth is going on here? It all started when I was fooling around with GIMP , the extremely powerful free graphics editor. I took a public domain image, re-sized it, gave it a transparent background...
A funny thing happened on my way to the jQuery website, I blinked and a feature was dropped: jQuery Templates have been discontinued. The new pretender to the throne is JsRender . jQuery Templates looked pretty useful when they first came out. Several...
I recently attended an ASP.NET MVC seminar hosted by the Twin Cities .Net User Group. The speaker was K. Scott Allen. Scott is a charismatic, gifted speaker and did a great job. You can always pick up useful items when watching an expert write a program...
I've always appreciated these tools: Expresso and XPath Builder . They make designing regular expressions and XPath selectors almost fun! Did I say fun? I meant less painful. Being able to paste/load text and then interactively play with the search criteria...
On the Asp.Net forums where I am a moderator, a developer was having a problem hooking up click events to the rows of a dynamically created html table. He didn't want to embed the onclick handler in the table rows as each row was created so he tried using...
This question popped up on the Asp.Net forums where I moderate: "How do I find an HTML element on a Master Page, from a child page, using jQuery?" I licked my chops. I like questions like this because when I don't know the answer, it gives me an excuse...
Like most developers, I love finding tools that do my work for me and make me look good. And, like most developers, I am extremely wary of adding too much outside crap to a project which can make maintaining it a nightmare. You may end up not only maintaining...
I never pass up a chance to look at jQuery code. It’s amazing so much power can come from such a tiny package. An appealing feature of jQuery is the browser independence it provides. Every JavaScript book I’ve read, includes code for checking which version...
More Posts
Next page »