SlideShare a Scribd company logo
1 of 31
THE CODE

Gary Barber - Information Architect, User Interaction
                      Designer

                    radharc.com.au
                  manwithnoblog.com



                                                        WebJam9
WebJam9
WORKING-STORAGE SECTION.
 77 WS-NAME-ERROR-FLAG
 77 WS-NAME
 COPY NAMEW.COB.
 PROCEDURE DIVISION.
                                 PIC 9(01) COMP VALUE 0.
                          PIC X(30)       VALUE SPACES.        Cobol
 000000-CONTROL.
   PERFORM 000100-PROCESS-NAME
     THRU 000100-EXIT
      UNTIL (WS-NAME = quot;ENDquot;).
 000000-EXIT.
   STOP RUN.
 000100-PROCESS-NAME.
   DISPLAY quot; quot;.
   DISPLAY quot;ENTER NAME (UP TO 30 CHARACTERS)quot;.
   DISPLAY quot;123456789012345678901234567890 ('END' TO STOP)quot;.
   MOVE SPACES TO WS-NAME.
   ACCEPT WS-NAME.
   IF WS-NAME = quot;ENDquot;
      GO TO 000100-EXIT.
   MOVE WS-NAME TO NAW-NAME-WORK.
   PERFORM 006000-NAME-EDIT
     THRU 006000-EXIT
   IF (WS-NAME-ERROR-FLAG = 1)
      DISPLAY quot;NAME INVALIDquot;
      GO TO 000100-EXIT.
   MOVE WS-NAME TO NAW-NAME-WORK.
   PERFORM 006100-NAME-REVERSE
     THRU 006100-EXIT
   DISPLAY NAW-NAME-WORK.
   DISPLAY quot;LAST: quot; NAW-SPLIT-LAST.
   DISPLAY quot;FIRST: quot; NAW-SPLIT-FIRST.
   DISPLAY quot;PRE: quot; NAW-SPLIT-PRE.
   DISPLAY quot;POST: quot; NAW-SPLIT-POST.
 000100-EXIT.
   EXIT.
 COPY NAMEP.COB.



                                                                  WebJam9
HAI
CAN HAS STDIO?
I HAS A PET
                                                    Lolcode
GIMMEH PET, OBTW
  This is the beginning of a long comment block, or actually,
  quot;OBTWquot; was the beginning. And to end it...
TLDR
BOTH SAEM PET AN quot;CATquot;, O RLY?
  YA RLY,VISIBLE quot;JOO HAS A CATquot;
  NO WAI, VISIBLE quot;JOO NEEDS CATquot;
OIC
I HAS A VAR
GIMMEH VAR
IZ VAR BIGGER THAN 10?

    YARLY

    
     BTW this is true

    
     VISIBLE quot;BIG NUMBER!quot;

    NOWAI

    
     BTW this is false

    
     VISIBLE quot;LITTLE NUMBER!quot;

    KTHX
KTHXBAI



                                                                WebJam9
Coldfusion
<cfloop LIST = quot;#Server.Coldfusion.SupportedLocales#quot;
index = quot;localequot; delimiters = quot;,quot;>
  <cfset oldlocale = SetLocale(quot;#locale#quot;)>
  <cfoutput><p>#locale#<br />
   Local: #LSEuroCurrencyFormat(123456, quot;localquot;)#<br />
   Currency Number:
   #LSParseEuroCurrency(quot;EUR123456quot;)#<br />
   International: #LSEuroCurrencyFormat(123456, quot;internationalquot;)#<br />
   None: #LSEuroCurrencyFormat(123456, quot;nonequot;)#<br />
   <hr noshade>
  </p></cfoutput>
</cfloop>




                                                                    WebJam9
Ruby
require 'rubygems'
require 'httparty'
 class Ebay
   include HTTParty
  end
  begin
   item = Ebay.get('http://rorbuilder.info/cgi-bin/ebay.cgi)['ebay']
   item.each do |key, value|
     puts key + ': ' + value
   end
   rescue
    p 'oops that product doesn't exist'
  end




                                                                       WebJam9
WebJam9
WebJam9
F   ingerversitive
U   niversial
C   ompiled
K   nowledge
I   ntegration
T   ranslator
                     WebJam9
2 x 5 elements
 11 = optiumal
         base5




           WebJam9
function()




       WebJam9
pointer [x]




        WebJam9
pointer.pink.hair [x]




                  WebJam9
loop()




    WebJam9
loop.2()




     WebJam9
loop.x()




     WebJam9
loop.(oops)




        WebJam9
flag.x = declare()




              WebJam9
flag.x = .maybe.




             WebJam9
flag.x = .wtf.




           WebJam9
if(x is .true.)




            WebJam9
case (this | that)




                 WebJam9
case (this only!)




                    WebJam9
blind.panic(!purplehair)




                     WebJam9
just.crazy(horns)




              WebJam9
pray()




    WebJam9
flip()




    WebJam9
flip.2()




     WebJam9
flip.2x()




     WebJam9
flip.x()




     WebJam9
HAPPY
BIRTHDAY
LACHLAN
       WebJam9

More Related Content

What's hot (19)

Level up your front-end skills- going beyond cold fusion’s ui tags
Level up your front-end skills- going beyond cold fusion’s ui tagsLevel up your front-end skills- going beyond cold fusion’s ui tags
Level up your front-end skills- going beyond cold fusion’s ui tags
 
第四屆程式碼研習高峰會 Vue.js
第四屆程式碼研習高峰會 Vue.js第四屆程式碼研習高峰會 Vue.js
第四屆程式碼研習高峰會 Vue.js
 
Web-First Design Patterns
Web-First Design PatternsWeb-First Design Patterns
Web-First Design Patterns
 
7. copy2 in Symfony 4
7. copy2 in Symfony 47. copy2 in Symfony 4
7. copy2 in Symfony 4
 
9. lower in Symfony 4
9. lower in Symfony 49. lower in Symfony 4
9. lower in Symfony 4
 
ThormeierBreadcrumbBundle
ThormeierBreadcrumbBundleThormeierBreadcrumbBundle
ThormeierBreadcrumbBundle
 
Desafios do Profissionalismo Ágil
Desafios do Profissionalismo ÁgilDesafios do Profissionalismo Ágil
Desafios do Profissionalismo Ágil
 
An Introduction To jQuery
An Introduction To jQueryAn Introduction To jQuery
An Introduction To jQuery
 
How to Use Jing Techsmith
How to Use Jing TechsmithHow to Use Jing Techsmith
How to Use Jing Techsmith
 
JavaScript Gotchas
JavaScript GotchasJavaScript Gotchas
JavaScript Gotchas
 
symfony & jQuery (PUG)
symfony & jQuery (PUG)symfony & jQuery (PUG)
symfony & jQuery (PUG)
 
YUI for your Hacks-IITB
YUI for your Hacks-IITBYUI for your Hacks-IITB
YUI for your Hacks-IITB
 
wp cli
wp cliwp cli
wp cli
 
Select * from internet
Select * from internetSelect * from internet
Select * from internet
 
4.hello popescu
4.hello popescu4.hello popescu
4.hello popescu
 
Ajax
AjaxAjax
Ajax
 
Generic Setup De-Mystified
Generic Setup De-MystifiedGeneric Setup De-Mystified
Generic Setup De-Mystified
 
Floating ad widget
Floating ad widgetFloating ad widget
Floating ad widget
 
6.copy text
6.copy text6.copy text
6.copy text
 

Viewers also liked

Curso: Global BS IBMEC - Quem é o consumidor do futuro e como lidar com ele?
Curso: Global BS IBMEC - Quem é o consumidor do futuro e como lidar com ele?Curso: Global BS IBMEC - Quem é o consumidor do futuro e como lidar com ele?
Curso: Global BS IBMEC - Quem é o consumidor do futuro e como lidar com ele?O Melhor do Marketing
 
SplunkLive! Washington DC May 2013 - Splunk App for VMware
SplunkLive! Washington DC May 2013 - Splunk App for VMwareSplunkLive! Washington DC May 2013 - Splunk App for VMware
SplunkLive! Washington DC May 2013 - Splunk App for VMwareSplunk
 
Leading Teams Dealing with Conflict
Leading Teams Dealing with ConflictLeading Teams Dealing with Conflict
Leading Teams Dealing with Conflictibrahim Eldayash
 
Digital Learning, Emerging Technologies, Abundant Data, and Pedagogies of Care
Digital Learning, Emerging Technologies, Abundant Data, and Pedagogies of CareDigital Learning, Emerging Technologies, Abundant Data, and Pedagogies of Care
Digital Learning, Emerging Technologies, Abundant Data, and Pedagogies of CareGeorge Veletsianos
 
SplunkLive! London: Splunk ninjas- new features and search dojo
SplunkLive! London: Splunk ninjas- new features and search dojoSplunkLive! London: Splunk ninjas- new features and search dojo
SplunkLive! London: Splunk ninjas- new features and search dojoSplunk
 
ICDE Report: UNESCO Chairs in OER, International Meeting Krakow, Poland April...
ICDE Report: UNESCO Chairs in OER, International Meeting Krakow, Poland April...ICDE Report: UNESCO Chairs in OER, International Meeting Krakow, Poland April...
ICDE Report: UNESCO Chairs in OER, International Meeting Krakow, Poland April...icdeslides
 
Goodfellas Guide to UX
Goodfellas Guide to UXGoodfellas Guide to UX
Goodfellas Guide to UXGary Barber
 
Launching Assassin's Creed with the Eagle Vision
Launching Assassin's Creed with the Eagle VisionLaunching Assassin's Creed with the Eagle Vision
Launching Assassin's Creed with the Eagle VisionSplunk
 
2 speed it powered by microsoft azure
2 speed it powered by microsoft azure2 speed it powered by microsoft azure
2 speed it powered by microsoft azureMichael Stephenson
 
Ubicuidad en la Tecnología y el Aprendizaje. Una perspectiva Crítica
Ubicuidad en la Tecnología y el Aprendizaje. Una perspectiva CríticaUbicuidad en la Tecnología y el Aprendizaje. Una perspectiva Crítica
Ubicuidad en la Tecnología y el Aprendizaje. Una perspectiva CríticaFrancesc Llorens Cerdà
 
Իմ Ամանորը
Իմ ԱմանորըԻմ Ամանորը
Իմ ԱմանորըAnoushHrach
 

Viewers also liked (16)

Curso: Global BS IBMEC - Quem é o consumidor do futuro e como lidar com ele?
Curso: Global BS IBMEC - Quem é o consumidor do futuro e como lidar com ele?Curso: Global BS IBMEC - Quem é o consumidor do futuro e como lidar com ele?
Curso: Global BS IBMEC - Quem é o consumidor do futuro e como lidar com ele?
 
Thinkcentre m77
Thinkcentre m77Thinkcentre m77
Thinkcentre m77
 
SplunkLive! Washington DC May 2013 - Splunk App for VMware
SplunkLive! Washington DC May 2013 - Splunk App for VMwareSplunkLive! Washington DC May 2013 - Splunk App for VMware
SplunkLive! Washington DC May 2013 - Splunk App for VMware
 
Leading Teams Dealing with Conflict
Leading Teams Dealing with ConflictLeading Teams Dealing with Conflict
Leading Teams Dealing with Conflict
 
Digital Learning, Emerging Technologies, Abundant Data, and Pedagogies of Care
Digital Learning, Emerging Technologies, Abundant Data, and Pedagogies of CareDigital Learning, Emerging Technologies, Abundant Data, and Pedagogies of Care
Digital Learning, Emerging Technologies, Abundant Data, and Pedagogies of Care
 
SplunkLive! London: Splunk ninjas- new features and search dojo
SplunkLive! London: Splunk ninjas- new features and search dojoSplunkLive! London: Splunk ninjas- new features and search dojo
SplunkLive! London: Splunk ninjas- new features and search dojo
 
ICDE Report: UNESCO Chairs in OER, International Meeting Krakow, Poland April...
ICDE Report: UNESCO Chairs in OER, International Meeting Krakow, Poland April...ICDE Report: UNESCO Chairs in OER, International Meeting Krakow, Poland April...
ICDE Report: UNESCO Chairs in OER, International Meeting Krakow, Poland April...
 
Goodfellas Guide to UX
Goodfellas Guide to UXGoodfellas Guide to UX
Goodfellas Guide to UX
 
Formulir pendaftaran
Formulir pendaftaranFormulir pendaftaran
Formulir pendaftaran
 
Launching Assassin's Creed with the Eagle Vision
Launching Assassin's Creed with the Eagle VisionLaunching Assassin's Creed with the Eagle Vision
Launching Assassin's Creed with the Eagle Vision
 
Kiosk 12 h
Kiosk 12 hKiosk 12 h
Kiosk 12 h
 
2 speed it powered by microsoft azure
2 speed it powered by microsoft azure2 speed it powered by microsoft azure
2 speed it powered by microsoft azure
 
Ubicuidad en la Tecnología y el Aprendizaje. Una perspectiva Crítica
Ubicuidad en la Tecnología y el Aprendizaje. Una perspectiva CríticaUbicuidad en la Tecnología y el Aprendizaje. Una perspectiva Crítica
Ubicuidad en la Tecnología y el Aprendizaje. Una perspectiva Crítica
 
Pengumuman ppdb
Pengumuman ppdbPengumuman ppdb
Pengumuman ppdb
 
Իմ Ամանորը
Իմ ԱմանորըԻմ Ամանորը
Իմ Ամանորը
 
Didactica General Historia Educacion
Didactica General Historia EducacionDidactica General Historia Educacion
Didactica General Historia Educacion
 

Similar to The Code

Best practices for crafting high quality PHP apps (PHP South Africa 2018)
Best practices for crafting high quality PHP apps (PHP South Africa 2018)Best practices for crafting high quality PHP apps (PHP South Africa 2018)
Best practices for crafting high quality PHP apps (PHP South Africa 2018)James Titcumb
 
Scti 2011 minicurso jquery
Scti 2011 minicurso jqueryScti 2011 minicurso jquery
Scti 2011 minicurso jqueryciberglo
 
Ten modules I haven't yet talked about
Ten modules I haven't yet talked aboutTen modules I haven't yet talked about
Ten modules I haven't yet talked aboutacme
 
How to make Ajax work for you
How to make Ajax work for youHow to make Ajax work for you
How to make Ajax work for youSimon Willison
 
Voicecon - Mashups with Tropo.com
Voicecon - Mashups with Tropo.comVoicecon - Mashups with Tropo.com
Voicecon - Mashups with Tropo.comVoxeo Corp
 
Socket applications
Socket applicationsSocket applications
Socket applicationsJoão Moura
 
Cheap frontend tricks
Cheap frontend tricksCheap frontend tricks
Cheap frontend tricksambiescent
 
Best practices for crafting high quality PHP apps - PHP UK 2019
Best practices for crafting high quality PHP apps - PHP UK 2019Best practices for crafting high quality PHP apps - PHP UK 2019
Best practices for crafting high quality PHP apps - PHP UK 2019James Titcumb
 
Best practices for crafting high quality PHP apps (ScotlandPHP 2018)
Best practices for crafting high quality PHP apps (ScotlandPHP 2018)Best practices for crafting high quality PHP apps (ScotlandPHP 2018)
Best practices for crafting high quality PHP apps (ScotlandPHP 2018)James Titcumb
 
Single Page Web Applications with CoffeeScript, Backbone and Jasmine
Single Page Web Applications with CoffeeScript, Backbone and JasmineSingle Page Web Applications with CoffeeScript, Backbone and Jasmine
Single Page Web Applications with CoffeeScript, Backbone and JasminePaulo Ragonha
 
RubyMotion
RubyMotionRubyMotion
RubyMotionMark
 
JAVASCRIPT NÃO-OBSTRUTIVO com jQuery
JAVASCRIPT NÃO-OBSTRUTIVO com jQueryJAVASCRIPT NÃO-OBSTRUTIVO com jQuery
JAVASCRIPT NÃO-OBSTRUTIVO com jQueryZigotto Tecnologia
 
Ditching JQuery
Ditching JQueryDitching JQuery
Ditching JQueryhowlowck
 
Crafting Quality PHP Applications: an overview (PHPSW March 2018)
Crafting Quality PHP Applications: an overview (PHPSW March 2018)Crafting Quality PHP Applications: an overview (PHPSW March 2018)
Crafting Quality PHP Applications: an overview (PHPSW March 2018)James Titcumb
 
Best practices for crafting high quality PHP apps (PHP Yorkshire 2018)
Best practices for crafting high quality PHP apps (PHP Yorkshire 2018)Best practices for crafting high quality PHP apps (PHP Yorkshire 2018)
Best practices for crafting high quality PHP apps (PHP Yorkshire 2018)James Titcumb
 
A Toda Maquina Con Ruby on Rails
A Toda Maquina Con Ruby on RailsA Toda Maquina Con Ruby on Rails
A Toda Maquina Con Ruby on RailsRafael García
 

Similar to The Code (20)

Raphaël and You
Raphaël and YouRaphaël and You
Raphaël and You
 
Best practices for crafting high quality PHP apps (PHP South Africa 2018)
Best practices for crafting high quality PHP apps (PHP South Africa 2018)Best practices for crafting high quality PHP apps (PHP South Africa 2018)
Best practices for crafting high quality PHP apps (PHP South Africa 2018)
 
Scti 2011 minicurso jquery
Scti 2011 minicurso jqueryScti 2011 minicurso jquery
Scti 2011 minicurso jquery
 
Playing With The Web
Playing With The WebPlaying With The Web
Playing With The Web
 
Ten modules I haven't yet talked about
Ten modules I haven't yet talked aboutTen modules I haven't yet talked about
Ten modules I haven't yet talked about
 
How to make Ajax work for you
How to make Ajax work for youHow to make Ajax work for you
How to make Ajax work for you
 
Voicecon - Mashups with Tropo.com
Voicecon - Mashups with Tropo.comVoicecon - Mashups with Tropo.com
Voicecon - Mashups with Tropo.com
 
Socket applications
Socket applicationsSocket applications
Socket applications
 
Cheap frontend tricks
Cheap frontend tricksCheap frontend tricks
Cheap frontend tricks
 
Best practices for crafting high quality PHP apps - PHP UK 2019
Best practices for crafting high quality PHP apps - PHP UK 2019Best practices for crafting high quality PHP apps - PHP UK 2019
Best practices for crafting high quality PHP apps - PHP UK 2019
 
Rack Middleware
Rack MiddlewareRack Middleware
Rack Middleware
 
Best practices for crafting high quality PHP apps (ScotlandPHP 2018)
Best practices for crafting high quality PHP apps (ScotlandPHP 2018)Best practices for crafting high quality PHP apps (ScotlandPHP 2018)
Best practices for crafting high quality PHP apps (ScotlandPHP 2018)
 
Single Page Web Applications with CoffeeScript, Backbone and Jasmine
Single Page Web Applications with CoffeeScript, Backbone and JasmineSingle Page Web Applications with CoffeeScript, Backbone and Jasmine
Single Page Web Applications with CoffeeScript, Backbone and Jasmine
 
RubyMotion
RubyMotionRubyMotion
RubyMotion
 
JAVASCRIPT NÃO-OBSTRUTIVO com jQuery
JAVASCRIPT NÃO-OBSTRUTIVO com jQueryJAVASCRIPT NÃO-OBSTRUTIVO com jQuery
JAVASCRIPT NÃO-OBSTRUTIVO com jQuery
 
Ditching JQuery
Ditching JQueryDitching JQuery
Ditching JQuery
 
Crafting Quality PHP Applications: an overview (PHPSW March 2018)
Crafting Quality PHP Applications: an overview (PHPSW March 2018)Crafting Quality PHP Applications: an overview (PHPSW March 2018)
Crafting Quality PHP Applications: an overview (PHPSW March 2018)
 
Best practices for crafting high quality PHP apps (PHP Yorkshire 2018)
Best practices for crafting high quality PHP apps (PHP Yorkshire 2018)Best practices for crafting high quality PHP apps (PHP Yorkshire 2018)
Best practices for crafting high quality PHP apps (PHP Yorkshire 2018)
 
Os Pruett
Os PruettOs Pruett
Os Pruett
 
A Toda Maquina Con Ruby on Rails
A Toda Maquina Con Ruby on RailsA Toda Maquina Con Ruby on Rails
A Toda Maquina Con Ruby on Rails
 

More from Gary Barber

Service Design 2016 Conference Sketchnotes
Service Design 2016 Conference Sketchnotes Service Design 2016 Conference Sketchnotes
Service Design 2016 Conference Sketchnotes Gary Barber
 
Webstock2016 Sketchnotes
Webstock2016 Sketchnotes Webstock2016 Sketchnotes
Webstock2016 Sketchnotes Gary Barber
 
Sketchnotes from UX Australia 2015
Sketchnotes from UX Australia 2015Sketchnotes from UX Australia 2015
Sketchnotes from UX Australia 2015Gary Barber
 
UX Australia 2014 Conference Sketchnotes
UX Australia 2014 Conference SketchnotesUX Australia 2014 Conference Sketchnotes
UX Australia 2014 Conference SketchnotesGary Barber
 
Agile UX 2015 Conference
Agile UX 2015 ConferenceAgile UX 2015 Conference
Agile UX 2015 ConferenceGary Barber
 
Design Synthesis
Design SynthesisDesign Synthesis
Design SynthesisGary Barber
 
Inspiring Creativity
Inspiring CreativityInspiring Creativity
Inspiring CreativityGary Barber
 
Outta time,
 scope, 
and we fixed that already 
Is there a Disconnect
Outta time,
 scope, 
and we fixed that already 
Is there a Disconnect Outta time,
 scope, 
and we fixed that already 
Is there a Disconnect
Outta time,
 scope, 
and we fixed that already 
Is there a Disconnect Gary Barber
 
Virtual design walls
Virtual design wallsVirtual design walls
Virtual design wallsGary Barber
 
The Blu Tack Gun
The Blu Tack GunThe Blu Tack Gun
The Blu Tack GunGary Barber
 
Kill Accessibility
Kill AccessibilityKill Accessibility
Kill AccessibilityGary Barber
 
UX Architecture for the Small Guy
UX Architecture for the Small GuyUX Architecture for the Small Guy
UX Architecture for the Small GuyGary Barber
 
The Art of Skywriting - The Demise of the Tag Cloud
The Art of Skywriting - The Demise of the Tag CloudThe Art of Skywriting - The Demise of the Tag Cloud
The Art of Skywriting - The Demise of the Tag CloudGary Barber
 
Redux Of The Equaliser
Redux Of The EqualiserRedux Of The Equaliser
Redux Of The EqualiserGary Barber
 
Persuasive Web Design
Persuasive Web DesignPersuasive Web Design
Persuasive Web DesignGary Barber
 
Was it Good for You Too Honey - UX Getting it Wrong
Was it Good for You Too Honey - UX Getting it WrongWas it Good for You Too Honey - UX Getting it Wrong
Was it Good for You Too Honey - UX Getting it WrongGary Barber
 

More from Gary Barber (20)

Service Design 2016 Conference Sketchnotes
Service Design 2016 Conference Sketchnotes Service Design 2016 Conference Sketchnotes
Service Design 2016 Conference Sketchnotes
 
Webstock2016 Sketchnotes
Webstock2016 Sketchnotes Webstock2016 Sketchnotes
Webstock2016 Sketchnotes
 
Sketchnotes from UX Australia 2015
Sketchnotes from UX Australia 2015Sketchnotes from UX Australia 2015
Sketchnotes from UX Australia 2015
 
UX Australia 2014 Conference Sketchnotes
UX Australia 2014 Conference SketchnotesUX Australia 2014 Conference Sketchnotes
UX Australia 2014 Conference Sketchnotes
 
Agile UX 2015 Conference
Agile UX 2015 ConferenceAgile UX 2015 Conference
Agile UX 2015 Conference
 
Sketchnotes
SketchnotesSketchnotes
Sketchnotes
 
AgileUX
AgileUXAgileUX
AgileUX
 
Design Synthesis
Design SynthesisDesign Synthesis
Design Synthesis
 
Inspiring Creativity
Inspiring CreativityInspiring Creativity
Inspiring Creativity
 
Outta time,
 scope, 
and we fixed that already 
Is there a Disconnect
Outta time,
 scope, 
and we fixed that already 
Is there a Disconnect Outta time,
 scope, 
and we fixed that already 
Is there a Disconnect
Outta time,
 scope, 
and we fixed that already 
Is there a Disconnect
 
Virtual design walls
Virtual design wallsVirtual design walls
Virtual design walls
 
The Blu Tack Gun
The Blu Tack GunThe Blu Tack Gun
The Blu Tack Gun
 
Ability to Use
Ability to UseAbility to Use
Ability to Use
 
Kill Accessibility
Kill AccessibilityKill Accessibility
Kill Accessibility
 
UX Architecture for the Small Guy
UX Architecture for the Small GuyUX Architecture for the Small Guy
UX Architecture for the Small Guy
 
Why the Web
Why the WebWhy the Web
Why the Web
 
The Art of Skywriting - The Demise of the Tag Cloud
The Art of Skywriting - The Demise of the Tag CloudThe Art of Skywriting - The Demise of the Tag Cloud
The Art of Skywriting - The Demise of the Tag Cloud
 
Redux Of The Equaliser
Redux Of The EqualiserRedux Of The Equaliser
Redux Of The Equaliser
 
Persuasive Web Design
Persuasive Web DesignPersuasive Web Design
Persuasive Web Design
 
Was it Good for You Too Honey - UX Getting it Wrong
Was it Good for You Too Honey - UX Getting it WrongWas it Good for You Too Honey - UX Getting it Wrong
Was it Good for You Too Honey - UX Getting it Wrong
 

Recently uploaded

Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...ritikasharma
 
Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...
Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...
Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...anamikaraghav4
 
VIP Call Girls Sonagachi - 8250192130 Escorts Service 50% Off with Cash ON De...
VIP Call Girls Sonagachi - 8250192130 Escorts Service 50% Off with Cash ON De...VIP Call Girls Sonagachi - 8250192130 Escorts Service 50% Off with Cash ON De...
VIP Call Girls Sonagachi - 8250192130 Escorts Service 50% Off with Cash ON De...anamikaraghav4
 
2k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 92055419142k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 9205541914Delhi Call girls
 
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Book Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near Me
Book Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near MeBook Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near Me
Book Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near Meanamikaraghav4
 
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...aamir
 
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser... Shivani Pandey
 
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...noor ahmed
 
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...noor ahmed
 
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur EscortsCall Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...
5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...
5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...Apsara Of India
 
Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...
Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...
Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...ritikasharma
 
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...Call Girls in Nagpur High Profile
 
Call Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
Call Girl Nashik Saloni 7001305949 Independent Escort Service NashikCall Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
Call Girl Nashik Saloni 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Contact:- 8860008073 Call Girls in Karnal Escort Service Available at Afforda...
Contact:- 8860008073 Call Girls in Karnal Escort Service Available at Afforda...Contact:- 8860008073 Call Girls in Karnal Escort Service Available at Afforda...
Contact:- 8860008073 Call Girls in Karnal Escort Service Available at Afforda...Apsara Of India
 
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...noor ahmed
 

Recently uploaded (20)

Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
Top Rated Kolkata Call Girls Khardah ⟟ 6297143586 ⟟ Call Me For Genuine Sex S...
 
Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...
Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...
Call Girls Service Bantala - Call 8250192130 Rs-3500 with A/C Room Cash on De...
 
VIP Call Girls Sonagachi - 8250192130 Escorts Service 50% Off with Cash ON De...
VIP Call Girls Sonagachi - 8250192130 Escorts Service 50% Off with Cash ON De...VIP Call Girls Sonagachi - 8250192130 Escorts Service 50% Off with Cash ON De...
VIP Call Girls Sonagachi - 8250192130 Escorts Service 50% Off with Cash ON De...
 
2k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 92055419142k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 9205541914
 
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
 
Book Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near Me
Book Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near MeBook Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near Me
Book Call Girls in Panchpota - 8250192130 | 24x7 Service Available Near Me
 
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
 
Call Girls South Avenue Delhi WhatsApp Number 9711199171
Call Girls South Avenue Delhi WhatsApp Number 9711199171Call Girls South Avenue Delhi WhatsApp Number 9711199171
Call Girls South Avenue Delhi WhatsApp Number 9711199171
 
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
 
Goa Call "Girls Service 9316020077 Call "Girls in Goa
Goa Call "Girls  Service   9316020077 Call "Girls in GoaGoa Call "Girls  Service   9316020077 Call "Girls in Goa
Goa Call "Girls Service 9316020077 Call "Girls in Goa
 
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
 
CHEAP Call Girls in Malviya Nagar, (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in  Malviya Nagar, (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in  Malviya Nagar, (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Malviya Nagar, (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
Independent Joka Escorts ✔ 8250192130 ✔ Full Night With Room Online Booking 2...
 
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur EscortsCall Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
 
5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...
5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...
5* Hotels Call Girls In Goa {{07028418221}} Call Girls In North Goa Escort Se...
 
Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...
Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...
Behala ( Call Girls ) Kolkata ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Ready ...
 
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
 
Call Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
Call Girl Nashik Saloni 7001305949 Independent Escort Service NashikCall Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
Call Girl Nashik Saloni 7001305949 Independent Escort Service Nashik
 
Contact:- 8860008073 Call Girls in Karnal Escort Service Available at Afforda...
Contact:- 8860008073 Call Girls in Karnal Escort Service Available at Afforda...Contact:- 8860008073 Call Girls in Karnal Escort Service Available at Afforda...
Contact:- 8860008073 Call Girls in Karnal Escort Service Available at Afforda...
 
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Salt Lake ⟟ 8250192130 ⟟ High Class Call Girl...
 

The Code

  • 1. THE CODE Gary Barber - Information Architect, User Interaction Designer radharc.com.au manwithnoblog.com WebJam9
  • 3. WORKING-STORAGE SECTION. 77 WS-NAME-ERROR-FLAG 77 WS-NAME COPY NAMEW.COB. PROCEDURE DIVISION. PIC 9(01) COMP VALUE 0. PIC X(30) VALUE SPACES. Cobol 000000-CONTROL. PERFORM 000100-PROCESS-NAME THRU 000100-EXIT UNTIL (WS-NAME = quot;ENDquot;). 000000-EXIT. STOP RUN. 000100-PROCESS-NAME. DISPLAY quot; quot;. DISPLAY quot;ENTER NAME (UP TO 30 CHARACTERS)quot;. DISPLAY quot;123456789012345678901234567890 ('END' TO STOP)quot;. MOVE SPACES TO WS-NAME. ACCEPT WS-NAME. IF WS-NAME = quot;ENDquot; GO TO 000100-EXIT. MOVE WS-NAME TO NAW-NAME-WORK. PERFORM 006000-NAME-EDIT THRU 006000-EXIT IF (WS-NAME-ERROR-FLAG = 1) DISPLAY quot;NAME INVALIDquot; GO TO 000100-EXIT. MOVE WS-NAME TO NAW-NAME-WORK. PERFORM 006100-NAME-REVERSE THRU 006100-EXIT DISPLAY NAW-NAME-WORK. DISPLAY quot;LAST: quot; NAW-SPLIT-LAST. DISPLAY quot;FIRST: quot; NAW-SPLIT-FIRST. DISPLAY quot;PRE: quot; NAW-SPLIT-PRE. DISPLAY quot;POST: quot; NAW-SPLIT-POST. 000100-EXIT. EXIT. COPY NAMEP.COB. WebJam9
  • 4. HAI CAN HAS STDIO? I HAS A PET Lolcode GIMMEH PET, OBTW This is the beginning of a long comment block, or actually, quot;OBTWquot; was the beginning. And to end it... TLDR BOTH SAEM PET AN quot;CATquot;, O RLY? YA RLY,VISIBLE quot;JOO HAS A CATquot; NO WAI, VISIBLE quot;JOO NEEDS CATquot; OIC I HAS A VAR GIMMEH VAR IZ VAR BIGGER THAN 10? YARLY BTW this is true VISIBLE quot;BIG NUMBER!quot; NOWAI BTW this is false VISIBLE quot;LITTLE NUMBER!quot; KTHX KTHXBAI WebJam9
  • 5. Coldfusion <cfloop LIST = quot;#Server.Coldfusion.SupportedLocales#quot; index = quot;localequot; delimiters = quot;,quot;> <cfset oldlocale = SetLocale(quot;#locale#quot;)> <cfoutput><p>#locale#<br /> Local: #LSEuroCurrencyFormat(123456, quot;localquot;)#<br /> Currency Number: #LSParseEuroCurrency(quot;EUR123456quot;)#<br /> International: #LSEuroCurrencyFormat(123456, quot;internationalquot;)#<br /> None: #LSEuroCurrencyFormat(123456, quot;nonequot;)#<br /> <hr noshade> </p></cfoutput> </cfloop> WebJam9
  • 6. Ruby require 'rubygems' require 'httparty' class Ebay include HTTParty end begin item = Ebay.get('http://rorbuilder.info/cgi-bin/ebay.cgi)['ebay'] item.each do |key, value| puts key + ': ' + value end rescue p 'oops that product doesn't exist' end WebJam9
  • 9. F ingerversitive U niversial C ompiled K nowledge I ntegration T ranslator WebJam9
  • 10. 2 x 5 elements 11 = optiumal base5 WebJam9
  • 11. function() WebJam9
  • 12. pointer [x] WebJam9
  • 14. loop() WebJam9
  • 15. loop.2() WebJam9
  • 16. loop.x() WebJam9
  • 17. loop.(oops) WebJam9
  • 19. flag.x = .maybe. WebJam9
  • 20. flag.x = .wtf. WebJam9
  • 21. if(x is .true.) WebJam9
  • 22. case (this | that) WebJam9
  • 23. case (this only!) WebJam9
  • 25. just.crazy(horns) WebJam9
  • 26. pray() WebJam9
  • 27. flip() WebJam9
  • 28. flip.2() WebJam9
  • 29. flip.2x() WebJam9
  • 30. flip.x() WebJam9