Hello! My name is Adam Culpepper. I'm a Front-End Web Developer & JavaScript Programmer living in Baton Rouge, Louisiana.

spacer

Orange Bowl

spacer

Baton Rouge River Center

spacer

Mike Anderson's: Baton Rouge


Date formatting with jQuery UI

If you’re developing for a legacy CMS or an absolute POS in-house built platform, you’ll most likely need to change the way dates are formatted on the page. Using jQuery UI this is possible and here’s how to do it!
Read More

Hide dead or broken images (using jQuery)

If you're like me, and have tasted all or most of the Content Management Systems (CMS) the world (Internet) has to offer, you know how difficult it can be developing for legacy systems. A while back I was building a custom "Web App" for Business Catalyst that my client could easily update on the back-end to update a gallery of images. If you're familiar with Business Catalyst and it's "Web App" module, you know that if a data field is blank, it won't drop the data. The problem was that these images all needed to open in a lightbox once clicked. Looking back, I could have used jQuery's
.wrap()
or similar to wrap each image, but at the time I wasn't as smooth with jQuery as I am today. So at the time, with the limitations of the CMS (Business Catalyst) and the limitation of jQuery (HA!) I choose to hide/remove all images that didn't load. This had to be done to give the client enough spots on the back-end to upload images for each gallery set they wanted. At the time I used
.hide()
, but later changed it to
.remove()
.
Read More

Remove Title, First Name and Last Name on Web Forms in Business Catalyst (jQuery)

If you're a Business Catalyst developer like myself, you often need to remove some of the default form input fields that are auto generated by Web Forms. Here's a non-destructive way to do that (using jQuery) for the Title, First Name and Last Name fields in Adobe Business Catalyst.
Read More
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.