SQL Backup and FTP

by Bill Beckelman 15. December 2009 23:39
After reading Phil Haack’s and Jeff Atwood’s posts on having a catastrophic failure of the hard drive hosting their two blogs, I figured it would be a good time to review the backups I have in place for some of my sites. I have been using Mozy for more than a year now and it has worked really well. ... [More]

Tags:

backup | mozy

Zen Coding – VS Studio Plugin

by Bill Beckelman 28. November 2009 12:13
Last week I saw an article on Ajaxian about Zen Coding which is a way to generate html markup and css from css selectors. Something like div#Dialog>fieldset>ol>li*3>label + a hotkey will create: Code Snippet <div id="Dialog">     <fieldset> ... [More]

Client Side Validation with xVal for Forms Submitted via Ajax

by Bill Beckelman 27. November 2009 18:03
I had a really hard time figuring out how to use xVal with forms submitted via Ajax and it took a while on Google to try and figure it. All you have to do is set a submitHandler for the form to use. From the jQuery Validate documentation a submitHandler is a: “Callback for handling the actual su... [More]

Tags:

jQuery | xVal

Closest – New Traversal Method in jQuery 1.3

by Bill Beckelman 19. July 2009 09:32
Have you noticed the new traversal method in jQuery 1.3+ named “closest?” I hadn’t until a few days ago when it came in pretty handy when I was working on some client side error handling using the jquery.validate plugin. So what does closest do? From the jQuery docs: “Get a set of elements containi... [More]

Tags:

jQuery

Create a Git Ignore File on Windows Vista

by Bill Beckelman 18. July 2009 20:00
I have been learning how to use Git for the past couple of days via the book Pragmatic Version Control Using Git. For the project I am using it on, I wanted to create a .gitignore file that excluded certain files and directories from my repository. I first tried to create a .gitignore.txt file and t... [More]

Tags:

Git

Use jQuery to Show a Link’s Address After its Text When Printing In IE6 and IE7

by Bill Beckelman 16. February 2009 22:10
I found a cool trick in a post by Remy Sharp that appends the address of a hyperlink to the end of the link’s text when the page is printed. Unfortunately the trick only works in browsers that support the CSS2 pseudo selector :after. Firefox, Safari, Chrome*, Opera and now IE8 all support the select... [More]

Tags:

ASP.NET | CSS | jQuery

Copy to Clipboard with ZeroClipboard, Flash 10 and jQuery

by Bill Beckelman 22. January 2009 08:15
So I knew it would happen at some point. Some handy flash developer would figure out how to get around the security limitation in Flash 10 that requires the System.setClipboard() method (ActionScript) to only be called by an action that originates from a user interaction. Last week I ran across an a... [More]

Tags:

jQuery | ASP.NET

More jQuery Alert Dialogs Demo

by Bill Beckelman 14. January 2009 06:48
A couple of weeks ago I wrote about Cory S.N. LaViska’s new jQuery Alert Dialogs Plugin. Since then I have used it quite a bit and have been really happy with its ease of use and simplicity. At the end of the my first post about the plugin I said I would try and show you a way to setup an alert from... [More]

Tags:

ASP.NET | jQuery | CSS

Set the Content of a NicEdit WYSIWYG Instance With JavaScript

by Bill Beckelman 7. January 2009 15:17
In a couple of previous posts I have used the pretty cool NicEdit WYSIWYG editor. Today I wanted to show you how you can use its JavaScript API to set the content of the editor’s body to the data of the item you want to edit. Please remember to be careful when accepting html content from users! Dem... [More]

Tags:

jQuery | ASP.NET

There is More Content than Just the Front Page on DotNetKicks

by Bill Beckelman 6. January 2009 07:53
Are you tired of going to DotNetKicks and finding the same stories on the front page for days in a row? Trust me, there is some great content out there that never makes the front page. You just have to look a little deeper. When you do, you can help put some of that great new content in front of the... [More]

Tags:

Social Media

Powered by BlogEngine.NET 1.4.5.7
Theme by Mads Kristensen


About Me

I live and work in Salt Lake City, Utah. My background is in aviation. I have a degree in Aeronautical Science from Embry-Riddle Aeronautical University in Prescott, AZ. I have worked as a commercial airline pilot and most recently as a technical advisor for a charter airline.

Month List