Email Campaign Manager

Client: TechAmerica
Project: Develop a tool to manage & report on the millions of emails sent by TechAmerica
Role: Lead Developer & Designer
Technology: ColdFusion, SalesForce API, jQuery, AJAX


Periscope Cellars

Client:
Project:
Role:
Technology:


Fuditude

Client: Puja Butail Dasari
Project: Design a simple, clean, modern look for a food blog
Role: Creative Direction, Identity, Lead Developer & Designer
Technology: WordPress, PHP,CSS, Photoshop, Photography


TechAmerica Classic

Client: TechAmerica
Project: Design & develop a website to promote event. Site design needs to match existing promotional material.
Role: Lead Developer
Technology: WordPress, PHP, CSS, Photoshop


Punk Ass Bitch

Client: d. dasari
Project: Design a fun energetic theme for a concert video blog
Role: Creative direction, identity, lead developer & designer
Technology: WordPress, PHP, CSS, Photoshop, Photography


Mendo Costa

Client: Safinya Family
Project: Design an attractive site to promote rental property
Role: Creative Direction, Identity, Lead Developer & Designer
Technology: PHP, jQuery, CSS, Photoshop, Photography


Twitter App Tracker

Client: Doug Vanisky
Project: Design a site to promote & archive the newest & greatest Twitter apps
Role: Creative Direction, Identity, Lead Developer & Designer
Technology: WordPress, PHP, CSS, Photoshop


Member Directory Search

Client: TechAmerica
Project: Update search functionality & user interface
Role: Lead Developer & Designer
Technology: ColdFusion, mySQL, SalesForce API


Discount Manager

Client: TechAmerica
Project: Develop tools to improve work flow & manage hundreds of different promotions
Role: Lead Developer & Designer
Technology: ColdFusion, mySQL, SalesForce API


ColdFusion: Force Link to Download

Browsers are pretty sophisticated nowadays. They can open pretty much any type of file within the browser itself. But we don’t always want that to happen. Sometimes you want the file to automatically download when the user clicks a link. To do this, all we need to do is use <cfheader> to update a file’s mime [...]

Coldfusion: Passing Form Variables

While there’s some great things about ColdFusion, there’s also a lot of annoying things. One issue that used to drive my team nuts was passing form variables from one page to another. Should be easy enough but ColdFusion uses 2 separate objects to hold data depending on how the parameters are passed. If you pass [...]

WordPress Shortcodes

WordPress always amazes me. Shortcodes have been in use since v2.5 but now you can create and register your own!  

SalesForce: Escaping Special Characters in SOQL

SalesForce’s query language SOQL is pretty close to standard SQL but there’s some differences that can drive you batty. One such thing that caused me to pull some hair out recently is escaping special characters like single quotes. To escape single quotes in your text simply replace them with “\’” SalesForce SOQL Query: SELECT id [...]

Coldfusion: Remove All HTML

I’v been pulling a lot data from different websites lately. That data often has HTML in it that I don’t necessarily always want. This is a quick & easy way to strip all HTML from a var in ColdFusion. Example ColdFusion Code: <cfset textWithoutHTML = ReReplace(textWithHTML, ‘<[^>]*>’,”,’all’)>

jQuery Check/Uncheck All Checkboxes

Check this. This is the easiest way to have one master checkbox that will check/uncheck other checkboxes on a form. HTML with a “Master” checkbox and 3 dependent checkboxes. <input type=”checkbox” id=”masterCheckBox” > Check/Uncheck All <input type=”checkbox” > check 1 <input type=”checkbox” > check 2 <input type=”checkbox” > check 3 jQuery Code: When the masterCheckBox [...]

I Make Websites & Apps

I love the internet. You can find just about anything on it. It simplifies so many things, connects you to your friends and entertains beyond belief.

I'm pretty happy coding web applications and designing websites to make it an even better place.

I'm always looking to learn something new and the best way for me has always been to just throw myself into it. So lemmeno if you have an interesting project.

Skills: Coldfusion, PHP, ASP, jQuery, WordPress, web services, databases, integration