Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
770 views

Good reference book for digital image processing?

I am learning digital image processing on my own and would like recomendations on good reference books. If you know of books to definately stay away from that would be useful as well. Thanks
1
vote
3answers
133 views

Algorithm for movie recomendations

I'm want to understand how recommendations website work, so i was wondering if any of you guys could point me in the right direction in terms of movie recommendations What algorithms are out there at ...
0
votes
2answers
79 views

C++ enviroment recommendation? [closed]

Hello everybody i´m a completly newbie and i like to know wich enviroment can you recommend me for programming in C++, i mean Operating System (if Linux, Ubuntu is a right option?), IDE, etc. maybe i ...
0
votes
2answers
156 views

What are some good CSS books/resources? [closed]

Possible Duplicate: Learning CSS3 - Book / EBook What are some good books/resources that teaches CSS/CSS3 well?
0
votes
1answer
44 views

I need help choosing a jQuery slider that works with the latest jQuery (1.5.1 as of writing)

There are too many out there and frankly I haven't the foggiest idea which works, which does not, which has issues, etc... In the absence of a formal authority that reviews this stuff, I figured this ...
0
votes
7answers
121 views

HTML - Recomnended href link sytanx

we can give the href like the following <a href="images\image.png"> <a href="images/image.png"> <a href=".\images\image.png"> <a href="./images/image.png"> which is the ...
0
votes
4answers
558 views

How much PHP do I need to know to design wordpress themes

So I want to start developing Wordpress themes, but I don't know PHP. How much knowledge should I have of PHP before I begin Wordpress development? Can anyone recommend any PHP books?