Hello,
I have many questions to ask and I only want to get them all out in one place. I am looking to develop a dynamic website and still have the generalities along but need direction on my specialised setup before I get too far along and need to backtrack.
- What is recommended to be being safer – ASP or PHP I started off building with PHP as well as registered variables but apparently that may be not as safe the way it once was. It looks like scripts can possibly be modified though to still use the function but I don’t know. Which is the right way to go
- For Javascript, exactly what library is advised I see your " Big Several, " but I’m wondering can you have more than one. Also does anyone develop Echo Library How easy can it be to use these kind of and customize pictures, etc to your own webpage
- Can you have more than one Javascript library Has anyone found it easier to construct their own
- Does anyone propose a CMS with a built-in cart function which includes a gift certificate power.
- Are pre-made CMS systems even devised for more dynamic data to become displayed. I currently go my site off WAMP and am looking for the benefit of the things other systems and never having to unravel the 3rd party to code customise my site.
- For hosting I’m seeking where I get what I’d like. I looked at many hosting companies when I finally chatted with someone coming from a company that WHEN I thought was good, and it basically seemed like the best way was to buy your own. I guess the question is, how do websites hosted beyond a person’s basement handle numerous hits and what’s what you want for a website that will have a massive amount volume
- I’d like to include a end user e-mail function and also I’ve seen in which hmailserver is available source and kind of what I’m looking for. I see the right way to send e-mails having PHP, but I’m currently at a loss with tips on how to receive e-mails which can be certainly a problem
- Why don’t a lot more websites have e-mail skills What mail functionality would you use Can it try to be PHP and MySQL
Thanks for ones help in improve. It’s appreciated.
- Any web vocabulary is perfectly harmless to use provided you write this code properly. A badly written script will continue to get hacked in both ASP (which can be dead, by how; ASP. NET swapped out it) or PHP. PHP often offers crappy scripts basically because it’s so popular and even easy to help make careless mistakes. You’ll find far more support in the final web development town for PHP. What I’m sure you’re describing to get PHP–global variable registration–has been recently disabled by default inside PHP 4 and 5, and is going to be completely removed around PHP 6.
- I commonly use YUI, but I keep your the bloat and overhead of a Javascript framework; as an example, I’m doing Ajax natively now as opposed to relying on YUI.
- We have our personal custom CMS at your workplace that we authored, so I can’t recommend one mainly (ironically, I’m writing specifications for the store at the particular moment).
- You can consider something such as Mediawiki (what power Wikipedia). It’s very abstract and allow you to do almost everything, and there’s a respectable amount of third-party support regarding it.
- It’s near-impossible to judge what web hosting service type you’d have to have without knowing what sort of traffic you expect and which kind of content you’d prefer to host. If you’re hosting a couple of simple pages, you could potentially pay $10 per month. If you’re surging videos and working forums with many hundreds people online at the moment, you’re looking for a (or several) specialist servers at hundreds or 1000s of dollars a month. Most people start with either shared or VPS web hosting, and move approximately dedicated if you need to. At work, we host by using Rackspace for production sites but have our personal internal development machine.
- Any half-assed host should offer e-mail help because it’s insignificant for them to accomplish. Yes, you can send e-mails via PHP scripts.
Because it’s fairly easy to misuse email features should you be not careful (assuming an individual mean the feature the location where the website sends email). As an example, a lot of people don’t like getting random e mail about stuff from a site (and could end up hating you). I think it is actually illegal to help send multiple email messages to someone without their consolidation (which will be why most forums have a checkbox to tick if you can’t want to have mail).
The main reason is this: You will find often better, less complicated, and simpler processes to do things without having email. Example: You could potentially send out an email for every new news item on your site. It could make people angry, though. You would use RSS instead.