0
votes
0answers
15 views
Reverse IP/Host Lookup to find proxy
Sometimes it is not possible to find if user is using Anonymous proxy.
So i came up with some ideas:
Get IP of client, do reverse check
and check if it returns a hostname and al …
0
votes
1answer
21 views
Browser based 3D games with LWJGL in Java
I want to create a browser based 3D game using LWJGL with the Java programming language.
Can anyone please provide me with a small example of creating a window and a box in it?
0
votes
7answers
95 views
what are the recommended methods to create online 3d gaming engine ?
i want to create an online 3d game of roads and city buildings (supposed to have good graphics). i would prefer that it will work for all major Os's (linux,windows,mac).
I know th …
0
votes
0answers
15 views
iTexhSharp and international character problem
Hi there, let me ask this questiom one more time, I have a table with some international characters and using iTextSharp to create PDF file. this is my code,some
charcters are mi …
2
votes
5answers
59 views
is it good to use Wait cursor in websites?
Hi all.
Just wanted to ask - is it good to use Wait cursor in websites? on heavy loading pages..
we dont generally see it used with websites...(please share some if u have seen a …
0
votes
4answers
77 views
IE’s XHTML Compatibility
Hi stackoverflow,
I'm having a rather heated debate into IE's XHTML Compatibility. The only thing is, I'm unsure if the guy is trolling.
Essentially he claims that IE has absolu …
0
votes
1answer
18 views
When would I use my own RouteHandler?
I understand that in ASP.Net DynamicData (and maybe regular ASP or MVC) I can provide my own RouteHandler
routes.Add(new DynamicDataRoute("{table}/{action}.aspx") {
RouteHandl …
0
votes
1answer
23 views
Strategies for Hosting 2 .NET Languages in Same Web App
I have 2 web sites (in Visual Studio - separate solutions) - one in VB.NET, one in C#. Ideally, I'd like to make them both web application projects, compile each codebase into to …
1
vote
1answer
44 views
ECommerce solution in php and ror
Hello, I'm a developer but I never used php nor ruby on rails. I would like to create a small e-commerce website.
I found out 2 solutions that seems very good, Prestahop and Spre …
0
votes
3answers
42 views
What does default CSS’s browsers depend on ?
Hi (please excuse me for my ugly english ;-) )
Do you know if the default CSS of any user agent ... :
depends on its release number ?
depends on its layout engine ?
depends on t …
1
vote
1answer
33 views
General web developer and Microsoft certifications, a necessary evil in the corporate world, what is available and relevant?
I'm a ASP.NET (MVC &Web Forms)/C# web developer (my CV) and I'm unsure what I should do about certifications. My employer encourages and pays for them and they are strongly re …
0
votes
1answer
18 views
How do you Debug/Run classic asp pages in Visual Studio 2008?
Whenever I try to open a classic asp page while running the site in VS2008 I get the error: "This type of page is not served".
How do you Debug/Run classic asp pages in Visual Stu …
1
vote
2answers
65 views
How do you think Google is handling this encoding issue?
I recently came across an encoding issue specific to how Firefox encodes URLs directly entered into the address bar. It basically looks like the default Firefox character encoding …
0
votes
0answers
25 views
fastest web server for static, dynamic content? [closed]
I'm looking for the fastest http server available for:
serving static content -- huge set of large images. Minimal features need, just as fast as possible.
dispatching dynamic c …
0
votes
3answers
39 views
long term cookie
I'm looking for a way for users to be able to connect to my application easily, but rarely. What I want to do is be able to store a cookie with a 1 year life on the user's compute …
