web-development

Is there a firebug alike plugin for safari?

I need this tool badly,anyone knows? ...

Why isn't web2py more readily adopted?

I have been playing with python and different web frameworks. I started with Django, but am not in so deep that I am entrenched. I really quite like python but have not found that "perfect" web solution. My qualifications of perfect would be: simple to learn/code simple to host (my webhost, Site5, isn't exactly python-friendly) wide...

Is $view in an MVC php program a proper use of global variables?

I understand that global variables should be avoided generally. As a beginner, I'm trying to understand whether making a $view variable global in a dynamic web program built following MVC principles is one of those cases where globals are a good idea. In my program, I create the $view (as an object that contains an empty array) in inde...

ASP: request.form is not returning value?

I have following form, <form action="contact_us.asp" method="post" enctype="multipart/form-data" name="form1" id="form1"> <input name="firstname" type="text" id="firstname" size="30" /> <input name="lastname" type="text" id="lastname" size="30" /> <input type="submit" name="submit" id="submit" value="Submit" /> </form> But wh...

True 3D web font type

Hi friends, I'm developing a 3D website (I mean you navigate the web with 3d glasses) and I'm getting frustrated with the texts. Text headers should be in 3D too, but I can't find any 3d font type. One solution could be overload the designer and create this texts as images, but it would be very expensive and bring internationalization...

How to run the site from development machine directly on production server without compliing.

I have a site developed in asp.net mvc.Is it posssible to run the site as developed on the developing machine directly on the production server without compilation i.e. in the bin folder I will only have the external dll that will be needed and not the project dll. I will be using SVN:commit the code from the development machine and tak...

Library/script for creating a training/guide mode for web appliction

I'm looking for a js library or jquery plugin that helps me to create training/guide mode for web application. Best example I know of training/try now mode is Atlassian JIRA one. ...

Javascript/jquery Images slideshow does not work.

Hi guys, I am trying to create an easy slideshow but It is not that easy at all :(. I have few problems to make it work. Here is my code so far: http://jsfiddle.net/WUE9g/1/ PS: I would much appreciate any kind of help. Thank you! ...

Problem with Rails 3.0.0 and Ruby 1.8.7? Sporadic 'wrong number of arguments' error

I'm using Rails 3.0.0.rc with Ruby 1.8.7 on Snow Leopard. I was using Builder to to restrict what's returned by render :xml for a User model object. It wasn't working as expected, so I commented out my format.xml block. E.g., this was my users_controller.rb: def create # TODO: Limit the frequency at which this can be called. ...

How to change URI of WAR file in EAR file in MyEclipse?

We have following projects: office - web application project console - web application project MyEclipse by default deploys these web applications to following locations: C:\tools\jboss-5.1.0.GA\server\web\deploy\office.war C:\tools\jboss-5.1.0.GA\server\web\deploy\console.war But in ant build and in our deployment s...

Is it possible to have a Struts2 application without using any suffixes like action or do?

By default, Struts 2 uses the suffix .action to represent action URLs. So, even if I want to get to a login page, I need to use a URL something like : http://mysite.com/login.action. But I feel the above URL is not flexible and not SEO friendly. So, is there any way to avoid the .action suffix or any suffixes completely and just use pla...

jQGrid, how to add a new row inside the grid, not via a modal?

Some quick searching only turns up adding a new row to a jQGrid via a modal popup with the editable fields. Can anyone point me to a sample or show me some code that allows you to add a new empty row into the grid itself, at the top? I have an action column at the rightmost end of the grid in which onRowSelect() I have a save button ap...

Soap Webservice Transparent WSDL change

Hi , I have a webservice [call it S1] exposed and clients call that service and get back response.So good so far. I have to change my WSDL a bit [for some very odd reasons] but i dnt want clients to see the change. So my idea is to intercept the soap request somewhere b/w server and client and interceptor should modify the soa...

Definitive matrix of $_SERVER values for different web server software out there?

I'm write PHP applications to distribute publicly, and am trying to ensure they run correctly on all popular web server software (IIS, Apache, NGINX, Lighttpd). Does anybody know if someone has created definitive matrix of $_SERVER array items for each different popular server software package? Sounds like a good idea, and I just want ...

How do I code my ASP.NET page to parallelize downloads across hostnames?

Google Page Speed test tells me I need to distribute my queries across DNS Domain names to speed up rendering. Since I do development offline, I'd like to find a solution that will distribute my static content (img, CSS, js) across different hostnames, and will still work when I'm offline in an airplane. Q: How can I code my page to u...

Java EE + GlassFish: Force user to logout if he/she log in somewhere else

I hope my question on the title make sense, if not, let say: machine A, via the web browser I log in as admin, I go to machine B, and log in as admin, the web browser in machine A should force a logout on user admin. I gave this some thought, and I think it will be ugly if I try to manual implement this. I have a feeling that this can be...

CSS: How to change spacing between radio button and it's text?

How do I change the spacing between radio button and it's text? I have the following HTML: <input type="radio" name="beds" value="1" />1+ <input type="radio" name="beds" value="2" />2+ Which produces something like this graphic: o 1+ o 2+ How do I change the spacing between the radio button and the "1+" text? I'd like the text to ...

SEO Google Sub Menu

Did anybody know when i make search with keyword "internetdownloadmanager" there is will be sub menu for the page of www.internetdownloadmanager.com like Download Registration Internet Download Manager ... Internet Download Manager screenshot can somebody tell me how to make something like that? ...

Shifted my profile from android developer to web application developer. Bad decision?

I am a masters student pursuing my final semester in an industry, training. Until recently I was working as an android developer, but alas I did not find the assignment challenging enough. Seemed like I was not fulfilling the purpose of learning the "art of programming" because the IDE made my life far too simple. I made a request to my...

Reading how function was executed

Hello there people! I'm currently working on a very poor developed system, and I have to make some bug fixes before this product is released in beta stage. The site is built with lots of javascript, and I'm not very familiar with it. The question is - is there a way to read how my function was executed? Like.. Function was called by o...