online-resources

Looking for Inspiration: How can jQuery be truly useful?

After I read jQuery in Action, I could grok the purpose and strengths of the jQuery Core API. To date, I've used jQuery in several production applications. But now I'd like to graduate from a jQuery novice to a jQuery professional. Do any blogs or books detail how jQuery can be truly useful in production applications? Essentia...

Which books or resources would you recommend for learning event-driven programming?

The question says it all, really. I am looking for books or resources I can use to self-teach regarding event-driven programming. I have a decent grasp on the program flow of smaller programs that don't have a GUI (procedural programming, I think); basically the code doesn't interact with the user beyond command-line arguments, or someti...

Database of common translated phrases for localization?

I'd like to localize my app into a few other languages, all of which I can barely order a drink in. Does anyone know of an online resource for translations of common software menu options, messages, etc. into other languages? Given the number of developers (both OSS and closed-source) that deal with localization, and the overlap of res...

Logic programming online resources

I might look like a n00b, but I would like to know whether anyone here in SO knows any good online resources on logic programming. I'm working on a huge scheduling application and I have "reduced" the algorithmic problem to another huge constraint satisfaction problem. Now I want to know how to use these constraints to derive logically e...

Subversion public free repository for documentation and config files

I've been through all of the questions about free online subversion repositories, but haven't found exactly what I'm looking for. I would like to upload some config files, small scripts, and make it a public SVN repository. I would like a simple service, with just a Subversion public repository and one person to commit. No Trac, no pro...

How can learn great iPhone Programming ?

Hi everyone .... iam new iphone developer and i built several apps . i read some books like Beginning iPhone development . but i have problem , that is i can create application based on books that i read ! How can bursting iPhone programming and build any application that i like it ? i need some good advise . iam living in iran and there...

Online code review tool with git integration

Hi all, For our dev team we need to conduct code reviews regularly. Our core requirements are: It is hosted somewhere so we don't have to bother with supporting the infrastructure for it It can integrate with our existing git repository It has simple and straightforward work flow: create a code review request based on the differences...

SQL/MySQL tutorial to practice usage of commands online.

      I have practiced SQL in w3schools, which is good but doesn’t allow to try with DDL commands, which is certainly not satisfying. Please suggest me such tutorial(s), which allow to practice SQL or MySQL online, allowing to use all the commands, if you have ever observed. ...

Where can I learn about security and online privacy?

I'd really like to start including shopping cart functionality in my projects. At first im content relying on paypal links, but I really want to be learning about specific security threats and how to combat them. Eventually I want to feel comfortable receiving and sending customer credit card details for ecommerce. Obviously this is a ...

C# learning resources for PHP developers

I am a PHP developer however I'm looking widen my skill set. Can anyone recommend some good resources? (Online would be awesome but not necessary :) ) What are the biggest differences? Any help is appreciated. ...

HTTP DOM: request.use? Usage?

I'm looking at the following code block in javascript: var request = new Request(); if(request.Use()) // What exactly does this do? { // ...do stuff } else { // no ajax support? } I've never seen anyone invoke the request.Use() method. My Question: What exactly does request.Use() check? Does it in fact check for...

ODBC datasource for DB2 on 64 bit Windows 2008

I just finished development of some code that communicates with DB2 and want to test/deploy it on a Windows 2008 machine. I'm a bit concerned about not being able to find a working ODBC datasource (DSN/client) driver for DB2 on Windows 2008 (x64). I have a 32-bit driver for XP but that one (obviously) won't install on 2008-64. The IBM w...

Material/books/resources related to testing dependencies in software modules?

Any suggestions for material related to blackbox testing of dependencies in software modules? ...

Rapid Application Development Articles

I'm writing a project and I need to use a certain number of journal articles. I'm having real trouble finding journal articles on RAD though. It seems to be mostly books that I can find. Can anyone recommend any good articles to get me started? ...

Resources for utilizing tcp-ip, sockets, etc using .NET 2.0?

Where could I find good resources and examples for learning how to utilize TCP/IP in c# 2.0? Any suggestions on where to start? I'm pretty new at socket programming. ...

Free US sales-tax lookup (per zip etc.)?

I am creating a pricing program. I need to calculate the amounts according to the current tax list in the US (in various places). I want to have a button 'Update taxes' in the administrative settings of the application, so when the user clicks it, it should download from somewhere the active tax amounts. So I actually want to have a fu...

Looking for resources for learning SharePoint Foundation on the Internet

Hello. While I am quite comfortable with the .Net world, I am a baby as far as SharePoint technologies are concerned. With the advent of SharePoint 2010 (Foundation especially), I'd like to directly learn the new version. However, I am not getting enough resources on the Internet that can be helpful. Besides knowing to maneuver a ShareP...

Anyone heard about Sharpkit?

Has anyone heard about SharpKit? It's a .NET to jscript, .NET to jQ and more API. I am about to start a new web project, and I am doubting whether to use sharpkit. From my browsing around the site and the documentation there, it looks really so seducing, does anyone have experience with it? I even played with it a little bit on their a...

What online sites are available to help organize redundant error/cron emails?

I feel like I saw a site somewhere that would "dedupe" error messages commonly sent from frameworks like Django or cron errors. I cannot seem to re-find the site however. Have people heard of online tools like this that help wade through the hundreds of emails applications can possibly send at times? UPDATE: I realize this may sound l...

Are there any good online resources for using Google App Engine for iPhone Development?

I've searched around and I can't seem to find any good resources for Google App Engine with the iPhone. I'm using Java, but Python is also good. Thank you! ...