473,698 Members | 2,166 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Shoping Chart

Hello, everbody

I am in quite strange situation, I have less then a month to create any form
of shoping chart, I do have install php, apache under win, so I thinking
about some CMS with support for this module for chart, but I don t know
where to look, ....well that s mine situation and who is willing to help,
well I listening you....
Thx, Explorer
Jul 16 '05 #1
5 3906
"explorer" <ex******@xrs.n et> wrote:

I am in quite strange situation, I have less then a month
to create any form of shoping chart, I do have install php,
apache under win


Running any form of web site on a Windows web server is a bad idea: be
prepared for your site to go down *frequently*. However, if you have
no choice, then you will just have to make do with what you have.

As for PHP based shopping carts, there are numerous ones to choose
from. You will need to look them over and see which one best fits your
client's needs. Here are some links to get you started:

http://www.phpeppershop.com/
http://phpay.sourceforge.net/
http://speckmann.free.fr/
http://www.hotscripts.com/PHP/Script...rts/index.html
http://www.webmasterengine.com/php/E...hopping_Carts/

Jul 16 '05 #2
Hmmm IIS5, win2k is stable enough. I dont have the problem of the server
crashing, just my dns barfing sometimes.

Jon

Brandon Blackmoor wrote:
"explorer" <ex******@xrs.n et> wrote:
I am in quite strange situation, I have less then a month
to create any form of shoping chart, I do have install php,
apache under win

Running any form of web site on a Windows web server is a bad idea: be
prepared for your site to go down *frequently*. However, if you have
no choice, then you will just have to make do with what you have.

As for PHP based shopping carts, there are numerous ones to choose
from. You will need to look them over and see which one best fits your
client's needs. Here are some links to get you started:

http://www.phpeppershop.com/
http://phpay.sourceforge.net/
http://speckmann.free.fr/
http://www.hotscripts.com/PHP/Script...rts/index.html
http://www.webmasterengine.com/php/E...hopping_Carts/


Jul 16 '05 #3
On Sun, 27 Jul 2003 20:51:52 GMT, Jon Phipps <lo******@hotma il.com>
wrote:

Hmmm IIS5, win2k is stable enough.


Not stable enough for me, it isn't. And that's without factoring in
the downtime due to endless security holes.

No, the only advantage Windows has as a web server is that it allows
people who do not actually know what they are doing to set up a web
server. Which is appropriate, I suppose, because people who *do* know
what they are doing would not use Windows as a web server.

Jul 16 '05 #4
> Running any form of web site on a Windows web server is a bad idea: be
prepared for your site to go down *frequently*. However, if you have
no choice, then you will just have to make do with what you have.


Was there any need to even both with that paragraph? He wasn't asking for
any opinion whatsoever about his choice of webserver. And if you can't set
up a Windows server properly, then thats your problem. Windows webserver is
easy to get going, but takes a bit of effort to make sure it works well.
Other servers will be more effort to install, but will generally be by
default more secure and stable. Both take effort, but wherever you put that
effort you can make it work perfectly well. There are millions of Windows
servers out there with no problem - there may be more problems
proportionally with Windows, but that is because, as you say, people who
don't know what they are doing use it more, and so if they don't set it up
correctly or often run it on improperly configured computers or bad
connections then of course it will go wrong.
So simply:
Lots of people on bad connections running server => poor overall apparent
reliability of IIS
That percieved poor reliability => more professional servers use Apache etc
Apache on pro servers means Apache reliability very high => spiralling
reputations!

Of course thats not to say there aren't problems with IIS and security, but
these can be fixed with automatic updates and generally don't need the
server to be restarted.

David
Jul 16 '05 #5
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Whilst lounging around on Mon, 28 Jul 2003 00:38:16 +0100, "David
Walker" <wb*********@ho tmail.com> amazingly managed to produce the
following with their Etch-A-Sketch:
Windows webserver is easy to get going,

aka: insecure ;)

Saw a great post in another group yesterday:
Remember, the opposite of security is not insecure.

The opposite of security is:
-> "easy administration"
-> "user friendly"
-> "neat new feature"
-> "default"
-> "automatic"
-> "Windows added feature"

windoze is a toy OS =)

Regards,

Ian
PS: Yes, this was posted via a windoze box.. but it's still a toy ;)

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0

iQA/AwUBPyT4O2fqtj2 51CDhEQIPhQCdHl Fy74D8IMfUEYU0I JPNpdVAw8IAoM7Q
DuMCG6kFXVA9dV0 ETHrQyTD/
=HNL7
-----END PGP SIGNATURE-----

--
Ian.H [Design & Development]
digiServ Network - Web solutions
www.digiserv.net | irc.digiserv.ne t | forum.digiserv. net
Programming, Web design, development & hosting.
Jul 16 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
12529
by: Brian Shade | last post by:
Hi all. I am having a bit of a problem with my Perl script and the creation of a chart. I can create the chart and create a new SeriesCollection. I then specify the XValues and the Values parameter of the first SeriesCollection object. I add another SeriesCollection, but I am only able to set the XValues and I get the following error when I try to set the Values parameter: OLE exception from "Microsoft Office Excel": Unable to set the...
8
5696
by: Prabhakar | last post by:
Friends, I have been migrating ASP applications from IIS4.0/NT4.0 to IIS5.0/W2K. All the applications working perfectly except one. This particular application will make use of asp chart object. Sub BuildGraph(rate(), name,color,chartHight,chartWidth)
1
2192
by: Jim | last post by:
I have this chart on a form. I'm trying to get this chart to render only if the user chooses to do so. This because of that the chart is quite complex and takes some time to render. I know that I probably should put it on a report and call that report from the form but for various reasons I need the chart on this form. In a table bound to this form I have a Yes/No field and then from a checkbox the user should get to choose if the form is...
22
6787
by: PeteCresswell | last post by:
I've been to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mschrt/html/vbobjtitleobject.asp, but still don't have a clue. For example, I've got a chart object namde 'grphStats' in a form named frmChart. ?Forms!frmChart!grphStats.Name returns "grphStats" as expected, but I can't get any further.
3
3429
by: StBond | last post by:
Hi everyone, I am new to Access and Visual Basic so things my be getting across a bit cloudy. I only started using VB for one week. I am having a little problem with the database that I am working on. I am working with MS Access 2002. And I am having a problem with one of my charts. I will explain how everything is laid out then go into details.
9
3074
by: Patrick.O.Ige | last post by:
I have a code below and its a PIE & BAR CHART. The values now are all static but I want to be able to pull the values from a database. Can you guys give me some ideas to do this? Thanks Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Declare your object variables
1
3832
by: Scott H. | last post by:
Hello: I am trying to use Crystal Reports from VS.NET 2003 to produce a simple line chart, where the x axis represents the number of measurements taken and the y axis represents the range of measurement values. There are two sets of points or measurements, so I would like a line on the chart for each set of values (two lines). I can produce the line chart on a VB.NET form correctly using an Infragistics UltraChart obeject. The data...
1
3169
by: Saintor | last post by:
This is for A97 in runtime or MDE mode. My intent was to define a temporary query using the recordsetclone property / filter / orderby. The controlsource of my chart would be based on a grouped query based on this temporary query. Is this the best way or is there another one more efficient? Is it possible in a runtime environment to change the format of an axis (by Week ---> by Month) or the chart controlsource on report opening?
1
5006
by: cubekid | last post by:
I am using OWC 11 in my new web application for displaying charts. Is it possible in OWC 11 to combine and display a column and a line graph (Looking like they overlap each other)? I tried it using this code but it doesn' t work. int width = 400; int height = 300; Bitmap bmpChart = new Bitmap(width, height, PixelFormat.Format16bppRgb555);
0
8675
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8604
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9029
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8897
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4370
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2002
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.