how to fill gradient for roundrect in pure gdi (not gdi+) - by lovespring just in pure gdi Read the article
How do I know all the events (especially webkit only) supported by webkit/chrome/safari - by lovespring I just cannot find a reference doc for webkit/chrome/safari Read the article
how to construct a javascript regex to extract a number - by lovespring Extract the number after #/ from my string: abcdefg#/123. Read the article
Deleting a specific item by using array_splice/array_slice in PHP - by lovespring How do I delete a specific item by using array_splice/array_slice in PHP? for example: array('a','b','c'); how to just delete 'b'? Thanks Read the article
Javascript event execution order - by lovespring What is the execution order of inline events, attachEvent handlers, and an <a> tag's href navigation? Read the article
How to select the record contains MAX(some_field) within GROUP(group by) - by lovespring SELECT MAX(some_field) FROM table_A GROUP BY another_field. this only get the max value of the 'some_field', I wanna get the whole record which contains the MAX(some_field). thanks. Read the article
href,onclick and binded event function, what's the exec order? - by lovespring in any browser thanks. Read the article
How to set the max width for images in a page in a cross browser way? - by lovespring css or javascript are wilcome thanks. Read the article
how to construct a javascript regex for my need. - by lovespring extrace the number after '#/' of my string: 'abcdefg#/123'; Read the article
How to make a SQL for this: a integral field and it's last four must be zero - by lovespring ex: 1230000 is ok, 1230001 isn't ok. Read the article
How to prevent a line break in a html link ? - by lovespring that is, a whole html link, must be in line1 or line 2. not in two lines. Read the article
A better way to detect the index in the parent's children array by using JQuery? - by lovespring for example, how to detect the index of the li elem in it's parent ul? Read the article
about http cookie header - by lovespring one http set-cookie directive can only hold one cookie, is it? i mean one name=value pair? Read the article
question about function name - by lovespring readyState statusText onreadystatechange window.status what's the diff from 'state' to 'status' in english? Read the article
How to get the first two number in a integral ? - by lovespring for example: get 12 of the 123456 in PHP or javascript? thanks. Read the article
How to create time to be store as mysql TIMESTAMP type, in PHP. - by lovespring the best way, you think. thanks. Read the article
How can i know the body content is outputed (then cannot use header)? - by lovespring in php, thanks . Read the article
How to get the nearest element node(parent) for a text node in jQuery? - by lovespring in jquery thanks. Read the article
How to delete all numbers after point in PHP - by lovespring example: 1.123 =1 1.999 = 1 thanks. Read the article
How to create time to be store as mysql TIMESTARMP type, in PHP. - by lovespring the best way, you think. thanks. Read the article
How can i know the body content is outputed (then cannot use the header function)? - by lovespring in php, thanks . Read the article
"say you line", what's this sentence means? [closed] - by lovespring this sentence come from the lyric of Madonna's "take a bow" Read the article
in jquery, how to select current element's first child? - by lovespring $(this) //this refer to the elem how to get the first child of 'this'? Read the article
how to delete specific item by using array_splice/array_slice in PHP? - by lovespring how to delete specific item by using array_splice/array_slice in PHP? ,thanks. Read the article
async or sync ? when we set the src property of the Image object? - by lovespring var img=new Image(); img.src='xxxxx'; //will the browser wait for the image then exec the next code line? Read the article