Saturday, 4 February 2012

relationship between pixels

A pixel is a point is a dot. When it comes to rendering on screen, what matters is scale: As long as everything is in scale, elements can be whatever "resolution" you want. Full discussion: http://dougv.us/6m

Ask me anything

Wednesday, 1 February 2012

what are the zip codes near 95014 with in 50 miles

Um … just use my demo to find out. http://dougv.us/oj

Ask me anything

Monday, 9 January 2012

Your tutorial "Multilingual Web Pages Via PHP, Arrays And MySQL" is really very useful for me.So, thanks.I just want to ask a question,in your tutorial to exampled three languages’en,fr,sp’ but i want to add more than three languages.Is it possible?

Sure. The methodology works for any number of languages; just make the right number of keys and keep the translations in order.

Ask me anything

Friday, 23 December 2011

Hi Doug, “Sorting Your MySQL Results Set In PHP Using jQuery” is perfect for what I need, thanks.The cursor changes to an “I” beam rather than a hand when hovering over a column heading – can this be altered to show a hand for the clickable heading?

You can use CSS and the hover pseudoclass:

#sortedtable thead th:hover {
    cursor: pointer;
}

Ask me anything

Saturday, 17 December 2011

also with auto hashtagging: if you have already a hashtag you get double hashtags…

Read the follow-up article.

Ask me anything