Web Design Miami, TECKpert

Click here to get in touch with a Web Expert today.

Blog

Hire Us

Highrise & Cforms II – A story of integration

By Andres, November 18, 2010 no responses

There is an excellent plugin available by the name of WP Highrise Contact which gives users the ability to insert a quick tag and generate a form on any page, normally this would be more than sufficient for CRM Integration but a lot of us love Cforms for our forms

Read More

DOM manipulation with PHP, the ultimate page scraper?

By Andres, January 12, 2010 2 responses

These days we hear a good deal about DOM manipulation with JavaScript but some little known technologies ( for now – they’re quickly gaining ground ) are xPath, xQuery & XSLT.
Fellow developers will know that historically we’ve had to rely on a number of regular expressions to scrape a page and while this can most often be fast, it’s sometimes horrendous to read and edit as a TINY mis-write can effectively render the Regular Expression useless. That’s not to say it’s not useful when the hierarchy is small and simple but in today’s world of web 2.0 designs they’re often not.

Read More

jQuery Development: Your own Plugins Part II

By Andres, December 8, 2009 no responses

Extending on my previous post jQuery development: Your own plugins, we now have to take a look into a more complex plugin as well as making greater use of both JavaScript’s built in Regular Expression objects and jQuery provided functionality.

Read More

TECKpert’s Tips: Using Google Base with .NET for Real Estate

By Adrian, November 27, 2009 no responses

Adding listings to Google Base Real Estate is simple and completely free. Today I’ll show how to, using the Google Base .net library, add listings to Google Base and then search for those listings.

Read More

jQuery development: Your own plugins

By Andres, November 16, 2009 no responses

Often there is a need for functionality that goes above jQuery’s core set of methods, there are a host of plugins which can be used to attain this functionality. Such as ColorBox when a modal box is needed or jFlow for a basic gallery. However, sometimes these plugins cannot preform exactly the way we need them to without attacking the plugin’s source and in the end causing a fair bit of frustration, confusion, and a plugin that not only doesn’t do what you want but doesn’t do anything.

Read More