Tag Archives: split

Short Code Personalized Emoji in Sector Game Tutorial

If you are a programmer dealing with emojis all the time, and therefore visiting websites like … Emojipedia FileFormat … on a regular basis you will probably have seen mention of Emoji “Short codes” of the form “:[short_code]:” (eg. :e-mail: … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

Emoji in Sector Game Mobile Tutorial

We’ve bitten the bullet! We admit, for mobile platforms, involving the keyboard in any programmatic way, is difficult to work. And so, yesterday’s Emoji in Sector Game Resize Tutorial‘s web application has had two changes … for mobile platforms (or … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , | Leave a comment

String Delimitation in Web Applications Primer Tutorial

Web application client and server logic is often based on … string manipulations via Javascript (client) and PHP (server, for us) string functions … and a huge subset of functionality, at least for us, is … handling delimitation issues via … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , , , | Leave a comment

Parsing Url Primer Tutorial

Today’s parse_url.html HTML and Javascript web application is intended to show the power, and simplicity of use, of the Javascript function split to parse strings that have many component elements. The example used in the web application is to parse … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , | Leave a comment