Likes Received By joebert
-
ebk liked joebert's post in the thread Baby Names (GIRL Names Please).
Wow I just had an awesome idea. I need to date a black girl so we can have a fair-skinned daughter and name her Uniqua. It doesn't...
Oct 28, 2009 -
Karen May Jones liked joebert's post in the thread Feature Twitter Feed On Member Profile....
What if that one tweet said "free beer" though ?
Sep 13, 2009 -
NewTier liked joebert's post in the thread How to get investors? contributors?.
If you want investors, find out where the old people hang out and find a way to get in there and listen to them. The older someone is,...
Sep 9, 2009 -
Astroman liked joebert's post in the thread Add code after so many words, or every 3 tags.
Might not be the most efficient, but it's probably the easiest way to do the tag thing. <?php $tag_count = 0; function...
Sep 4, 2009 -
jhmattern liked joebert's post in the thread Suggestion Why not allow a banned user to PM a Mod?.
I like the ones who get all legal sounding on your ass and explain how they have a right to be somewhere and that you are wrong for...
Aug 20, 2009 -
mehdi liked joebert's post in the thread Replace all Links title....
$str = preg_replace('#<a([^>]+)>(.+?)</a>#is', '<a$1>$2 (replaced)</a>', $str);
Aug 16, 2009 -
Will.Spencer liked joebert's post in the thread The blank google ads.
Isn't the answer obvious ? A competitor launched a campaign designed specificly to be marketed through the Adsense on DP. Since...
Jun 10, 2009 -
timallard liked joebert's post in the thread Parse CSV with PHP send to DB.
Are PHP and MySQL on the same server ? It's worth looking into the LOAD DATA INFILE syntax before getting PHP involved with this. :)
May 24, 2009 -
Weirfire liked joebert's post in the thread MySQL Order by a calculation.
The ideal thing to do performance-wise would be to create another column and have a cron-job/automated-task calculate the universal...
Apr 20, 2009 -
AaRGeE liked joebert's post in the thread How to avoid getting scammed on paypal?.
Burn the digital items to disk, mail disk via certified mail they have to sign for. They can't say they didn't recieve what they...
Apr 16, 2009 -
mark_s liked joebert's post in the thread Why doesn't my preg_replace wildcard work?.
1) Switch it from an "anything zero or more times" pattern, to an "anything other than a linebreak one or more times" mattern. Also,...
Apr 15, 2009 -
kanwarjot liked joebert's post in the thread New privacy policy and publisher protection from banning!.
How are behavior targeting ads going to be any more accurate than webpage content targeting ads ?
Mar 18, 2009 -
narci liked joebert's post in the thread $250, how to spend it?.
My biggest mistake in the beginning was pre-paying for a year of hosting in advance. Doing that gave me an "oh I've got plenty of time"...
Mar 5, 2009 -
jeros liked joebert's post in the thread How to make Complaints?.
You're wasting time contacting Google about this. Send a DMCA Takedown request to the ISP hosting the stolen content.
Feb 21, 2009 -
SGBoise liked joebert's post in the thread Does JavaScript hav If Function Exists method?.
If you use an object as a container for your functions, you can just check for the existance of the object. var toolbox = new...
Feb 18, 2009 -
Chuckun liked joebert's post in the thread What have I missed during the past 2 years? (+rep for all help).
Most affiliate programs will ban you for using their domain name or certain keywords they deem "theirs" in Adwords campaigns bringing...
Feb 10, 2009 -
Magestry liked joebert's post in the thread Banner Rotator - No Repeats...?.
An alternative would be to rename the files to "xxx.used" and have a cron job running every X minutes that renames everything back to...
Feb 5, 2009 -
bbrez1 liked joebert's post in the thread Run some PHP code before every request or PHP file?.
http://www.php.net/manual/en/ini.core.php#ini.auto-prepend-file
Jan 24, 2009