April 3, 2011 at 10:10 am
· Filed under Development, Internet
Back in 2007 I wrote about email addresses on your website and how to avoid putting your email address in plain text.
A guy I know, named “csarven” also wrote about methods to hide email addresses from page source providing over 16 concepts for hiding your email address.
This was useful, but not practical, so I decided to write a PHP class…
Read the rest of this entry »
Permalink
March 23, 2011 at 11:23 am
· Filed under Development
If you ever need to make big changes to your site, such as moving directory or changing the domain name you’ll know that you’ll have to make changes to the database for that to take affect.
Read the rest of this entry »
Permalink
March 15, 2011 at 12:45 pm
· Filed under Development, Internet
I was after a php function that would get the favicon for a supplied domain, I did attempt to write my own but it proved more complex than I had first anticipated. Read the rest of this entry »
Permalink
February 22, 2011 at 8:57 pm
· Filed under Development
There’s loads of ways you can optimize your PHP code, however they are probably NOT the answer to your performance issues.
A wiser man than myself once said:
We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil. Yet we should not pass up our opportunities in that critical 3%.
This was originally said by Donald Knuth, the father of the analysis of algorithms.
This can also be applied when working with programming languages such as PHP.
Here’s some handy performance tips to point you in the right direction…
Read the rest of this entry »
Permalink
February 8, 2011 at 12:55 pm
· Filed under Development
Today I was having a look on PHP.net and noticed a PHP contest so I decided to submit one of my functions.
I chose the rglob() function.
Read the rest of this entry »
Permalink