Written by Tyler Ingram on Jun 3rd, 2008
One of the tasks I have been looking into at work is the ability to use PHP to authenticate users against a Windows Active Directory (AD). After searching around on the internet I did manage to find a great little tutorial that helped explain the steps in searching the AD for a particular user and then if they existed to authenticate them with the submitted credentials.
While writing this post I … Continue Reading »
Written by Tyler Ingram on Apr 7th, 2008
A current project I am working on is with an open source software package called osCommerce and I must say it has been giving me some grief. Why grief you may ask? Well I’ve been looking the source code to modify the layout of this particular e-commerce software package and it has given me a new nightmare. A frightening nightmare due to the fact the whole entire layout is done … Continue Reading »
Written by Tyler Ingram on Apr 5th, 2008
I received a phone call from my brother on Thursday afternoon saying that one of my computers was making an annoying beeping sound. He placed his phone next to the computer and it was a dreaded infinite beep. He asked me what he could do to make it stop and I told him to pull the plug. I knew what it meant.
Recently I have been building a LAMP Server so … Continue Reading »
Written by Tyler Ingram on Apr 3rd, 2008
Well over the last couple of days I’ve been wanting to build myself a LAMP (Linux, Apache, MySQL, PHP) server at home for my web developing needs and finally was able to pick up the last parts I needed; case, PSU, video card and CPU Heatsink.
For the guts of the development server this is what it will have:
A generic case with a generic 450W power supply
Asus A8N-e Motherboard
AMD 64 3200+ … Continue Reading »
Written by Tyler Ingram on Mar 11th, 2008
One thing that I tend to do when I visit a website that peeks my interest is to check out the company that designed it, if they provide that information. Most of the time I will check out a web designer's website if their client site I am visiting looks great and I am curious as to what other websites they have in their portfolio, other times I want to … Continue Reading »
Written by Tyler Ingram on Mar 5th, 2008
Do you like change? I like change, well most of the time anyway. Currently I am slowly making subtle changes to my blog since I went from a Custom Blog Engine (of my design) to the so ever popular Wordpress solution.
I have had to edit some of the CSS to get my Order Lists (<ol>) and Unordered Lists (<ul>) to show up properly as well as some spacing and alignment … Continue Reading »
Written by Tyler Ingram on Feb 28th, 2008
I’ve been learning how to create Wordpress themes (templates) and I am surprised that they are not too difficult to create. If you have knowledge in CSS, HTML and some PHP it’s pretty straight-forward in creating a theme.
What I have been working on is converting my custom blog script into a theme for Wordpress. So far it’s going pretty well and when I am done, there shouldn’t be too much … Continue Reading »
Written by Tyler Ingram on Feb 25th, 2008
I've been thinking more and more about going to a Wordpress based platform and having a hard time convincing myself it would be a good switch.
Reason for why I would like Wordpress:
Large support for plugins for creating more functionality to my blog
A working RPC-XML engine that allows Trackbacks/Pingbacks/Remote Editing
Custom Themes/Templates
It would help me write Wordpress plugins
I could learn how to create custom themes/templates and perhaps make some extra money
I … Continue Reading »
Written by Tyler Ingram on Feb 16th, 2008
Ok now I am not one of those Facebook users who randomly add people to their friends list to make themselves look more popular, but one thing that has been recently bugged me is when my friends count drops and I can’t figure out who removed me as a friend (nor why they would).
My little sister said that I should go through my list and see who has recently left … Continue Reading »
Written by Tyler Ingram on Feb 5th, 2008
Over the past little bit I have been cleaning up the backend portion of my website. Some of you might not know but I do not use Wordpress but I have custom coded my own blog script and I try to add new features while tweaking existing ones almost on a daily basis.
I do get my ideas from Wordpress and the various plugins I crawl across but people do ask … Continue Reading »