Found this list on the Internet while surfing – it’s got a lot of great ideas on what NOT to do when designing a website.
19 Things NOT To Do When Building a Website | Josiah Cole dot com.
Found this list on the Internet while surfing – it’s got a lot of great ideas on what NOT to do when designing a website.
19 Things NOT To Do When Building a Website | Josiah Cole dot com.

<script type=”text/javascript”>function initMenus() { $(‘ul#accordion li ul’).hide(); $.each($(‘ul#accordion’), function(){ $(‘#’ + this.id + ‘.expandfirst ul:first’).show(); }); $(‘ul#accordion li h2.widgettitle’).click( function() { var checkElement = $(this).next(); var parent = this.parentNode.parentNode.id; if($(‘#’ + parent).hasClass(‘noaccordion’)) { $(this).next().slideToggle(‘normal’); return false; } if((checkElement.is(‘ul’)) && (checkElement.is(‘:visible’))) { if($(‘#’ + parent).hasClass(‘collapsible’)) { $(‘#’ + parent + ‘ ul:visible’).slideUp(‘normal’); } return false; …

If you’re a WordPress developer, migrating a finished development project can be one of the trickiest parts. There’s moving parts in many places that have to be taken into consideration, and migration is (unfortunately) where WordPress actually could use some improvement. However, it’s a necessary evil – one that I’ve done almost daily for a…