Techies I need answers

Discuss anything not covered in another forum (life, the universe etc.)... Please keep it PG-13 and avoid spam.
Post Reply
User avatar
tHE_0ne
Posts: 5870
Joined: Thu Jan 10, 2002 3:10 pm
Location: Williamsburg/Norfolk VA

Techies I need answers

Post 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

My~Rig
|Athlon 64 X2 3800+ Toledo 2.0GHz @ 2.5Ghz||ASROCK 939Dual-SATA2||OCZ Platinum 2GB (2 x 1GB) PC3200|ZALMAN 120MM CNPS7700-CU|
|ATI XT 1600 PRO|CSB SB0570 Audigy SE 7.1||WD SE16 SATA 320GB HD|Hitachi SATA 160GB HD|Thermaltake TR2 W0070 ATX 430W Power Supply |WIN 7 Ultimate| (College Budget)
User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post 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!
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.

LRH
User avatar
tHE_0ne
Posts: 5870
Joined: Thu Jan 10, 2002 3:10 pm
Location: Williamsburg/Norfolk VA

Post by tHE_0ne »

thanks!!! :)

My~Rig
|Athlon 64 X2 3800+ Toledo 2.0GHz @ 2.5Ghz||ASROCK 939Dual-SATA2||OCZ Platinum 2GB (2 x 1GB) PC3200|ZALMAN 120MM CNPS7700-CU|
|ATI XT 1600 PRO|CSB SB0570 Audigy SE 7.1||WD SE16 SATA 320GB HD|Hitachi SATA 160GB HD|Thermaltake TR2 W0070 ATX 430W Power Supply |WIN 7 Ultimate| (College Budget)
Post Reply