|
What are the pros and cons of helping or not helping Chen Guangcheng?
Started by Layna on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at yahoo):
|
|
I noticed most questions related to client-side script on SO are JQuery related and that got me thinking. I'm wondering what the ease of these libraries is doing to actual KNOWLEDGE of JavaScript and the DOM.
So much is done for you that my fear is there...
Started by Chuck on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
It can help.
Usually this is OK, but sometimes these details are important .
The lower level details.
|
|
And how they help you improve your programming ? Could they be integrated in IDE and if yes how ?
Edit: Thanks to altCognito There has been almost duplicate question before named: What's in Your Utility Tookit **. "Allmost" since the listings there do...
Started by YordanGeorgiev on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
VisualSVN plugin for Visual Studio - SVN integration within VS.Net myGeneration - for code generation CCTray - for getting real-time updates on CruiseControl builds SQL 2005 query analyzer, ofcourse for queries jquery add-in for Visual Studio for jquery... .
|
Ask your Facebook Friends
|
I've created a view of a table on a MySQL database to enable another application to use our existing (centralized) clients table.
Our passwords are stored as
md5(password + salt) + ":" + salt
Normally I decode this via a programming language of the given...
Started by Danny on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Select * from users where userName='MyUser' and userPass=concat(md5('MyPass'), ':', salt) where salt=( select substring(userPass FROM (instr(userPass, ':')+1)) from users where userName='MyUser' )
I tried this and it works:
SELECT * FROM users WHERE ... .
|
|
I need a tool which allows to take controll of user keyboard and/or mouse with support of Linux client (preferably on FLOSS license). It should ask the user about permission (I don't want to give a free troyan crackers). The NAT is not a problem - I have...
Started by Maciej Piechotka on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at serverfault):
I have just paid $5 to help my brother in law get his iphone working on his home wireless, so I can say it works well, at least with helping.
I am sure Joel would like to add Copilot to the list .
|
|
I have been interested in database developing for some time now and decided that MS SQL has a lot to offer in terms of T-SQL and generally much more functionality (not saying that Oracle or Postgres don't have that).
I would like to know:
What are the...
Started by Jonathan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can reverse.
Apache DDLUtils should be able to help.
To MySQL to do the actual data migration.
|
|
I am trying to upload an image to a directory on a server. i'm using the tutorial found at http://www.reconn.us/content/view/30/51/ .
First, is that a good method for uploading images using PHP?
Second, I'm also going to store the info in a MySQL database...
Started by hatorade on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So, the first test.png could be http://www.example.com/images/fjdklagjsdl.jpg and the second could be http://www.example.com/images/jklfsdlkj... .
You can report the unique URL back to the user after the upload so that the user will know where to find the image .
|
|
I need suggestions about a setup CD layout for non technical users.
My software is deployed on a CD with a setup.exe bootstrapper and a MSI file. There are also several dependency files used by the installer. The CD root looks something like this:
myapp...
Started by Sergio Acosta on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Most users will choose install.exe or setup.exe and other ... .
Keep it simple, instead of thinking to much of the layout, go by conventions and leave the setup.exe or install.exe and provide a README.txt file where they can find installation instructions .
|
|
Hi,
Does anyone have any recommendations of tools that can be of assistance with moving literal values into resource files for localization?
I've used a resharper plugin called RGreatX but was wondering if there is anything else out there.
It's one heck...
Started by Campbell on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can easily replace every occurence of a string with a ressource reference with a few clicks... .
Here's one:
http://www.codeplex.com/ResourceRefactoring
It'a actually a Microsoft "open source" Visual Studio(2005 and up) tool that integrates with the IDE .
|
|
I have pretty big background of .net, and I've decided that i want to port one of my websites to Java. (now with the asp.net MVC craze, I've figured I'd better learn a more mature approach to MVC).
i've downloaded eclipse (easyeclipse distro to be exact...
Started by Orentet on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Spring has 5 core....
Probably is too complicated at the beginning but when you get the concept it turns out very easy to follow .
Although I'm not very aware of "asp.net mvc" is all about, I would suggest you to take a look at Spring it may be interesting .
|