- ARCHIVE / Development
- jQuery Digital Clock Inspired by HTC Hero Widget
jDigiClock is a jQuery plugin that recreates a digital clock inspired by the HTC Hero Widget.
It is as simple as including the jDigiClock file below a include of jQuery and calling the jdigiclock() function. jDigiClock instructions, download and demo can be found here. - Page Accessed by jQuery or HTTP
Here is a little code snippet I have been working with to integrate into the cms I am building with Codeigniter. It is used to determine if the controller is accessed by jQuery ( an ajax request ) or by a normal http request.
/* Access()
* returns http if requested by http request
* returns [...] - Wordpress And Shopping Cart Sitting In A Tree
Get Shopped! – Home of the WP e-Commerce Plugin!
Get Shopped is a Wordpress plugin that brings together the power of Wordpress and the power of e-commerce. It has a vast list of features. Here is a little excerpt of the basic features.
WordPress IntegrationEasy to install WordPress plugin
Works with any standards compliant WordPress theme
Plays well with [...] - Codeigniter Has A Cart Class!?!
I am hoping here in the next couple weeks to a month I will get the chance to use the new cart class Codeigniter has in an application. I will document my experience here when I begin.
- Magento E-commerce Oh How I $*%^@(* Hate You
I really hate the over complicatedness of Magento … but I have not found a better e-comerce solution yet. So we have a classic Love/Hate relationship. Oh how I love the word classic. Have you seen The Hangover? “That’s Classic” was heard through out the entire movie by Allan. Anyway, the whole point of this [...]
- Linking Phone Numbers On An iPhone Website
I have began to create a website for a client as an iPhone site. Here is a simple way to link to a phone number as if you were creating a book now link.
<a href="tel:+1-800-555-5555">
<img src="/images/book_now.jpg" alt="Call 1-800-555-5555" />
</a>