Unkwntech

9,442
Reputation
744 views

Registered User

Name Unkwntech
Member for 1 year
Seen 2 hours ago
Website
Location San Diego, CA USA
Age 29
Languages:
   Python
   PHP
   PAL
   SQL
   AHK
   C#

Ego and a desire to attempt the impossible are traits of most great coders.

We do site hosting (LAMP), and I'll give you discount if you mention SO.
sales@unkwndesign.com
2h
comment Determining which files are not used.
unused code files, this is a PHP project.
3h
asked Determining which files are not used.
Nov
12
awarded  Popular Question
Nov
10
awarded  Popular Question
Oct
16
comment Php Echo Concatenation
I agree the problem is probably further up in the code, and it's probably a missing ' or "
Oct
16
revised Php Echo Concatenation
Cleaning up the post for readability
Oct
16
answered Creating a shortcut key for the letter j to redirect to a url using jquery
Oct
13
asked How does MySQL store timestamps internally?
Oct
10
awarded  Notable Question
Oct
9
awarded  Popular Question
Oct
3
awarded  Popular Question
Sep
29
accepted Work with Subversion from USB Key
Sep
29
answered Work with Subversion from USB Key
Sep
29
comment How do you read a file line by line in your language of choice?
but wouldn't wc be even better 'wc -l' is designed for counting lines.
Sep
24
comment No stringWithContentsofURL method found
Thank you much.
Sep
24
asked No stringWithContentsofURL method found
Sep
22
asked Tools for graphicaly representing database structure.
Sep
19
awarded  Popular Question
Sep
19
comment Advice needed for monitoring a website
@mauris, I cannot agree with that, although my accept rate is higher then his(<100%), I can understand how one could have a low accept rate, it all depends on the type and bredth of the questions being asked, although I will admit that I didn't look at any of his.
Sep
19
comment How to write this code with assembly code?
Intel Mac or PPC (what gen)? I don't know assembly but I do know enough to know that x86 and PPC assembly is going to be different.
Sep
14
awarded  Nice Question
Sep
4
comment PHP Compression Options
bz2 will usualy provide the best compression but if it is being given to users its best to use zip
Sep
4
comment convert ASM to C (not reverse engineer)
Unless I misunderstood something the question is not about decompiling, but rather converting the ASM source to C
Sep
4
comment What are the limitations of Gmail’s SMTP?
+1 close, Belongs on SuperUser.Com
Sep
2
comment deploying a php project
+1 just cause I don't see the need for a -1, as what codeburger said is typically correct.
Sep
2
awarded  Popular Question
Aug
31
comment How to get the MAC address of the visitors’ PC in an ASP.NET webApp?
Not to mention mac address can be spoofed, not unlike IP addresses, and neither should be used for any form of security.
Aug
27
comment Typecasting in C#
Nice answer Jon!
Aug
26
revised How much more efficient is one big image rather than many small images. Facebook style.
added 7 characters in body
Aug
26
comment Protecting executable from being patched
Whats the use case?
Aug
26
accepted Firing event on application close.
Aug
26
accepted Where and how does Windows XP store wep/wpa keys?
Aug
23
comment How can I hide incompatible code from older Python versions?
Greg, eval() real?
Aug
22
comment Where is the chink in Google Chrome’s armor??
No, unfortunately I don't.
Aug
21
answered Displaying code snippets in wordpress.
Aug
20
comment What is a good tool or site to use to performance test a web page/site?
Also now we have code.google.com/speed/page-speed which is also a FireBug add-on
Aug
19
comment Is it possible to find user’s location by IP address?
"Theres an app for that" there is an iPhone app (i forgot the name) that will tell you where you are based on the visible WIFI spots, they have a truck that drives around and collects the data.
Aug
19
comment Using a custom field in WHERE clause of SQL query.
First option works great, seems my earlier (now deleted comment was due to caching), thanks for the solution.
Aug
19
asked Using a custom field in WHERE clause of SQL query.
Aug
17
answered Web Hosting For Applications
Aug
14
awarded  Notable Question
Aug
11
comment What’s with the love of dynamic Languages
@yar can you give an example?
Aug
9
comment How to keep track of login status by PHP?
"Sessions would be an easier way to handle a login situation" not to mention they're almost guaranteed to be more secure.
Aug
9
comment Using VS2008 with C/C++
However like I said in my post VS will not let me compile C++ either.
Aug
9
asked Using VS2008 with C/C++
Aug
8
comment Is there any way to tell user how many rows are in a table?
I've edited Dan's answer to show how it needs to be done but I agree 100% with will, you either need to hire a developer or spend some time learning the language first, including the potential security implications of all your actions, and this needs to be done long before any website is made public.
Aug
8
revised Is there any way to tell user how many rows are in a table?
added 112 characters in body
Aug
3
comment PHP Chat Bot: Google Talk
+1 for not using PHP - PHP Dev.
Aug
3
awarded  Yearling
Aug
2
comment mysql fetching only one field
If a method returns an array or object you cannot access it's members at the same time you call the method.