0
votes
1answer
69 views
What was the most difficult job interview question you were asked (and you could not even say a word)? [closed]
Hi,
What was the most difficult job interview question you were asked (and you could not even say a word)?
1
vote
4answers
48 views
Limiting file upload type
Simple question. Is there a way to only allow txt files upon uploading? I've looked around and all I find is text/php, which allows PHP.
$uploaded_type=="text/php
1
vote
5answers
128 views
universal php mvc?
anyone know of a good universal mvc written in php?
i'm looking for an mvc that i can instantiate into any type of application that fits in what project i will be building and will …
3
votes
8answers
273 views
Aspiring programmer seeking guidance.
I apologize if this is not the suitable place to be seeking advice.
I would like to switch careers from mechanical engineering to programming. Many of the projects I currently wo …
-6
votes
2answers
139 views
What does question mark in PHP represent other than Ternary Operator?
Is there any other use of the question mark ? in PHP other than being part as the Ternary Operator.
Just to take note: I know about how it works in regex and all that. I am talkin …
1
vote
1answer
36 views
String of questions [closed]
I have a string of questions I want to ask a large group of people. I want questions to come one by one and have no way of going back to edit the answers previously given. In all, …
0
votes
1answer
33 views
Question about updating multiple tables with LINQ and ASP.NET MVC
Just a quick one really, I'm just looking for a bit of clarification.
I'm looking to update multiple tables from one "Create" action, before I try it, I was just wondering if it's …
0
votes
2answers
51 views
greasemonkey(javascript) textarea question
Hi all,
I have written a basic greasmonkey scripts which passes an output out to a textarea, like this:
var obj = document.getElementById("comment").innerHTML = "\n" + "Note:" + …
0
votes
3answers
25 views
WordPress question
when I click on the comments link on my blog the page is not redirecting to the link -- wordpress/?p=3#comments, rather stays in the same page.
can anyone help me why this is not w …
1
vote
2answers
130 views
Convert 1-bit image to 8-bits
How can I convert a 1 bit image to an 8 bit image using C#? What color matrix should be used? Can you please provide samples or links?
-1
votes
2answers
68 views
How much would a light design cost? [closed]
By light I mean something similar to stackoverflow. Bright colors, easy to understand fonts.
0
votes
0answers
108 views
104000 posts in a year? [closed]
I have a friend who reads this site and talks about Jon Skeet constantly. I looked at his page today and see that in a year he's posted to this site 104k times. How is this possi …
0
votes
2answers
151 views
What are the best C/C++ questions in stackoverflow? [closed]
I am new to stackoverflow.com and with in days I became crazy about it. I am specially interested in C/C++ questions. Can you please suggest me the best C/C++ question(s) you met w …
0
votes
6answers
244 views
How to upload and save file in java servlet without using apache?
out.println("<tr><td><FORM ENCTYPE='multipart/form-data'"+
"method='POST' action='ProcessUpload' ></td>"+
…
4
votes
4answers
276 views
Formatting C++ Console Output.
I've been trying to format the output to the console for the longest time and nothing is really happening. I've been trying to use as much of iomanip as I can and the ofstream& …
