web-development

Naming convention for this group of functionalities..

I have Login form,forget password form and register form in a single page.. What can be the name given to the webpage? Any suggestion.. ...

Java vs. PHP Speed Comparison

Which language is faster for web, Java or PHP? ...

Merging two git repositories together with Django web server, one developer.

Hi experts! I started my Django project locally and have been using git just fine. I got ahead of myself and copied the code to the server which instantly became out of sync with my local version. I hadn't done a branch or anything. The two part question is what's the best structure for me to work locally, push/pull to test server ...

ASP.Net <%# %> and <%= %> rules?

Can someone explain to me the rules around what can and cannot be evaluated/inserted into markup using the <%# %> and <%= %> tags in asp.net? When I first discovered I could inject code-behind variables into mark-up using <%= I thought 'great'. Then I discovered that if such tags are present you can then not add to the controls collecti...

creating a custom search result page in google AdSense ?

hallo i use google AdSense and i wanted to create a custom page with adleast a header of my site... today the search results are displayed on a new window. and its a google page.. how can i create my own custom search results page? thanks ...

Function to pass javascript variables to a php file via a GET or POST?

Hey guys, I've got the following function function make(point, name, message, type, file, id, lat, lng) I want this function to pass all of these Javascript variables to a php file which would open in a window when a link is pressed how would I do this? ...

Div based web design tutorial/book

I want to try to use div tags and css instead of tables in my web design. Can you suggest any resource that I can learn using div tags ? ...

I cannot deploy a basic html file in apache tomcat...

I am making a small website as my first project. I have finalized to use Java Servlets and JSP for my Server-side scripting. I am learning it from O'Reilly's HeadFirst Servlets and JSP. I decided to use Apache-Tomcat as my web server and container. I downloaded it. I even have jdk 1.6 update 21. I unzipped apache in C: It is running suc...

variable declaration causing page not to load?

Hey guys, I've got the following variable declaration.. var html = "<b>" + name + "</b> <br/>" + message + ' <div align="left"> ' + '<a href="path/to/php? id='+name'&message='+message+'&id='+id+'&lat='+lat+'&lng='+lng+'&type='+type+'" target="_blank">Click me!</a>' + ' </div> <form name="myform" action="delete.php" method="P...

putting a php variable in a HTML form value

Hey guys, I've got a php variable like so.. $name = $_REQUEST['name']; I'd like to put it in a HTML form field's value e.g in here.. <input type="text" name="name" value=(php variable here) /> How would I do so? Thanks. ...

How to find investors for web studio?

Hello. Could you give me advice how to find investors in USA please? I am owner of web studio in a little town in Ukraine. We do great work for low prices because cost of living is very low here. I am interested to grow into outsourcing company. Potential investors may be interested in this because cost of 1 hour work of PHP developer is...

Why does document.write hurt web performance?

I'm told that document.write should be avoided in web page since it hurts web page performance. But what is the exact reason? ...

Allow users to download PDFs in PHP5, ZEND, MVC environment

All, I have a PHP5 application written with Zend Framework and MVC style. My application allows multiple users to login and see content based on their privileges. I have a dropdown on the home page. Upon selecting the dropdown, an ajax call occurs which populates the page with a table. Also, it generates a PDF file with the table data u...

what are the must have functionalities for a web shop (shopping cart)

what are the must have functionalities for an e-commerce web shop? e.g. unlimited categories and sub categories multiple categories per product multiple product images product consumer ratings and comments payment gateway integration delivery service integration Best Sellers Newest Products List discount facilities promotional facilit...

How to make HTTP Cache Headers Work

Hi, Can someone please help me with a HTTP caching question? I thought that if I set the "Expires" and "Cache-Control:max-age" request headers, then a browser wouldn't make a GET request until after the max-age had passed? My server is seeing lots of conditional GET requests, and it replies with a 304. However, I'd like to eliminate t...

Why is PHP apt for high-traffic websites?

I was surprised to learn today that PHP is used widely in high-traffic websites. I always thought that PHP is not strong in terms of performance, being a dynamic, scripting language (e.g. compared to statically typed, compiled language like C/Java/C# etc.). So how come it performs so well? ...

How complicate can a Django application go?

Hi, I'm tasked to create a simple CRUD MVC application, and I thought it's a good opportunity to learn python. Because of its great documentation, I'm thinking now that I'll go with Django. Now, this simple CRUD MVC application could become quite complicated in the future. I might have receive and issue JMS messages, display charts th...

How does Stack Overflow display tooltip for the questions?

While we ask a question, SO shows related questions. If we hover on the questions the content is displayed as a tooltip which contains linebreaks, indentations etc. What technique SO uses for it? How to display tooltips wit the formatting? Other than, jquery/javascript is there any simple way to achieve it? Was just wondering, should i...

Difference between Ad company statistics, Google Analytics and Awstats on adult sites

Hi, I have this problem. I have web page with adult content and for several past months i had PPC advertisement on it. And I've noticed a big difference between Ad company statistics of my page, Google Analytics data and Awstats data on my server. For example, Ad company tells me, that i have 10K pageviews per day, Google Analytics tell...

Info on DOM and web page lifecycle

I'm trying to find some good info on the ordering and events of a page...fundamentals. (ordering of what loads and when ...DOM, javascript, no matter what language you're coding in) Does anyone know a good reference I could take a look at? I haven't found any good articles except for ASP.NET but I'm not looking for that specifically....