Likes Received By designcode
-
killaklown liked designcode's post in the thread Whats wrong with this? (searching database for specific id).
So wanna add to my rep :D:D
Feb 25, 2007 -
immortality liked designcode's post in the thread Three divs side by side- How?.
<div id="leftcol" style="float:left;width:164px;"> Left Column </div> <div id="maincol" style="float:left;width:400px;"> Middle Column...
Feb 20, 2007 -
ian_ok liked designcode's post in the thread Site pages down after PHP server upgrade.
If you are getting blank pages, then I think mad4 is right, you are unable to connect to db, and there may be a check which is exits...
Feb 20, 2007 -
JEET liked designcode's post in the thread Three divs side by side- How?.
<div id="leftcol" style="float:left;width:164px;"> Left Column </div> <div id="maincol" style="float:left;width:400px;"> Middle Column...
Feb 20, 2007 -
SedNaX liked designcode's post in the thread how do I do this? Can't explain in the header....
Here you go buddy, http://www.huddletogether.com/projects/lightbox2/ Much easy to integrate JS library, If you need help in integrating...
Feb 18, 2007 -
GAdsense liked designcode's post in the thread Bought Linux Hosting - If I change to Windows - Is there any chance of loosing PR.
Yeh GAdsense, I have been programming with PHP for last two years, I have good concepts of OOP. And yeh I will love to help you in...
Feb 17, 2007 -
sawz liked designcode's post in the thread what font is this?.
I think this is one from 04b pixel fonts series. You can download whole series from http://www.dafont.com/04.d4 Hope this helps.
Feb 14, 2007 -
abcdefGARY liked designcode's post in the thread sliding expand/collapse div boxes?.
Three of my websites are using that effect you have seen, I have implemented Script Aculo library found at http://script.aculo.us/ Its...
Feb 12, 2007 -
123GoToAndPlay liked designcode's post in the thread Trying SOAP and PHP with no luck?.
Listen, see the following part of WSDL <operation name="getTemp"> <input message="tns:getTempRequest"/> <output...
Feb 9, 2007 -
kojakfilth liked designcode's post in the thread How important is the age of the domain?.
richub4u you are right, I also have noticed that google gives much stress on Domain age, msn and yahoo are not much curious about it.
Feb 9, 2007 -
Maksa liked designcode's post in the thread can anyone help me with this?.
Yes you are right, using free hosting is a bit risky, I have lost my websites two times. I think you can trust krakjoe. He is really...
Feb 9, 2007 -
kk5st liked designcode's post in the thread Validation problem.
Thanks clyde66, actually I don't give you whole code, I just give you hints :) next time I will try to give full code :)
Feb 9, 2007 -
rochow liked designcode's post in the thread Validation problem.
Thanks clyde66, actually I don't give you whole code, I just give you hints :) next time I will try to give full code :)
Feb 8, 2007 -
ajsa52 liked designcode's post in the thread AJAX - select list and dynamic content.
Following code shud work. <script> function changeDivDisplay(id) { if(id == "") return; div1 =...
Feb 8, 2007 -
_vlada_ liked designcode's post in the thread How to resolve this "Invalid argument supplied for foreach()" problem?.
You may also check if $ranges is a array or not as, if(is_array($ranges) && count($ranges) > 0) { // your foreach loop goes here }
Feb 8, 2007