Easily hide your email address when using MAILTO:
Quick and easy!
At the location where you want the email address add this code
<!— ——Start of Code—— —>
<SCRIPT type=”text/javascript” language=”javascript”>
<!— Begin
a=”sales”;
b=”creative-dynamics.eu”;
document.write(‘<a href=\”mailto:’+a+’@'+b+’\”>’);
document.write(a+’@'+b+’<\/a>’);
// End —>
</SCRIPT>
<!— ——End of Code——— —>
Permalinks not working in WordPress other than default?
This has plagued mankind for centuries and forced wordpress users to default to the default setting in the Permalinks structure.
Okay maybe not for centuries and maybe just me (as far as I know) but anyhow here is the solution
I would say though before you are doing any of this to contact your web hoster first with the issue as link mine (Dream Hosting) they did it for me (they are fantastic although which is probably why I never learned!).
Also make sure you are running the latest version of PHP.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in WordPress?
This took a day out of my life that I wouldn’t wish on my worst enemy. So here is the solution

- Download your wp-config.php file
- Enter the following line (above (above wp_initial_constants( );
- define(‘WP_MEMORY_LIMIT’, ’64M’);
- This should work
- If it doesn’t open notepad
- copy and past this line: memory_limit = 64MB
- Save as php.ini
- Upload to root or www/public_html folder
- Fingers crossed for you!
Special Thanks to ‘galbaras’ for this.
Keynote and session videos for Google I/O now live
With Google I/O 2011 just two days behind us, we wanted to thank the nearly 1 million developers who joined us at Moscone Center, attended I/O Extended events and watched online via I/O Live from 161 countries around the world. Content taken from: http://googleblog.blogspot.com/2011/05/keynote-and-session-videos-from-google.html
Checking Browser Compatibility before site launch!! We have lift off!
Check out Launchcheck – a tool dedicated to cross browser compatibility before launch.
Are your users S.T.U.P.I.D? (acronym in case you missed it!)

How good design can make users effective
by Stephen Turbek on 2011/04/20 for boxesandarrows.com
It is an honest question: how smart are your users? The answer may surprise you: it doesn’t matter. They can be geniuses or morons, but if you don’t engage their intelligence, you can’t depend on their brain power.
Something to think about when you are showing your latest design to your client
Question: MAYBE YOU ARE STUPID?
S = Stressed
T = Tired
U =Untrained
p =Passive
I = Independent
D = Distracted.
To get the larger lowdown of each category click here. To see full article


