.

Tuesday, February 5, 2019

Skins: A whole new look on everything :: Peter Dykstra Technology Essays

Skins A whole sore look on ever soythingConcept primer coat Dykstras concepts of linear programming and modularity take on a whole new look. Peter Dykstra the father of linear programming suggested that anything that could be done in programming could be done with a combination of three elemental procedures.Sequence- procedures performed in a linear order Decision- Expressions evaluated to determine between cardinal routes of action. Repetition- The ability of a machine to perform an operation millions of times a second. In order to clean up the commonly used spaghetti write in code of the times, Dykestra then proceeded to say that all code should be divided up into chunks related to a specific tasks called modules. The idea was that by abstracting these modules into black boxes that with readable input they would perform their tasks and generate predictable take. This would allow a coder to non know anything about the modules he was using except what goes in and what comes out and still be able to use it. This modular intellection was eventually applied to a GUI interface, but is still not widely utilized. What is a struggle?The term skin was first coined by a MP3 player called xxx-AMP. The GUI interface of a program is modulate and broken out from the program as explained in the previous split and given the ability to be swapped with other skins to change the entire display of the program. Would you ever guess them to be the exact same program? Would you ever guess the creators of these GUI interfaces were not paid to do it, or needs even professionals? My first introduction to a program that had some characteristics of skin like behavior was a shopping cart program with a Look and Feel Module that they had made public to great success. Groups of users would assemble around their site and support each other by swapping egotism generated custom modules and knowledge on how to create them. However it was far from lite and involved more Perl than HTML or graphics work. How Does it work?Skins in the HTML world follow the same concept. A skin is a simple HTML page with special hooks for the CGI (or ASP, etc.) to connect to. For practice in the HTML a variable that must be replaced with output from the CGI would be named $$varname This will cause the tag to be replaced with the CGI Perl variable $varname.

No comments:

Post a Comment