I\'m not that good in SQL and I\'ve come across a problem I don\'t know how to solve. I\'ve read and re-read parts of a book about SQL (O\'Reilly\'s Learning SQL) which I hoped would contain the infor
The company I work for is using MacolaES for an ERP system. The SQL Server database is structured such that when things are no longer considered active, they are moved from a set of \"active\" tables
I run ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32] I had to upgrade RubyGems so I run 1.3.5 now
I was wondering which of the following is considered to be a best practice when dealing with parent child relationships.
I am pretty sure what I am seeing is how this is supposed to work, but I as just curious as to why. When I rotate the iPhone in the simulator the method (see below) that allows the orientation gets ca
Is it possible to programatically access a Div\'s scrollbar handle and change its size? --Edit: Is there a mootools plugin for something like this?
A list is created dynamically. Now I want to get 93 or 94 etc which will be used for php function. For example I added 93 in two ways as you can see below. In li class=\"93\" or href=\"http://127.0.0
I would like to know what algorithm is used to obtain an image and get the objects present in the image and process (give information ab开发者_运维问答out) it. And also, how is this done?I agree with
So far I am quite comfortable working with C# windows application. I am a开发者_如何学运维bout to shift to Asp.net to develop a website.
I\'ve done plugin architectures in Win32 & C/C++ for years, with extension points dynamically loaded from DLLs with LoadLibrary, GetProcAddress, etc.