Click here to Skip to main content
15,921,276 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Frontpage question Pin
Kontakentee4-Feb-10 8:21
Kontakentee4-Feb-10 8:21 
GeneralRe: Frontpage question Pin
Not Active4-Feb-10 8:46
mentorNot Active4-Feb-10 8:46 
GeneralRe: Frontpage question Pin
Kontakentee5-Feb-10 0:17
Kontakentee5-Feb-10 0:17 
GeneralRe: Frontpage question Pin
Not Active5-Feb-10 2:24
mentorNot Active5-Feb-10 2:24 
GeneralRe: Frontpage question Pin
Kontakentee5-Feb-10 2:49
Kontakentee5-Feb-10 2:49 
AnswerRe: Frontpage question Pin
fat_boy5-Feb-10 23:36
fat_boy5-Feb-10 23:36 
QuestionQuestion about regular expression (for email addresses) Pin
Vodstok4-Feb-10 4:02
Vodstok4-Feb-10 4:02 
AnswerRe: Question about regular expression (for email addresses) Pin
adkalavadia4-Feb-10 21:32
adkalavadia4-Feb-10 21:32 
QuestionAbout web development using specific technologies Pin
Bhushan19803-Feb-10 20:56
Bhushan19803-Feb-10 20:56 
Question.net UI for saving students marks and datastructure Pin
GauravKP3-Feb-10 9:56
professionalGauravKP3-Feb-10 9:56 
AnswerRe: .net UI for saving students marks and datastructure Pin
David Mujica3-Feb-10 10:11
David Mujica3-Feb-10 10:11 
QuestionADO .Net Data Services & Oracle Pin
jonatan_5562-Feb-10 23:02
jonatan_5562-Feb-10 23:02 
AnswerRe: ADO .Net Data Services & Oracle Pin
R. Giskard Reventlov5-Feb-10 5:29
R. Giskard Reventlov5-Feb-10 5:29 
Questionajax post containing ambersand & issue Pin
Jayapal Chandran1-Feb-10 23:24
Jayapal Chandran1-Feb-10 23:24 
AnswerRe: ajax post containing ambersand & issue Pin
WoutL1-Feb-10 23:50
WoutL1-Feb-10 23:50 
GeneralRe: ajax post containing ambersand & issue Pin
Jayapal Chandran2-Feb-10 7:03
Jayapal Chandran2-Feb-10 7:03 
QuestionSSL Certificate Switch Pin
Jammer1-Feb-10 11:01
Jammer1-Feb-10 11:01 
AnswerRe: SSL Certificate Switch Pin
Jammer2-Feb-10 0:28
Jammer2-Feb-10 0:28 
QuestionAutomation Error Pin
Bad Programmer1-Feb-10 9:26
Bad Programmer1-Feb-10 9:26 
Questionflash slide make professional software Pin
sheemap31-Jan-10 19:55
sheemap31-Jan-10 19:55 
AnswerRe: flash slide make professional software Pin
Richard MacCutchan1-Feb-10 0:24
mveRichard MacCutchan1-Feb-10 0:24 
QuestionPHP Image Protection Pin
hxhl9529-Jan-10 18:18
hxhl9529-Jan-10 18:18 
AnswerRe: PHP Image Protection Pin
Graham Breach29-Jan-10 23:16
Graham Breach29-Jan-10 23:16 
GeneralBoonex Dolphin is SCAM!!! Pin
rooterbot29-Jan-10 5:55
rooterbot29-Jan-10 5:55 
Why Boonex is a scam?

Boonex problem nr1. No coding standard

Boonex is writen by several people using different technologies. Its main base (Dolphin) is writen in pure php with its own template engine and forum (Orca) uses xlst. That has large negative impact to integration of forum in site and site in forum. When coding, please use single technology and template system.

Whats even worser, different parts of dolphins code itself is writen by completely different people, and very in the hurry. So everyone has its own imagination how to interact with different parts of the code. It is very tricky to modify code that way to suit site needs.

Boonex problem nr2. Template engine and separation of code/design/database

This problem in dolphin/boonex needs a point on its own. Boonex uses custom template system ( that should be called layout system). The blocks of generated html code are pased to specific places in the template. That creates a big headache for programers as they need to search through code for the place where some box is generated. It might be generated in template, or in specific function in one of numerous includes. And so on. Even pligg has better templating than this.

It is very tricky to rip boonex templating apart, as whole coding is based on such poor programming practice. They would be better off using existing template system like smarty or similar one.

This leads to problem nr3

Boonex problem nr3. Crapy use of Database

We saw serveral other competing sites launched on boonex, but we did not care much. Why? Becouse when they reach 500-1000 daily visitors they will break apart. The reason for it is very bad programming and use of database.

For example, boonex uses profile builder which assigns fields to profiles. So the output of profile uses more than one table and is quite inefficient.

Also, there is a nice 20-30 query overhead on each page display to fetch all the configuration values from table. Silly, isn’t it ? They would be FAR better of using a file for configuring sofware or caching it in php file like it is done in most of the systems.

Another simple problem. When boonex wants to display a profile being online it additionally check database for its status. But that data was pulled from database already. So 20 useless queries again.

Resume

I would not suggest using boonex if you want to keep your programmers sane. We have have changed the code almost completely for now, and you will need to do that too. Boonex is a scam. Try googling "boonex scam" first.
QuestionMessage Removed Pin
28-Jan-10 10:56
hello_amigo28-Jan-10 10:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.