Chess engines are everywhere, whether free or non-free. Of course, there are excellent non-free engines like Rybka, but if you’re just starting out, and would like to avoid spending much, you could download Arena. It’s just a GUI, so you’ll even need an engine to get going
For this, I’d recommend something like Toga or even [...]
Entries from December 24th, 2008
Improving Chess Using Chess Engines
December 24th, 2008 · No Comments · Chess
Tags:
Coding Different Parts Of Your Web App, Differently…
December 22nd, 2008 · 1 Comment · Programming, Web Frameworks
This is an interesting concept I was just thinking about. Now, I don’t know how effective it can be, but it seems to be an interesting idea. I’d be happy to know your thoughts on this.
Today, frameworks like rails, django and even php frameworks are extremely popular. But with the power of these frameworks, comes [...]
Tags:
Using Zend Acl With CodeIgniter
December 18th, 2008 · 6 Comments · PHP, Programming
You’ll need to scroll horizontally to see the source codes. Best is to copy them and paste in your text editor
I was just taking a look at the CodeIgniter forum, and found that many people require some sort of an Acl component to make their lives easier. Of course, Zend framework has an excellent tried [...]
Installing Python 3.0 In Windows Vista – A Small Problem
December 9th, 2008 · No Comments · Programming, Python
Don’t be alarmed! Its not a problem with Python or anything. But its just a weird behavior people trying to install Python 3 (I didn’t notice such a problem in previous versions) in Windows Vista might experience. I happily installed it through the given MSI Installer, but then, there was no ‘C:/Python30′ directory, no Start-Menu [...]
Tags:
An Update On My Zend Framework 1.7 Experience
December 7th, 2008 · No Comments · PHP, Programming
I’ve fiddled with Zend Framework a bit, and even developed a simple MVC application structure, i.e. just the bare bones. Looking at my code, I though, initializing so many classes, is this Framework efficient?
Tags:Zend Framework
Playing With Zend Framework 1.7
December 3rd, 2008 · 1 Comment · PHP
I downloaded Zend Framework 1.7 a few days ago. So far, it looks like a great framework, backed by a good company.
Previously, I learnt CakePHP 1.2 RC (I’m desparately waiting for 1.2 Final). CakePHP did have a good documentation, though lacking at some parts (especially the 1.2 version). But still, the usage for so simple [...]
Tags:Zend Framework
