web-development

Java web development, what skills do I need?

I want to learn, at least at a basic level, how to build java web applications (coming from a .net background). Meaning, I would like to be able to build, deploy a simple cms type application from the ground up. What exactly do I need to learn? Tomcat seems to be a good web server for Java. What options are there for the web? I kn...

Fastest Method to Learn Web Design for a Developer

I am a Web developer and in my projects I have noticed that my weakest point is not being good at the front-end design. Relying on other designers can be annoying if they are not able to produce as quickly as I want. My perspective on HTML/CSS is that it is basically a big hack that amazingly works. There are too many CSS and browser ...

the easiest way to upload updated data to the server

I work on Windows app and every week I want to upload the new data (rows) to the server and i want to upload the new db from asp.net web page and i'm using sqlserver2005 for our co branches or from my local server. What is the best way to do so upload complete db mdf and delete the old one ! Do I update only the new rows and how can I...

Web application: Acceptance testing: Initial state for a test and test isolation?

Greetings, I am currently exploring some extreme programming and try to stick as much to it as possible. This means, I will need to turn my (by now, unexpectedly thick stack of) user stories into acceptance tests once I begin an iteration (after planning the release, of course). I am not entirely sure about the implementation language...

Pros & Cons of PHP & .Net for e-learning application development.

Hello experts, I have to develop an elearning application. For which I wanted to know which platform is best. PHP or .Net. I would be integrating third party applications in my project. Someone pls guide me in right direction. Thanks. Kavitha ...

Shortcut for inspecting HTML documents in Safari 4

Can't find the shortcut for clicking on the magnifying glass for inspecting HTML elements in Safari 4. Any idea on this? (or any resource with a complete list of the web development shortcuts) ...

Checking a website on old versions of popular Browsers

Merry Christmas Guys, Has somebody tested their website on multiple versions of different browsers? I am running Windows and wanted to test if my site breaks on FF 2, 2.5, 3 or IE 6, 7. Is there a resource on the net where I can download older versions of these browsers? Further, How do I run all the versions in parallel - won't a newer...

Show / Hide page data depending if users are logged in or not. Coldfusion / Dreamweaver

Hi there, I am trying to create a way to show and hide a number of different elements on my page, depending if the user is logged in or not. For example I want to hide 'Logout' is users are not logged in, and 'login' when they are. I'm using Coldfusion and Dreamweaver - is there any quick easy code I am able to use to wrap around the ...

How do I position a Silverlight Control

I guess this is going to sound like a pretty basic question to any web developers out there, but HTML and CSS are not really my thing and I'm on a really steep learning curve, so please cut me a little slack. I have a silverlight control the I've developed with some animated graphics that I need to position at the bottom right hand corn...

Is coding standard very important for every program a developer writes?

I want some questions to be answered by our fellow developers regaurding coding standards. Is it true a developer is judged by his coding standard? What are the best practices of coding standards which could be followed in a web application? What are the common coding standards that budding developers fail to adapt in their application...

Disable printing in adobe Flex

I am building my website in adobe flex(i am n00b). I have some photographs which I would like to make sure that people cannot print. I do understand that it is not possible to completely stop users from printing. But atleast disable the context menu or just the print option and the copy option. Any and all things about this is helpful...

How much should we worry about browser pentration when using Silverlight?

I mean,, that would be the only issue to worry about when using silverlight compared to flash... do you think this issue could be solved in 2-3 years? ...

Building a stick fighting game, Silverlight or Flash?

what are the pros and cons of each? ...

can java applets (not signed) create / read cookies?

I was wondering if it's possible to write cookies to clients from unsigned applets. ...

TDs background color not visible in print preview

Hi, I have td like this: <td align="left" bgcolor="#FF0000"> In browsers, there is a red background color applied to it but when i see print preview of this, there is no red color in the background. also the font color is white but it also gets converted to white when print previewing it. Anyone knows what can be the reason? Thanks...

Best way to integrate legacy phpBB forum into Joomla

What is the best way to integrate a legacy phpBB forum into a new Joomla site? Basically I want to keep the navigation links (top and main menu), and embed the forum as pages in the site. Is this feasible? ...

Multiple Submit Buttons -- Specifying default button

I have a form that has three submit buttons as follows: <input type="submit" name="COMMAND" value="&lsaquo; Prev"> <input type="submit" name="COMMAND" value="Save"> <input type="reset" name="NOTHING" value="Reset"> <input type="submit" name="COMMAND" value="Next &rsaquo;"> <input type="button" name="NOTHING" value="Skip &rsaquo;" oncli...

Equivalent to JasperReports in dotnet

JasperReports is cool with JAVA web apps. CrystalReports is not equivalent to it :D what tool can we use in asp.net web applications ? ...

What's wrong with running a live site from a DVCS clone?

I see insinuations here and there that it's bad to run a live deployment directly off a DVCS clone, and better to export a clean tree or tarball and deploy that. It seems to me that running directly from a DVCS clone has several advantages: No need to transport the entire codebase on every deployment. Trivial to update code to any desi...

subdomain vs. subdirectory in web programming

There are two main strategies for handling multiple "applications" on the web: subdomains (e.g. wiki.example.org, blog.example.org, admin.example.org, api.example.org/v1) subdirs (e.g. example.org/wiki, example.org/blog, example.org/admin, example.org/api/v1) What are the differences (advantages and disadvantages) of these two soluti...