Archive for the ‘programming’ Category

Easily replace WordPress editor font Don’t like the default font used by WordPress editor? No problem, the following code will allow you to change it. Simply paste it to your theme functions.php file. You can define which font to use on line 5. add_action( 'admin_head-post.php', 'cwc_fix_html_editor_font' ); add_action( 'admin_head-post-new.php', 'cwc_fix_html_editor_font' ); function cwc_fix_html_editor_font() { ?> [...]

I’m not into self-help. I don’t buy self-help books, I don’t read productivity blogs, and I certainly don’t subscribe to self-proclaimed self-help guru newsletters. Reading someone else’s advice on the rather generic concept of helping yourself always struck me as a particularly misguided idea. Apparently I’m not the only person to reach this conclusion, either. [...]

I’ve had more or less the same PC, with various updates, since 2007. I’ve written about most of it here: Building a PC, Part I: Minimal boot Building a PC, Part II: Burn in Building a PC, Part III: Overclocking Building a PC, Part IV: Now It's Your Turn Building a PC, Part V: Upgrading [...]

Centering elements vertically with css is something that often gives designers trouble. There are however a variety of methods for vertical centering and each is fairly easy to use. Today I want to present 6 of those methods. I’ve usually skipped over the topic of vertical centering, since there are some good posts already out [...]

How much of your design process do you share? Do you show your unfinished work in public? Are you afraid of the feedback you might receive? Most importantly how can you improve your confidence as a designer? A few weeks ago Rosevita Warda posted Designing in the Open at 37 Signals. The gist of the [...]


About this blog

This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.