vitrus
Members-
Content Count
43 -
Joined
-
Last visited
Everything posted by vitrus
-
I am running my own mail server (dedicated) works great...
-
Depends on what kind of game you are running but I sincerely suggest you use PHP and mySQL. Even if your game is a flashgame, the trouble will than be how to build a link between the flash (actionscript 2.0) and php...Maybe actionscript can connect to mySQL itself these days?
-
Indeed.. the design is okay.But there are very proffesional designers that would build new gaming sites for 40 - 50 dollars
-
RoFL @ a coding site that uses movabletype itself ...Hotscripts = to massive for me... We have a very good scripting resource community in the Netherlands (http://forums.xisto.com/no_longer_exists/) but most of you can't read it I gues...
-
JSP code highlighting in Notepad++ SUX...You have to specify 'java' as language but it hardly has any colors and is not clear...HTML code highlighting is not very good, so ony for complex PHP programming (and some other languages I don't use probably)...
-
Image Galleries Which one to choose ?
vitrus replied to varunone's topic in Websites and Web Designing
The 3 gallery's you suggested are all to big for a small album (so you must really have lots off pictures). I suggest you build one yourself ? -
Definetly, the changed lots of things on the JSP engines! - Php is easier to learn than JSP - There are more servers that offer PHP useage - PHP is faster for SMALL applications - Usage of HTML and CSS? If you are a good developer PHP and JSP will work the same. (so paladin, and epox where soooo wrong)... - JSP is far more powerfull than JSP (so biscuitrat when did you made up that non-sence) - JSP could connect to ANY database available (and easier than PHP) - It makes very streamlined pages (biscuitrat again sais it does not), but working with packages and classes makes Java a REAL Object Orientated Language, something PHP will never "really be". I think that the main community of people who want to screw around with websites wil use PHP because its easier to code and to host. However most real developers will be using JSP or .NET ...
-
So thats not how to connect to a mySQL server from your PHP scripts is it?I recommend u use phpmyadmin (a tool you can probably find under domain.com/phpmyadmin , unless it is offcource not installed)... In that interface you can easily alter you table's !
-
Best FTP clients are by far the 2 free tools: - cuteFTP - https://www.globalscape.com/cuteftp and as skynet allready mentioned: - smartFTP - https://www.smartftp.com/
-
http://www.designnation.de// Got some VERY nice websites which are perfect for clans!
-
Php And Mysql Problem Need a little help
vitrus replied to saga's topic in Websites and Web Designing
I agree with Spectre allthough he made 1 mistake...mysql_num_rows() returns the result of the "specified" result (no not query) ..so once you executes your query you can use $numerofrows = mysql_num_rows($result); yo make the variable $numerofrows contain an Integer with the rowcount... -
Import From Excel File Into Mysql Database
vitrus replied to csmith's topic in Websites and Web Designing
Hmmzzz I wil start working with that soon.I once started a website that was using excell as a database (only to view not to change) .. So all people in one company could look at the same data via intranet (php)... -
It looks okay, but the chinese is a problem .. I can 't really get used to the strange paintings all over the site...
-
Firefox Or Internet Explorer that is the question...
vitrus replied to Judman's topic in The Internet
My choise goes to firefox! - It is faster- It has nothing to do with microsoft- It is safer- It is more strict to doctypes (being more strict to valid HTML usage is sometimes a disadvantage because some (badly formatted) pages will display errors that IE doesn't even notice....It does however stimulate developers to build good sites!