RedTram News Search Engine
Русский  English Українська  Français  Polski  Deutsch  Italiano  Español  中文   
6 July 2008 year (time zone GMT 00:00)  Number of sources in English: 4954
Navigating the themes
Navigating the regions
All Themes Blogs IT Development World
Development (World) RSS 2.0

Review of Zend Studio 6.0.1

06.07.2008 12:36    blog.codecall.net
It has been a while since I last tried Zend Studio. It may have been version 4 or as early as version 3. I remember the reason I disliked it was simple, it was slow as dirt. I received an
World    Development    Articles
Review of Zend Studio 6.0.1


[PHP-Gtk] Tic-Tac-Toe: Contemplation to Compilation

06.07.2008 12:36    blog.codecall.net
In one of my previous blogs I showed you how to create a PHP-Gtk window you might use for a Tic-Tac-Toe application. In this blog I intend on showing you the logic needed to finish the application. Lets start off
World    Development    Articles

Programs Under the Hood...Our Friend the CPU

06.07.2008 12:36    blog.codecall.net
Part 3)Hi, everyone, it's me again with the latest installment of Programs Under the Hood. Today we're going to get to know the inner workings of the processor, and start learning a little assembly language.INTRODUCING THE GENERIC INTEL CPUSince the
World    Development    Articles
Programs Under the Hood...Our Friend the CPU

PHP PEAR Benchmarking

06.07.2008 12:36    blog.codecall.net
In an earlier blog I told you that my benchmarking functions seemed flawed and that I would find a new one. I signed up for a PHP Unit Test class using Zend Studio but it isn't until the 19th so
World    Development    Articles


IE hates PNG Files

06.07.2008 12:36    blog.codecall.net
Ok. Well. Um. I hate IE. It's bundles with Windows, and a load of junk. Here's how it went.So, being a creative sort of chap, I decided to add a nice fade-in to my background colour of my website. I
World    Development    Articles

Deriving a Specialized Class from a Generic Class

06.07.2008 06:45    webreference.com
Do you know how to extend the Employee class to the Manager class? Learn how to derive a specialized class from a more generic class.

PHP Can't Spel?

06.07.2008 06:42    blog.codecall.net
There are a couple of functions in PHP that you may have never heard about which can help people with correct spelling. When I first saw them I couldn't understand what practical use they would be but I soon realized
World    Development    Articles

PHP Function Overloading

06.07.2008 06:42    blog.codecall.net
As a college student I am required to use different programming languages depending on the class I am taking. My first two semesters I used Java (while the professor attempted to teach us object oriented programming) and my last semester
World    Development    Articles

PHP Difference between Require and Include

06.07.2008 06:42    blog.codecall.net
When you first started reading your first PHP book you may have read the small paragraph on why to use require or why to use inlcude and forgotten what it said. If you learned using the web I doubt it
World    Development    Articles

PHP: Variable variables?

06.07.2008 06:42    blog.codecall.net
An interesting topic in PHP is variable variables. This feature of PHP is rarely utilized but very powerful. A variable variables is a variable name contained within another variable. From the PHP Manual:[quote]Sometimes it is convenient to be able to
World    Development    Articles

Programs Under the Hood...Part 5

06.07.2008 06:42    blog.codecall.net
Hello, and welcome back to Programs Under the Hood. Today we're going to start planning out our disassembler's memory, talk a bit about memory segmentation, and then start working on the actual program. For those of you who have no
World    Development    Articles

1