Web Development Resources

We’re pretty particular about the tools we like to work with: Magento for Ecommerce, WordPress for CMS, jQuery for enhanced UI. Under the hood we like driving with the LAMP framework (Debian Linux, Apache Web Server, MySQL and PHP). Everything we do here at Sycha relies on open source so hopefully we can give back something through this collection of web development resources.

WordPress Security Tip: Remove Generator Meta Tag (wp_generator)

Sometimes when a security hole is found in WordPress, the cyber-baddies will target specific versions of WordPress that are vulnerable to the exploit. There’s no easier way for them to see which version a site is running, than by looking for the “generator” meta tag, which is added by the wp_head() function.

Read More »


Add Google Analytics to your Magento Store

If you want to add Google Analytics to your Magento store, don’t go diving into templates or setting fancy layout updates.. The good folks at Magento have made it nice and easy; simply enable Google Analytics in your Magento admin.

Read More »


CSS clearfix: make a floated element automatically fill it’s parent container

Basically this trick ‘fixes’ the problem that occurs when a floated element doesn’t automatically fill out it’s parent container..

Read More »


Magento: Add a custom field to the Contact Us Form

Magento’s default contact form asks the user for the essential contact info, e.g. name, email etc.. But you may need to ask for some additional info by adding some custom fields. Here’s how to do it.

Read More »


Magento: Add a custom State / Province / Region to a Country

If you need to add a custom State / Province / Region to a Country in Magento, you’ll need to modify the database manually as there currently isn’t a means to do this from within the Magento admin. Fortunately it’s pretty simple.

Read More »


Page 1 of 3123