Page 1 of 1

Techies I need answers

Posted: Thu Apr 08, 2010 2:58 am
by tHE_0ne
I need help answering these questions for online contest

http://www.vork.us/contest

Which standards does Vork, the high-performance PHP framework, comply with?

XHTML 1.1
Zend Framework Coding Standards
GPL Free Open-Source Software
HIPAA 1996
Section 508 & W3C WAI Accessibility
Object-Oriented E_STRICT-compliant PHP5
OSHA 1910.37(a)

What is the code required to turn a page or section of your Vork site into a wiki?

-$tools->googleMap('12140 SE Fairview Rd, Dayton, OR 97114');
-$tools->mp3Player('mysong.mp3')
-get::component('wiki')->wiki();
-$html->link("javascript:vork.translateById('cake-recipe', 'it')", 'Translate to Italian')
-get::component('cc')->chargeAuthNet(29.95, 5424412129925025, '03/2010')

Which of these JavaScript toolkits can be utilized in Vork by simply calling the $html->jsLoad() function?

jQuery
Dojo
YUI
MooTools
HiJinx
Prototype + script.aculo.us

Which of the following will increase your site's performance & ability to scale?Storing session data in MS Access

Using a PHP framework that can operate entirely from memory-space without any disk-IO
"Lazy-loading" database connections so a connection is only created when required
Integrating Memcached caching for functions that retrieve data from an API-call or external-service
Adding database abstraction-layers
Opening lots of file-descriptors/file-handles for each request

Posted: Thu Apr 08, 2010 8:15 am
by TonyT
XHTML 1.1
get::component('wiki')->wiki();
jQuery
Vork can be configured to operate without any disk-IO to further reduce load time

Took all of 2 minutes googling. You b lazy!

Posted: Thu Apr 08, 2010 3:38 pm
by tHE_0ne
thanks!!! :)