We’ve all had these problems working with WordPress as designers where you are trying to format an article or something for a client and have everything lined up perfectly, publish the article, only to find out that WordPress has removed all your manual line-breaks! Fortunately there is a pretty simple fix, I had to edit [...]
Weekly Tweets for 2010-01-03
15 Tips and Techniques for Styling the button element – http://bit.ly/4PRdOf /via @smashingmag # Form Element Resources and Tutorials Using CSS And Javascript – http://bit.ly/j02Ai /via @smashingmag # Designing with a Grid – http://bit.ly/7oz9IJ /via @smashingmag # Ten words you need to stop misspelling – http://bit.ly/8MhwXT /via @smashingmag # 30 Handy Cheat Sheets and Reference [...]
Twitter Weekly Updates for 2009-10-18
RT @RussAdams: 21 Popular Brands That Are Using WordPress http://bit.ly/2B9fZo #webdesign #wordpress # RT @DesiznTech: RT @webdesignfan 26 jQuery Plugins for Superb Navigation | WebDesignFan.com http://retwt.me/YdE9 # RT @9swords: 7 Key Principles That Make A Web Design Look Good http://br.st/0D4 # RT @collis: Endless Scroll jQuery plugin for an effect like http://cssline.com from Envato's own [...]
Twitter Weekly Updates for 2009-10-11
RT @9swords: Inspirational Showcase of Business Card Websites http://br.st/0wt # RT @99designs: 50 Web Apps for Freelancers| via @FreelanceSw | http://bit.ly/14NOks #design #freelance # RT @thek1w1: RT @thek1w1: At the Whopper Bar, who knew such a wonderful place existed? # RT @smashingmag: The "Four Bubbles Model" of CSS. Interesting take on organization – http://bit.ly/3mB27l (via [...]
Find & Replace in MySQL
Somewhere between the backing-up and restoration of a clients MySQL WordPress database we picked up some strange characters. Rather than having to go through by hand to edit them out, we used a nice SQL snippet to do a full-database search and replace. update [table_name] set [field_name] = replace([field_name],’[string_to_find]‘,’[string_to_replace]‘); So in this case, to get [...]

