Tags
A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
An application, first appearing in Apple's OS X, providing a point and click interface for creating macros to automate tasks
0 Questions
CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. It uses commonly known design patterns like MVC and ORM within the convention over configuration paradigm.
Use this tag for questions about CakePHP version 2.3.*
0 Questions
Comet is a generic term used to describe technology used to "push" data from a web server to connected web clients. In contrast to a "typical" web connection, in which the client must request data before the server can respond with that data, with Comet implementations, data can be pushed from the server without the client requesting said data.
Comet can be implemented in a variety of ways: long-polling, callback-polling, forever-frame, etc.
0 Questions
The aspect ratio of an element describes the proportional relationship between its width and its height.
0 Questions
A generic tag covering any accepted method of doing things, which could include naming, spacing, coding, commenting, etc.
0 Questions