Forum: eCommerce May 5th, 2008 |
| Replies: 10 Views: 2,069 Re: ecommerce site software Hi, wasn't here quite a long time, sorry. Well, you are true, maybe I judged Open Source too hard. You can, in fact, get support for it :) But the commercial software isn't only closed source. How... |
Forum: JavaScript / DHTML / AJAX Mar 19th, 2008 |
| Replies: 1 Views: 754 Rewrote your code and it works now <style type="text/css">
body {text-align:center; background-color:#151B8D; color:white}
.intro {text-align:center; font-size:24pt}
h1 {font-size:30pt}
.buttons... |
Forum: eCommerce Mar 19th, 2008 |
| Replies: 10 Views: 2,069 Re: ecommerce site software Yes, if you choose Open Source, you get the community. Community is of course a grat thing, but the fact is they don't have to help you. If you really get into trouble, you stay alone with your... |
Forum: PHP Mar 19th, 2008 |
| Replies: 1 Views: 717 Re: How to add php5 to apache? The right way is obviously that decribed in the official PHP Manual:
http://www.php.net/manual/en/install.unix.php
There are 2 most important points:
1. Apache should load the PHP module.
2. .php... |
Forum: PHP Mar 19th, 2008 |
| Replies: 1 Views: 244 JavaScript will help I'm afraid it's done not by PHP, but by JavaScript, right on the page. You can use DOM provided by user's browser to clone form elements. Then use PHP's wonderful feature of collecting multiple... |
Forum: IT Professionals' Lounge Feb 25th, 2008 |
| Replies: 12 Views: 10,825 |
Forum: Site Layout and Usability Feb 25th, 2008 |
| Replies: 4 Views: 3,060 |
Forum: Windows NT / 2000 / XP / 2003 Dec 28th, 2007 |
| Replies: 3 Views: 479 Re: windows installing prioblem AFAIK, Windows XP installs very well on SATA drives, and never makes problems with SATA in general. Turn everything on, don't be afraid! Then boot from XP CD and install that thing. Everything should... |
Forum: JavaScript / DHTML / AJAX Dec 24th, 2007 |
| Replies: 8 Views: 3,037 Re: Newbie: get part of filename path Hi there!
With JavaScript, it's possible to do many things. Including some path wouldn't be complex, but... only if we see the code! Please post some code and we'll see what we can do. |