Welcome Webmasters and Sheeps
|
Deciphering Magic Methods in PHP Learn everything you need to know about PHP magic methods
Rate:
Location: PHP |
|
|
Image vertical align with CSS, avoid absmiddle
Rate:
Ever got stuck with the annoying problem of aligning an image next to some text? We all did. There were times when align="absmiddle" would solve this immediately, but how would you accomplish this with CSS?
Location: CSS |
|
|
CKEditor Toolbar definition
Rate:
A toolbar definition is a JavaScript array that contains the elements to be displayed in all "toolbar rows" available in the editor. There are two ways to set the desired toolbar definition in the editor. It can be set directly into the "toolbar" setting, or it can instead be set to a configuration named "toolbar_
Location: Webmaster Tools |
|
|
Configuring a Kohana website/application Tips list for configuring the Kohana for online use
Rate:
Be the first to RankLocation: Kohana 3 |
|
|
Resources For Web Design Links to the most important articles that related to web design
Rate:
Location: Cheat Sheets / Info & News |
|
|
Ruby on Rails repository virtulization from 2004 to 2009 with Gource 5 Years of hardcore programming
Rate:
this video is just amazing! used very good configuration of the Gource open source project (http://code.google.com/p/gource/).
5 first second don't show good, but to awesome after that!
april 2008, the month rails moved to github, you can see what's going on on that month! huge surge in commits and commiters.
Location: Info & News |
|
|
Unofficial Kohana 3.0 Wiki
Rate:
Kohana is a PHP 5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use.
Be the first to RankLocation: Kohana 3 |
|
|
Kohana 3 CAPCHA As a plugin, available at github
Rate:
This is the Captcha library ported from Kohana 2.3.x to 3.x. Very little has changed API-wise, although there have been a few changes.
Location: Kohana 3 |
|
|
Kohana 3 API Guide / CheetSheet List of all Kohana 3 classes
Rate:
Be the first to RankLocation: Cheat Sheets / Kohana 3 |
|
|
Kohana 3 - Hello World example
Rate:
Just about every framework ever written has some kind of hello world example included, so it'd be pretty rude of us to break this tradition!
We'll start out by creating a very very basic hello world, and then we'll expand it to follow MVC principles.
Be the first to RankLocation: Kohana 3 |
|
|
Kohana Pagination Library
Rate:
The Pagination library automatically generates styled links like, « First < 1 2 3 4 5 > Last » for navigating through pages in a website.
Be the first to RankLocation: Kohana 3 |
|
|
100 Essential Web Development Tools
Rate:
As web technologies constantly advance, the skills a developer is expected to have are constantly increasing. Web users are beginning to expect Ajax interfaces, charts and graphs and a whole host of other tricks and features. This means web developers not only have to be skilled with HTML and a server-side programming language such as PHP or Perl, but they now also need to be JavaScript gurus, Flash experts, and skilled graphic designers.
Be the first to RankLocation: Graphics & Design / Info & News |
|
|
Kohana Captcha Library
Rate:
Captchas are used to protect your site by showing something that a computer can't recognize but a human can. They are usually placed on your registration page but they can be placed anywhere you want to make reasonably sure you are dealing with a person and not a bot.
Kohana's Captcha library can currently generates basic, alpha, word, math, riddle captchas. Captcha configuration is defined in groups which allows you to easily switch between different Captcha settings for different forms on your website.
Be the first to RankLocation: Kohana 3 |
|
|
Kohana Image Library - Crop, Resize, Sharp, etc Image manipulation methods can be chained efficiently. Recommended order: resize, crop, sharpen, quality and rotate or flip
Rate:
Provides methods for the dynamic manipulation of images. Various image formats such as JPEG, PNG, and GIF can be resized, cropped, rotated and sharpened.
All image manipulations are applied to a temporary image. Only the save() method is permanent, the temporary image being written to a specified image file.
Be the first to Rank |
|
|
Kohana - Sitemap Generation
Rate:
Google erected their Webmaster tools some time ago. Part of this is sitemap.xml, a file containing all the urls of your website to allow for easier indexing by Google and other search engines. It’s in xml, writing it by hand would thus be a serious PITA. Today I whipped up a small library for Kohana to aid in this. In part it uses the get_url() method I posted on earlier.
Location: Kohana 3 |
|
|
jQuery "Populate" Demo jQuery plugin to populate an HTML form with values, on the client, rather than server-side
Rate:
Populate was designed as a client-side, post-load method of populating HTML forms.
The advantages of this are:
HTML markup (presentation) can be kept separate from database-output (data)
Forms can be re-populated without lengthy page loads, for example, using AJAX
Be the first to RankLocation: jQuery |
|
|
Kohana 3 - Working with Databases Tutorial Kohana 3.0 comes with a robust module to working with databases.
Rate:
By default the database module supports drivers for MySQL and PDO.
The database module is included with the Kohana 3.0 install but needs to be enabled before you can use it. In your application/bootstrap.php file modify the call to Kohana::modules and include the database module
|
|
|
Kohana 3 - Working With Git How to use Kohana 3 and github as your version control
Rate:
Kohana uses git for version control and github for collaboration. This tutorial will show you how to use git and github to build a simple application.
Be the first to RankLocation: Kohana 3 / Version Control |
|
|
TortoiseGit The coolest Interface to (Git) Version Control
Rate:
This release can complete regular task, such commit, show log, diff two version, create branch and tag, Create patch and so on. See ReleaseNotes for detail. Welcome to contribute this project.
Location: Version Control |
|
|
All About Floats
Rate:
Float is a CSS positioning property. To understand its purpose and origin, we can look to print design. In a print layout, images may be set into the page such that text wraps around them as needed. This is commonly and appropriately called “text wrap”. Here is an example of that.
Be the first to RankLocation: CSS |
|