50
votes
38answers
2k views
Favorite Essay about Programming
What is your favorite essay about programming? Something which has made you think, or made you a better programmer. Something that you feel portrays the field well, or maybe that was just hilarious to …
28
votes
17answers
1k views
What are your favorite programming-related academic papers?
What are your favorite programming-related / cs academic published papers?
It could be a functional pearl, a programming-language paper like those often cited on lambda-the-ultimate.org, etc. Really, …
4
votes
6answers
162 views
where do you submit your programming articles/tutorials?
codeproject.com is the biggest programming article site, but it seems that it's best to post on your own blog and then submit links to reddit.com and other sites. :D
other programming websites
0
votes
2answers
39 views
Dynamic content in Joomla Articles
I have some joomla articles. some values in that article has to be updated by data obtained through a soap call to other site. Is there any plugin available for joomla by which i can embed custom php …
0
votes
2answers
30 views
How do I automatically generate “related articles” for my newspaper site?
Can I do it just using html and css? How do I do this with "most viewed articles"?
101
votes
68answers
6k views
What are the best programming articles?
Part of being a good software developer is keeping current with what people are saying in the community. There are many good articles out there on the internet about the wide subject of computer …
1
vote
1answer
163 views
Where can I find good Immediacy CMS technical documentation?
I'm currently getting to grips with the Immediacy CMS platform and I'm finding that techincal material / documentation for it is pretty poor. I've looked through the documentation on the immediacy …
5
votes
16answers
385 views
Screencasts vs Articles - which do you prefer?
Recently, I've noticed that I've lost all patience with programming articles, and started watching screencasts instead. For example, the ASP.NET MVC site had lots of screencasts, so I watched those …
9
votes
5answers
870 views
Simple OCR programming tutorials/articles
I'm interested in simple OCR methods and algorithms. And with simple I mean simple!
Best would be a tutorial/article/documentation without dependencies on 3rd party librarys if that's even possible.
…
4
votes
5answers
187 views
Best articles/documentation about OpenID?
What is the recommended read if someone like to be first introduced to OpenID and later go more deeply into details to be prepared for implementation of OpenID based single sign-on?
Pointers to some …
2
votes
21answers
260 views
Books/articles that inspired you
Hi,
Some time ago I found a book "Fatal Defect: Chasing Killer Computer Bugs" by Ivars Peterson. Those who read the book, most probably was impressed by thrilling stories of real live bugs around us. …
0
votes
1answer
56 views
Article about jquery library hosted on Google not actually caching…
...re-downloads even if it was in cache.
I think it had some statistics regarding the number of Yahoo users for which items had to re-download even if it was in their cache (60%?)...
Read it earlier …
10
votes
15answers
435 views
What is the single most influential article/essay every programmer should read? [closed]
This article came to mind after reading this question.
From time to time I hear about different influential articles and essays that should be read to have a better understanding of computers and …
0
votes
1answer
39 views
Aggregate Function not available as Article in Merge Rep Publication
I have Merge Replication set up and I just noticed that a Aggregate Function is not available on my Subscriber. After further investigation I discovered that is is not even available in the …
3
votes
7answers
130 views
How much to comment code sample when writing an article?
When you read a "howto"-style article with a code sample, which do you prefer:
All the code off to the side with very few comments, and a complete line-by-line breakdown in the article
OR
All …
