Entries in the ‘Programming’ Category:

CyTE g9 Released

CyTE g9 is now available for download.
See
http://cyte.googlecode.com for all versions.
Miscellaneous Changes

Added the include_files function to the utility functions. It will include all files in a directory. Used for including all files in the classes directory. (make sure dependencies are required in the class file since the order in which this function includes is … [...]

I Love Jack Daniels and Added Bytes

I love, not only the drink, but the site named after it as well (the site’s name is
Added Bytes now, but it’s still awesome). They have provided a very handy cheat sheet that helped me get a simple mod_rewrite thing going for searching for cards on a magic the gathering database I have set [...]

CyTE g8 Available

CyTE g8 is now available for download.
See
http://cyte.googlecode.com for all versions.
Also check the change log if you are using an older version.

addthis_url = ‘http%3A%2F%2Fcodespatter.com%2F2007%2F07%2F30%2Fcyte-g8-available%2F’;
addthis_title = ‘CyTE+g8+Available’;
addthis_pub = ‘gallard’;

CyTE g7 to CyTE g8 Change Log

General Changes

Error reporting is no longer set to E_ALL by default
Added functions js_script and js_msg to util.php

Auth Changes

auth_level renamed to auth_requirement to avoid confusion
def_auth_lvl renamed to def_auth_req
ldap renamed to ldap_with_db
Stand alone LDAP auth class added named ldap
use_cookies option added to authorizer class (set to true by default in cyte config and auth constructor)

Data Access Changes

Moved [...]

JavaScript Lernen

Earlier today I ventured out to begin my apprenticeship of the world of .js since I have avoided it for many years. The first task was to make the New Post link in the navigation show the form to input a new post. I also wanted this to slide down and look all awesome. With [...]