|
I understand that letting any anonymous user upload any sort of file in general can be dangerous, especially if it's code. However, I have an idea to let users upload custom AI scripts to my website. I would provide the template so that the user could...
Started by AlbertoPL on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
According to the about page it....
The site is code pad.
I am in no way associated with this site and I'm only linking it because it tries to achieve what you are getting after: jailing of python .
Allow them to script their client, not your server.
|
|
As an exercise, I'm trying to wrap my head around what goes into letting a user custom skin their profile (like myspace as an example). I'm using PHP. Since I'm clueless as to the whole thing, I'm not sure what to ask, but some of my concerns are how ...
Started by Chris on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Lets assume you stored all those values in ....
If we are talking about say:
user background image text colors link colors That can all be achieved very easily with CSS without breaking your code .
Depends on the costumization you want to give them.
|
|
Hallo, I been having this problem for a while and I have no idea how to solve it.
I have a flash game (very much like a normal memory game) that has a lot of Movieclips in it that has MouseEvents attached to them. But, when I add a bitmap over the stage...
Started by Ole Kristian on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Assuming your overlay is stored in a variable m_overlay , then
m_overlay.mouseEnabled = false;
However you said ... .
The MCs under the bitmap aren't going to receive events .
I've solved this in the past by creating "proxy" object to capture mouse clicks .
|
Ask your Facebook Friends
|
Wnen I use external resources such as files or DB connection I need to close them before I let them go.
Do I need to do the same thing with Swing components ? If yes then how ?
Started by lbownik on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
However, if you have a component that you are not going to need later you can set any... .
You do not have to treat Swing components the same way that you do external resources .
Objects are automatically garbage collected if there are no references to them .
|
|
Shows fine in FF, (continues the URL down to the next line, nice and clean). But IE lets it break passed the right border of the div.
The NEWS section of this page:
http://www.albuquerquecupcakecreations.com/index.php
Any thoughts are appreciated! Thanks...
Started by realcheesypizza on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I added one (like this: http://farm3.static.flickr.com/2339?2152480352_1b5ee54c44.jpg ) just to see what would happen, ... .
There is no ? in the problem url.
In the similar <li> which begins 'Love This', IE is breaking at the ? character in the url .
|
|
I wish to allow the user an option to navigate away from a Register page. However the register page is an ASP:Wizard with RequiredFieldValidators.
How can I fix this without removing the RequiredFieldValidators? The "Next" button of the wizard seems to...
Started by HaterTot on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Could you put another button outside of the wizard labelled 'Cancel' or 'Skip' and set the CausesValidation property to False?
From http://forums.asp.net/p/1022184/1385194.aspx
After searching over and over on how to validate my wizard control steps,... .
|
|
Is the quoted question below is possible in sharepoint, if yes, please suggest some solution too. I will be grateful.
"Can we let a group of users to make their own site collections, and then to make them the owners of their own site collections. Mind...
Started by dexter on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To do this for sites (not site collections)
create a custom group with the create site permissions Add the users to the group when they create a site, they will be the owner of the site and can assign permissions to that site (only if they check the "... .
|
|
I would like to make a simple web app that displays 20 or so images to users and lets them manually sort the images from favorite to least favorite, either by dragging or by using some form of up/down controls, and then submit this ordering. Are there...
Started by RexE on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You could use some variation of the ReorderList in the Ajax Control ToolKit:
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ReorderList/ReorderList.aspx
I'm sure there... .
I see you tagged using Silverlight, so I assume you are using ASP.NET technologies .
|
|
So i'm kinda into MS-DOS and such again, but i came to ask myself, How can i minimize a DOS window? Any kind would be ok, minimalize, shrink to a tiny blue block.
I just can't seem to find a way to let it work on my Windows XP computer, is realy evrything...
Started by billyy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In Windows you could write a little program that will look up your window and send it the appropriate... .
DOS has no concepts of windows.
Not in DOS.
You can start a program in a new minimised window using the start command:
start /min your_command_here
You can't .
|
|
We have a bad problem of people forgetting/not caring enough to print handout versions of sometimes very large powerpoint presentations.
Is there a way to force them to print handout versions of powerpoint slides that have 6 or 9 per page? It would save...
Started by bobber205 on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Or to communicate the benefits of following the guidelines.....
It seems like management needs to get involve and communicate the costs of not conforming to corporate guidelines .. .
Make them pay for print jobs that don't conform to corporate guidelines .
|