Jump to content
xisto Community

whafizi

Members
  • Content Count

    181
  • Joined

  • Last visited

Everything posted by whafizi

  1. Hi... Xoops? there are many choices of CMS like it on the net. Personally, i like to use Mambo. It got many features and the interface is nice. Go to http://forums.xisto.com/no_longer_exists/ for more CMS options. or http://forums.xisto.com/no_longer_exists/ for mambo server
  2. i dont want to interrup here, but dude, now we are talking the OOP era.Object Oriented Programming.Means you use object/classes to connect to databases. Here is the idea;1. Create a connection library using CLASS to define a database object which include all the login informations.2. Include a CONSTRUCTOR which automatically connect to the database when this class is defined.3. Now, all you need to do is to include this library whenever you want to use database function. No more rewriting the same code again!.I can never live without OOP!.
  3. EDB? Sounds good but i think;1. Decreased compatibility. Because the differences between programming language. Make it imposibble for them to use the same database. For example an integrated system which uses VB and PHP at the same time.2. Complex implementation. I think EDB might cause more confusion about a database implementation. I mean, with different EDBs for different programming languages, you might get different implementation, especially when we are talking about open source databases such as MySQL.that's all what i think....
  4. You know the best combination of webdesigning for me?1. OS: Microsoft Windows XP2. Web Server: Apache web server3. Database: MySQL database4. Dynamic page language: PHP 5. Page designer: Macromedia Dreamweaver6. Graphic Designer: Adobe PhotoshopHonestly, i would like to use Mac or Linux instead. But, i was born with M Windows. I can't help it. What about u guys?
  5. Here's the javascript u should be using; <script TYPE="text/javascript"> <!-- if (top != self) top.location=self.document.location; //--> </SCRIPT> put at the HEAD section.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.