'

Monitter, a new toy to find job and trends (and not just) on Twitter

Monitter, a new toy to find job and trends (and not just) on Twitter?

My morning reading brought me quite a hint today. More and more Twitter is overtaking the RSS news. Indeed, a wise use of the birdy media provides you a sensible feedback about trends and opportunities. For example, when I am looking for job opportunities focused on WordPress as a freelancer, I may use the search page on Twitter, and instruct [...more]

How to protect an email from Spam scrambling it, an advanced approach for WordPress

Few days ago I published a function to scramble an email address whois purpose was simplicity. You can read more in Protect the email address from spam bots a reusable approach for WordPress. Then I relized that I wanted more options and more elasticity. Taking a step forward, I rewrote it with few enhancements. Still the goal is to make [...more]

WeeNudge | Teach your clients about the mysteries of the web

WeeNudge | Teach your clients about the mysteries of the web

How often did you try to explain the same concepts to a client not exactly up to date? I enjoy talking about Web Design, specially ‘cos there is always something new to learn, from everyone (indeed, not just about Design). Our clients know very well their business, no doubt about that. We just need to find a common territory regarding [...more]

Protect the email address from spam bots, a reusable approach for WordPress

The problem: your client really wants to publish her email address on the website. Visitors should be able to click on it and being redirected to the default email application (like Thunderbird). And obviously they should be able to select the email, copy and paste and stuffs. But still, you don’t want any spam harvesters (or spam bot) taking advantage [...more]

Display a WordPress website only to registered users

I had recently to protect a whole WordPress website, where only registered users can even see the website itself. There are plugins that give you this feature. But I prefer to code myself, specially a so simple thing. In fact, the purpose is to just redirect a visitor to the default log in page. On the other hand, if the [...more]

Showing the grid while developing using the CSS property opacity

While developing magazines (but not just), is essential for me to have a grid super imposed upon the layout, so when things decide to go wild, I catch them on the flight. As my gran ma was used to say… “I want it quick and I want it easy” So I did a really little bit of coding, to use [...more]