Techies I need answers
Posted: Thu Apr 08, 2010 2:58 am
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
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