Do they belong to you? Claim these comments.
Ozh
Is this you? Claim Profile »
1 month ago
in HOW TO: Create Custom Twitter Backgrounds on Mashable - The Social Media Guide
* Check your Twitter Background under multiple screen resolutions: http://twtbg.me/
* Pixel Perfect Photoshop Template for Twitter backgrounds: http://ozh.in/k8
* Pixel Perfect Photoshop Template for Twitter backgrounds: http://ozh.in/k8
1 month ago
in Why I Unfollowed 45,000 People On Twitter on Seth Simonds
you unfollowed 45K people because following 45K people is utterly stupid, maybe?
1 reply
Seth
Precisely. =) Good think I corrected that, huh?
2 months ago
in Private: Tips for writing compact PHP code on ElbertF
Syntax itself can make things shorter.
if (condition)
{
do something;
}
else
{
do something else;
}
is 8 lines, while
if (condition) {
do something;
} else {
do somerhing else;
}
is only 5 lines and more readable to me
if (condition)
{
do something;
}
else
{
do something else;
}
is 8 lines, while
if (condition) {
do something;
} else {
do somerhing else;
}
is only 5 lines and more readable to me
3 months ago
in Twitchance — A free Twitter lottery on ElbertF
Interesting concept. I'm curious as it's going to evolve.
7 months ago
in How to Remove or Disable GoogleUpdate.exe in XP / Vista on Tech-Recipes
Does not work. After some time I noticed the task was back again.
10 months ago
in 2008/08/18/zeer/ on Mashable - The Social Media Guide
OT: there's something utterly annoying on your site, in the failed implementation of Snap (or whatever the terrible popups for URL are named). Aren't they supposed to show *only* when you hover the icon next to links?
1 year ago
in Champagne ! on DoYouBuzz
Chapeau, l'ergonomie et l'usabilité (usability?) du site est exemplaire.
1 year ago
in Streeter Seidell on Streeter Seidell
OK, but when is next episode in the prankwar series ?
1 year ago
in ブログ。団栗山。ネット on donguriyama
Just testing something after you left a comment on my blog about the flags...
1 year ago
in 2007/09/04/wordpress-adsense/ on Mashable - The Social Media Guide
Can't believe you missed it! Your list misses Who Sees Ads (which is in my humble opinion way superior to any of other ad management plugins:)
1 year ago
in More optimization for comment relish plugin on Patchlog
your blog ate my comment :/ (contained some other stuff to fix)
1 year ago
in More optimization for comment relish plugin on Patchlog
Very nice patch (and much needed, jeez, looking for new commenters on each page load?? silliest stuff ever)
A few more stuff to fix for you!
- It still misses some stripslashes (on line 288 and when outputting the options in the admin page, otherwise you see plenty of "I\'m happy you\'ve left a comment"
- it's full of PHP short tags (<? instead of <?php) which will make the plugin break everything on purist setups.
A few more stuff to fix for you!
- It still misses some stripslashes (on line 288 and when outputting the options in the admin page, otherwise you see plenty of "I\'m happy you\'ve left a comment"
- it's full of PHP short tags (<? instead of <?php) which will make the plugin break everything on purist setups.
1 year ago
in SOCIAL BOOKMARKING: 50+ Social Bookmarking Sites on Mashable - The Social Media Guide
You missed some social porn bookmarking sites. I remember socialporn.com being featured on Techcrunch, there may be others.
2 years ago
in Better comments manager just got better on Techie Buzz
Typo ! the plugin comment header (infos about author etc) says : "Better Comments Manger". Manger ? Means "to eat" in french, your plugin now eats spam too ? :)
2 years ago
in Plugins used on Ariejan.net - Ariejan.net on Ariejan.net
What ? You mean you're not using Admin Drop Down Menu? Shame ! :)
3 years ago
in Blog Herald doesn’t understand why full-text feeds work on Scobleizer
The thing is, full content feed are also good for traffic, as RSS indexing bots get more chance to index you well if they can actually read what's your writing about (and not only the 50 first words). That's point #1 out of 5 reasons why partial content feeds sucks :)
3 years ago
in Connections Reloaded (Archived) » Ajay - On the Road called Life on Ajay - On the Road called Life!
no "theme toolkit" inside ?
3 years ago
in Wordpress Theme Toolkit for Connections Reloaded?? » Ajay - On the Road called Life on Ajay - On the Road called Life!
Yay ! Looking forward to seeing the result ! Feel free to contact me if you need any help regarding my theme toolkit !
3 years ago
in WP-Spam quiz lives: WP-Gatekeeper dead on Elliott Back's Blog
I was to make the same remark as Marco :)
I know there are bots that can decypher captchas, but Marco's plugin is more on the AI side.
BTW you could even make things harder if the question was printed to the page on the client-side with Javascript, so that spam bots would not even get the question in the page source. But still, answering the question is more a matter of AI anyway.
On a side note, Elliott, I noticed your feed item footer (reading you via planetwordpress.planetozh.com) with the copyright notice. Is it my plugin "Better Feed" ? :)
I know there are bots that can decypher captchas, but Marco's plugin is more on the AI side.
BTW you could even make things harder if the question was printed to the page on the client-side with Javascript, so that spam bots would not even get the question in the page source. But still, answering the question is more a matter of AI anyway.
On a side note, Elliott, I noticed your feed item footer (reading you via planetwordpress.planetozh.com) with the copyright notice. Is it my plugin "Better Feed" ? :)
4 years ago
in Pro-homosexual verdict + a few links on Niklas' blog
It's simple to make Avatar Popup behave nicely in feeds. Test is_feed() and set avatar size to 0 if true. I was to implement this but I went for a week offline :)
