Likes Received By unigogo
-
Stomme poes liked unigogo's post in the thread I need to center this, How can I do it..
{margin-left: auto; margin-right: auto; } will not work when the div is floated. Remove {float:left}
Jan 28, 2010 -
alinask liked unigogo's post in the thread Help with preg_match_all.
$pattern = '/"([^"]*)"/' preg_match_all($pattern, $string, $matches); Always test your regular expression,...
Jan 22, 2010 -
::Mike:: liked unigogo's post in the thread Extending my Javascript Library.
Sure you can, extend the prototype chain of myLib to ajax object.
Jan 21, 2010 -
kuepper liked unigogo's post in the thread JS Replace Method Question....
You script does return the result. [[ADSF]] is replaced to If you only want to replace the text in brackets, here is the code
Oct 18, 2009 -
dimitar christoff liked unigogo's post in the thread JS Replace Method Question....
You script does return the result. [[ADSF]] is replaced to If you only want to replace the text in brackets, here is the code
Oct 18, 2009 -
Ivan Bajlo liked unigogo's post in the thread Should I resubmit?.
I submitted my site to DMOZ 1 and half years ago, but nothing happened. Should I resubmit? Or should I submit a different category?
Aug 5, 2009 -
thr3146 liked unigogo's post in the thread Linking a Title Tag - Which is Correct?.
<a></a> is inline element,<h2></h2> is block element. Inline element should be in the block element.
Aug 1, 2009