Getting the Wireless Card to Work with Windows 7 on the Thinkpad T43p

windows-7-logoIn this post I’m going to go a little off track and talk about non-web stuff 🙂  I recently decided to take my old IBM Thinkpad T43 and wipe it clean so I could test the Windows 7 RC OS on it. I have only now started playing with it and testing it. The first challenge I have faced so far is getting the wireless card to work.  However, I have finally resolved it with a little help from Google.

Here’s how you can get it to work.

Continue reading “Getting the Wireless Card to Work with Windows 7 on the Thinkpad T43p”

Strengths and Pitfalls of Online Tutorials for Beginners (Developers/Programmers)

CheckMark2There is an abundance of information and tutorials out there to help any aspiring developer/designer learn from scratch how to do the things they want to learn to do.  Heck, here’s a lot of information out there to help you discover WHAT it is you want to learn to do 🙂 . And the best things about it is that most of it is free and easily accessible to anyone with an internet connection. What this means is that it is easy to assume that all one needs to embark on learning enough to build a career as a developer/designer/programmer is three things:

  • Internet access
  • The ability to use Google
  • Time
  • The will and discipline to learn

Gone are the days when you couldn’t really learn much of substance without going to school for a couple of years at least, paying tuition, buying huge volumes of books, and paying for expensive tools and software. Today, you almost never even need to buy a book, or so it seems. With numerous blogs and tutorial sites (written and video) out there, it seems like a simple matter to pick up all the skills you need, use free tools, and build yourself a career.  In addition, most of the tools you will ever need to get started are free/open source, whether it’s compilers, IDE’s, etc.

As with everything else though, we need to put on our thinking hats and critically consider the pros and cons of this amazing accessibility that we have to knowledge.

Continue reading “Strengths and Pitfalls of Online Tutorials for Beginners (Developers/Programmers)”

HTML and CSS Web Standards Solutions – Book Review

I’ve been spending some time in the recent past revisiting my knowledge of (X)HTML/CSS, and one of the big things I’ve discovered is that I have more I need to unlearn than to learn.  I learned everything I know about building websites on the internet, by experimenting, searching w3c schools for syntax rules and tags, and learning by looking at other people’s source code. This is the first time I’ve actually bought and gone through a book on this stuff, and I am so glad I did – wish I has done so earlier!  If you’re just starting out, or like me feel like you need to learn the right way, or just want a nice (X)HTML/CSS book for your collection, I have just the book for you, it’s HTML and CSS Web Standards Solutions – A Web Standardistas’ Approach by Christopher Murphy and Niklas Person.  This post is a review of the book.

htmlandcsswebstandardistas

Continue reading “HTML and CSS Web Standards Solutions – Book Review”

Want to Take MODx (Evolution or Revolution) for a Test Run?

trymodx

If you want to take MODx Revolution beta (or any other MODx release) for a test run without going through the install process for yourself, you can do so at MODx Demo, a website that lets you try out both the front end and the back end to get a feel for it.

Those of you who’ve been following my MODx tutorials already have a nice feel for Evolution but you may not have ventured into the world of MODx Revolution yet, so this is a great way to see what it looks like and get a feel for the changes.

Make sure you take a glance at the Demo limitations so you know what to expect.

Enjoy!

UPDATE: Looks like the demo has been removed from the site.  If I find another one or it gets restored I will post an update here.  If you guys know of any revo demos that people can play with let me know in the comments.

Building a Website with MODx for Newbies- Part 10: Adding Search Functionality Using ajaxSearch

Welcome to part 10 of our series of tutorials on building a website with MODx CMS. So far we’ve looked at:

Part 1: Introduction to MODx
Part 2: Installing MODx
Part 3: Working with Templates
Part 4: Introducing Chunks
Part 5: Introducing Snippets
Part 6: Introducing Template Variables
Part 7: Introducing Ditto
Part 8: More Ditto
Part 9: Adding a Contact Form with eForm

So far things are looking good on our Learn MODx website, and we’re adding more functionality and hopefully building our skills with each of these tutorials.  My hope is that by this point you’ve developed enough of an idea of the way MODx works that you’re moving on and exploring on your own, building and testing, and hopefully you know some things that I don’t about MODx and it’s workings 🙂  So far our website looks like this:

tut10modxcms1

One of the things I find myself looking for in every website I visit is a search box or link.  Whether the website is a massive knowledge portal such as Wikipedia, or a social networking site, a blog, or just a simple company website, having the ability to search the website and find the information I need without clicking through numerous links is very important to me. It then follows that I would like to add search functionality to the websites I build. This what we’re going to accomplish in this segment.

Continue reading “Building a Website with MODx for Newbies- Part 10: Adding Search Functionality Using ajaxSearch”