webdesign
10
Modal Confirmation Dialog on Form Submit: Javascript, jQuery UI, and Thickbox Varieties
55 Comments
Web development, Work, jquery
If you liked this post, you might also like the jQuery.ajax and jQuery.post Form Submit Examples with PHP post.
I wanted to make a nice modal dialog box that would confirm submission of a form. And, specifically, it had to ask if their e-mail address was correct that they listed on the form. Typos, particularly transposed [...]
14
Test Drivin’ Safari 4
No Comments
Internet, Web development
I gave Safari 4 a whirl on both Mac and PC. I like it. It brings much of the cool stuff from iTunes into the browser. Cover flow is fun and fresh in a browser. The Top Sites with the page previews is an upscale rip off of Chrome and, really, it’s a good feature [...]
10
Google Analytics API Login Authentication with ColdFusion
16 Comments
ColdFusion, Google Analytics
You might also like the ColdFusion and Google Analytics: Getting Out What You Put In post.
Updated 08-02-2009: Replaced this line:
<cfset accountXML = callApi("https://www.google.com/analytics/feeds/accounts/#urlEncodedFormat(form.Email)#",loginAuth) />
with this:
<cfset accountXML = callApi("https://www.google.com/analytics/feeds/accounts/default",loginAuth) />
My Hooking into Google Analytics with ColdFusion post received a suggestion from Raymond Camden that authentication and token acquisition could be done via cfhttp for access to [...]
Tags: ColdFusion, Google Analytics, webdesign
29
Latest mag obsession “Practical Web Design” aka “.net”
No Comments
Internet, Web development, Work
I have to hand to the Brits; they are into web design and standardization like nobody’s business. Web design and development is a moving target. I have been to the expensive conferences and events. Loads of great and inspiring info. Problem is you need something that you can refer back to and use as a [...]
Tags: webdesign