Video: Basic Programming Concepts
June 27, 2006
In this video, I explain some fundamental concepts about programming:
- What is a programming language?
- Why are there different programming languages?
In this video, I explain some fundamental concepts about programming:
A collection of AJAX hacks (recipes) coupled with intelligent discussions. A good book to buy for anyone interested in AJAX and modern web application development.
The book begins with a great introduction to AJAX and then provides a useful grab-bag of commonly needed AJAX applications.
For example:
What are AJAX ‘hacks’?
AJAX ‘hacks’ are concise code samples that can be used as ‘components (if you will,) that you can plug into your own work.
Besides the usefulness of having a reusable collection like this, you can learn a lot from the ‘hacks’, since each one is coupled with a good discussion.
Some highlights:
As with all O’reilly books, the writing is clear and concise and well presented.
Note: this is not a beginners tutorial … you will need to be able to work with and understand JavaScript.
Co-written by the guy who invented PHP (Rasmus Lerdorf,) this is a must-buy book for anyone getting into PHP or web programming in general.
What can I say; this book is so well written and to the point, that I found that the information seemed to just flow from the pages.
Who is this book for?
This is not a book for someone just learning how to program; it is for everyone else though.
Both programmers new to PHP, or PHP programmers with (at least) a basic understanding of PHP, will find this book to be very handy to have around.
The book does not try to cover everything about PHP… though it does cover things like:
… instead it gives the best coverage of the core language I’ve ever read.
Buy the book.
A small book that takes a critical look at Java and other languages (Ruby, PHP, ) at a moment in time.
I say ‘at a moment in time’ because this book will lose relevance very quickly – even more quickly than the typical nerd book.
In a nutshell:
My complaints:
Conclusion:
I liked the book and it was a worthwhile read. It has a few problems but it does open your eyes to things.
That said, the title of the book should have been: ‘Beyond Java and why I love Ruby’.
Ruby For Rails connects the dots between Ruby and Rails.
In a nutshell:
This book looks at how Rails uses Ruby, and in so doing, you learn a heck of a lot about Ruby programming.
Ruby For Rails goes into detail about basic Ruby, enough so that I think someone new to Ruby, could learn enough about the language to be able to build web applications. But, the book is not a comprehensive Ruby reference – there are things that are not talked about.
The thing I really liked about the book, is the way the author introduces a concept and then shows you how Ruby or Rails implements that concept in a practical application.
For example:
You are introduced to a Ruby construct called a ‘module’*.
I am glad to have this book and think anyone interested in learning Ruby and /or Rails, should get it.
–
* Ruby modules are programmatic constructs that are like classes (they have methods and constants,) but they are not directly instantiated like a true class.
Instead, modules are created to be inserted into to classes or objects to give the host class or object the extra functionality. Often modules are referred to as ‘mix-ins’ because modules are mixed in to classes.
I have to tell you, that this blog spamming is really getting out of hand – I even get dozens of Chinese spam clogging my blog every day. In total, I must get 200 / day!
Besides being annoying, blog and message-board spamming are next to useless, in terms of promoting websites …
Will they ever learn?
Answer: No.
There must be a way to fight back as we did against email spam. But how can we mount a counter-spam-attack on the spammers?
Geocities Jerks
One common tactic for spammers is to set up Geocities websites and then try to get people to visit them … Geocities has to come up with some better policing of their system.
![]()
The Internet is buzzing these days about the emergence of what people call ‘Web 2.0’. It’s important for web designers to understand what this is, because it affects all web design.
IN A NUTSHELL: Web 2.0 is a combination of factors/elements that leads to a much more social, interactive Web. Here is a short list of some of the key elements that make Web 2.0 possible:
BLOGS GOT THE WHOLE THING GOING
Blogging tools like WordPress and TextPattern got the whole thing going: most blogs automatically create RSS feeds.
Blogs also make it easier than ever before, for people to write content for the Web. No need for Web design software like FrontPage or Dreamweaver and no need to know HTML.
As such, there has been an explosion of content creation of the Web: people are writing like crazy! The three points to take away from this is:
WEB 2.0 IS MORE THAN JUST BLOGGING
Another major characteristic of Web 2.0 is the remixing and combining of information from many different sources.
For example:
A Web 2.0 web site may grab many RSS feeds and massage them into a new filtered presentation. The advantage is that users can now access this information from one spot, instead of having to visit many different sites.
CONCLUSION
This (automated) sharing and mixing of content/information (between people and websites,) along with ‘rich’ Web user experience is Web 2.0.
… and you thought it was something more!
🙂