Tags → javascript 
-
VueJS app to create TI Extended Basic CALL CHAR strings
I continue to revisit the kinds of things I did as a kid on the TI-99/4a computer through the lens of modern tooling. When I was a kid I used graph paper to create 8×8 grids, then worked backwards from that to create 16 character strings to represent those graphics. Last night and this morning…
-
Programming graphics on the TI-99/4a
Back in 2019 I wrote about programming in TI-BASIC a little bit. I remembered going from graph paper to hex but the mechanics of drawing to the screen was not something I remembered. I did remember it was pretty tedious. But rewarding! Well, the other day I was inspired to create a chunk of code…
-
Do you know what Lynx is?
Lynx is a text-based web browser, first released in 1992! In my mind there is no better window to what search engines see of your websites than running them in Lynx. Now the web is full of images and video and stunning in-page interactivity, but it’s really a text delivery system. On the left of…
- 18-Sep-2016import-external-images 500 error with Ajax
I had a pile of back-images to import recently. For some reason WordPress Import External Images” was failing to work properly on the bulk task. It worked great on individual pages but for some reason the Ajax version would crap out. Solution was to use a simple POST – accomplished by doing this in Chrome…
- 13-Feb-2015Who doesn’t love code?
Longtime blogger and longtime pal MAS mentioned me over in Make and Host Your Own Soundboard yesterday. I am glad to have contributed to more software. I dig being able to give to code that people use, even if it’s for no money. I love even more that the whole thing is up on GitHub….
-
AngularJS on jsfiddle.
It’s pretty astonishingly easy to play with AngularJS with jsfiddle. Last night I went to the North County AngularJS Discussion Group / sandiegojs group at WalmartLabs here in San Diego. Smallish but impressive space.
-
ArtLung Rosetta: comparative anatomy for JavaScript Libraries
Back in 2010 I mentioned presenting on ArtLung Rosetta. Well, the thing I wanted to do back then, I have finally done, and that’s add AJAX examples for all the libraries. So, for example, here’s loading a chunk of HTML into a certain div from a link click in the different libraries: dojo dojo.connect(dojo.byId('ajaxloadHtml'), 'onclick',…
-
Robin, Batman & Douglas Crockford
From my commute viewing list. Crockford on JavaScript. Always enjoyable.
-
Random Affirmation
Small project that, on click, loads new affirmations. A photo from Leah, some jQuery with AJAX, and voila. I like it. If anyone has suggestions for a “random thing of the day” type thing, please let me know. The JavaScript I code to attach the behavior is: $.ajax( {type: "POST" , url: "generate-affirmation.php" , beforeSend:…