November 2024 S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Now Reading
Planned books:
None
Current books:
-
Mathematics for the Digital Age and Programming in Python by Maria Litvin and Gary Litvin
-
Statistics In Plain English by Timothy C. Urdan
Recent books:
- Practical Machine Learning in R by Fred Nwanganga, Mike Chapple
- Statistical Inference via Data Science: A ModernDive into R and the Tidyverse by Chester Ismay and Albert Y. Kim
- The Nature of Code by Daniel Shiffman
- Story: Substance, Structure, Style and the Principles of Screenwriting by Robert McKee
- The Red Queen: Sex and the Evolution of Human Nature by Matt Ridley
-
Category Archives: AJAX
AJAX Demo Applications Removed
I have removed the following AJAX demo applications from the menus because changes in APIs have made them nonfunctional: Stickam, Technorati, Amazon, Yahoo! Video Search, YouTube Favorites. Some of these relied on web services that are no longer provided. My … Continue reading
VBScript For JSON
Tonight I found an Active Server Pages script for generating JSON from databases that ASP can connect to using ADO. This may be useful for understanding how to translate data into JSON. It may also prove handy for creating JSON … Continue reading
Twitter And Yahoo! Maps API
I’ve been reading the book “Amazon.com Mashups” by Francis Shanahan. This book covers more than the Amazon API so it has proven to be very useful in introducing me to many other Web 2.0 APIs. Its example for using the … Continue reading
AJAX And JSON Are Making JavaScript Very Popular
I’ve been doing a lot of work with JavaScript lately. JavaScript has become very popular due to the AJAX craze. Every Web 2.0 site has to do something impressive with AJAX so web developers are becoming more creative with JavaScript. … Continue reading
Posted in AJAX, Programming, Web
1 Comment