Community Page
- HuddledMasses.org/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks for the plugins Jaykul! I'm using them on my website which I just migrated from textpattern to wordpress and they are working great... There is just one little problem I am having... It...
- I was able to download the wmv-hd and the powerpoint ones. I gathered info from www.microsoftpdc.com but it seems some formats are not available yet.
- Were you able to get anything aside from wmv to work, Joel?
- Hey Jaykul, I've got some experience with this that I'm happy to share. I've used a Tivo (and hacked it to add a larger hard drive), a Comcast DVR, a Windows XP Media Center with an...
- Hey Joel, Ars Technica is also live tweeting the keynotes here: http://twitter.com/arspdc
Huddled Masses
Joel Bennett's development blog...
Just checking to make sure that my acronym replacer doesn’t do stupid things like replacing acronyms in URL’s, you know, like here: [] a link with php, irc, html and css all in the link yay, it works, and WP still remains standing!
Incidentally% ... Continue reading »
Incidentally% ... Continue reading »
4 years ago
The modifications are:
* excluding text with
stristr($text, '< script') or stristr($text, '< option') or stristr($text, '< input') or stristr($text, '< textarea') or stristr($text, '< object')* Better performance by checking the abbreviations before replacing with
if(strstr($text, $acronym)) { (after foreach()).
I`m still searching for a way to use abbreviations with points and white-spaces. Any idea?