March 6th, 2009
Yii is an excellent PHP framework, but it lacks some helpers for performing common tasks.
Since I am so used to using Kohana helpers, hey, why don’t we bring these helpers into Yii? :)
(more…)
Related posts
Tags: bridge, component, extension, helper, integration, Kohana, Yii
Posted in Kohana, Releases, Yii | No Comments »
January 21st, 2009
Latest release: v1.2.3
Initially I was going to wait for my Layerful Framework (a transparent layering framework for Kohana) to mature before releasing its bundled modules. However, since this Authlite module can be used independently to Layerful, I am releasing it now.
What is Authlite
Authlite is a user authentication module for Kohana.
What’s the difference between Authlite and Auth?
Kohana comes with an official Auth module which does exactly what was described in the last paragraph, so why another module then?
It is because Authlite offers greater flexibilty. Please read the features outlined below to find more.
Features
- Legacy database compatibility
- Configurable database columns
- Multiple instances of Authlite
- Does not enforce user roles
- Auth-like syntax and usage
- Lightweight
(more…)
Related posts
Tags: ACL, Auth, Authentication, Authlite, Authorisation, Kohana, Layerful, module, PHP, roles, user
Posted in Kohana, Layerful, Releases | 10 Comments »
January 15th, 2009
Latest release: v1.3
If you don’t already know, endless scroll (or infinite scrolling) is a popular technique among web 2.0 sites such as Google Reader and Live Image Search, where instead of paging through items using the traditional pagination technique, the page just keeps loading with new items attached to the end.
I have developed a jQuery plugin to easily achieve this.
Requirement: jQuery 1.2+
The plugin is tested with jQuery 1.2.6 and 1.3.
There are a few options to customise the behaviour of this plugin:
- bottomPixels (integer) – the number of pixels from the bottom of the page that triggers the event
- fireOnce (boolean) – only fire once until the execution of the current event is completed
- fireDelay (integer) – delay the subsequent firing, in milliseconds. 0 or false to disable delay.
- loader (string) – HTML loader
- data (string) – plain HTML data
- insertAfter (string) – jQuery selector syntax: where to put the loader as well as the plain HTML data
- callback (function) – callback function, accepets one argument: fire sequence (the number of times the event triggered during the current page session)
- resetCounter (function) – resets the fire sequence counter if the function returns true, this function could also perform hook actions since it is applied at the start of the event
(more…)
Related posts
Tags: AJAX, endless, infinite, javascript, jQuery, js, plugin, scroll, scrolling
Posted in Releases, jQuery | 17 Comments »
December 16th, 2007
This plugin is no longer being maintained, please check out Viper007Bond’s SyntaxHighlighter Evolved instead.
Latest version: v1.0b2 [2009-03-02]
As part of the ‘house-warming party’ (for the (re)launching of the website) gift, I now announce the immediate availability of SyntaxHighlighter Plus. :-)
The official Wordpress plugin page is located here: http://wordpress.org/extend/plugins/syntaxhighlighter-plus/
What is SyntaxHighlighter Plus?
SyntaxHighlighter Plus is a Wordpress plugin for code syntax highlighting. It is an enhanced version of the original SyntaxHighlighter by Matt, Viper007Bond and mdawaffe. Please give them a big applause for making such a great plugin!
Features of SyntaxHighlighter
SyntaxHighlighter allows you to easily post syntax highlighted code all without loosing it’s formatting or making an manual changes.
(more…)
Related posts
Tags: highlight, plugin, SyntaxHighlighter, SyntaxHighlighter Plus, Wordpress
Posted in Releases, Wordpress | 176 Comments »