For accessibility reasons, I say it is very bad to have an empty anchor tag in your code. People using a screen reader etc would not be able to read the link. The simplest solution would probably...
That sounds strange for many reasons. If you helped him get a land line from company A, and then company B called saying they wanted to sell a cell phone, and they already had the card info, that...
Are you getting the same results now, or did something change? Is the user already expected to be logged in by the time this page is called? if so then username and password...
I'm all about 1&1. We've been with them for ever and have had no problems. They can take out an 11 page add in PC world, so they arent' going to vanish on you either.
I haven't started developing anything yet, but from what I am reading it is pretty basic API stuff, and a slightly modified SQL. You probably already read the page, but here is where I found...
I honestly feel safe shopping online. I pay almost all of my bills online, I use E-bay weekly, even for large/semi-expensive items, and I have never had a problem.
Since its invention, the nature of the internet has been to react and adapt. There are tons of companies who can make money doing similar things. This particular company doesn't seem to want to put...
You can specify the form action as an e-mail address; however, that causes it to be sent from the users default mail client (usually outlook express) and many users aren't comfortable with/able to...
Alright, I will do my best to answer these for you, but these answers are how this applies to me, and my business, so they may not work in part or at all for you.
I always meet with the client if it is possible. I like to sit down and understand how they work. I will be honest in saying that some companies get quoted a slightly higher price, based soley on...
I say google adsense. Get paid by impressions and stuff, and they are easy to incorporate, relate to your site, and tend to generate decent money as your traffic increases.
I log information on every use who submits something via my feedback form, so if they are using that to spam you, then you should have a log of their IP addy and stuff.
PHP is your best bet. If your host doesn't allow PHP, then find a new one. YOu can take your template and cut it up into tons of small, easy to use files, and then just include them into the file. ...
You can also use Nifty corners, it is a pure CSS/JS solution to having rounded corners on a div. Just google Nifty Corners and you will find the code in the first couple of results.
My suggestion would be to skip the CGI and use PHP. CGI scripts are normally a lot more difficult to maintain, whereas a PHP script is easy to install (it doesn't have to go in a specific directory)...
Rebel, there are tons of different answers to your questions. First off, I use the 2checkout shopping cart system (allthough I haven't built an e-commerce site in ages, so I don't know if it is...
The tables are the easy part. Start out with an id field, then a field for every piece of info you need to know. Make the id filed int(8) and the rest of them can probably be varchar(255) or just...
I have been looking for ways to port a lot of our office software into web based solutions. Our techs are allways in someone elses house, and having access to web based programs makes it easier for...