Mac Subversion client
http://www.versionsapp.com/
CSS/Landscape website inspirations
http://www.cssleak.com/Category/Vector-Landscape-Web-Design.html
http://www.ekochgren.se/index.php
cool animation: coming soon site
http://www.bestmortgagedeals.co.uk/
Getting published - How to publish a Book
http://www.wheatmark.com/how-to-publish-a-book.cfm
Difference between logo and emblem - (the flag thing)
http://www.explainingcorporateidentity.com/brandlogo.htm
Coca-Cola's logo is their name in a special font, white on a red background that is very easily recognizable. This is called a logotype. The Cingular logo, however, is an emblem. A good way to tell the difference is to imagine how it would look on a flag. Would the Nike "Swish" look like a legitimate flag? Probably, so it would be an emblem.
Sexy light box
http://www.coders.me/ejemplos/sexy-lightbox-2/
Tuesday, October 14, 2008
Monday, October 13, 2008
PHP Image Reflection Script, Photoshop Brushes, Free WYSIWYG Editor, Video Comments, Tell A Friend Script, Family Friendly Search Engine
Core PHP - Image Reflection using PHP
http://reflection.corephp.co.uk/
more: Easy Reflections is a PHP script that takes an image and then creates a reflection of it. A 'reflection' being in the Apple OSX style as seen in iTunes. This is also known as a 'wet floor'.
Blendfu - Photoshop and GIMP brushes and pattern resources, plus search
http://www.blendfu.com/
Paid Version - [$149 US] AOT
http://www.rtepad.com/
FCK editor: Free Online Javascript WYSIWYG Rich Text Editor
http://www.freerichtexteditor.com/
Video comments plugin for wordpress
http://wiki.seesmic.com/Wp-plugin
Tell A friend:
http://secure.socialtwist.com/web/signup
Family Friendly Search Engine
http://www.famhoo.com
startup.uk
Loebner Price or Artificial Intelligence
http://www.loebner.net/Prizef/loebner-prize.html
AI Bots
http://www.jabberwacky.com/
http://www.cleverbot.com/
http://reflection.corephp.co.uk/
more: Easy Reflections is a PHP script that takes an image and then creates a reflection of it. A 'reflection' being in the Apple OSX style as seen in iTunes. This is also known as a 'wet floor'.
Blendfu - Photoshop and GIMP brushes and pattern resources, plus search
http://www.blendfu.com/
Paid Version - [$149 US] AOT
http://www.rtepad.com/
FCK editor: Free Online Javascript WYSIWYG Rich Text Editor
http://www.freerichtexteditor.com/
Video comments plugin for wordpress
http://wiki.seesmic.com/Wp-plugin
Tell A friend:
http://secure.socialtwist.com/web/signup
Family Friendly Search Engine
http://www.famhoo.com
startup.uk
Loebner Price or Artificial Intelligence
http://www.loebner.net/Prizef/loebner-prize.html
AI Bots
http://www.jabberwacky.com/
http://www.cleverbot.com/
Sunday, October 12, 2008
PHPList - PHP Mailing List / Newsletter manager, Windows XP recovery Console commands, Fixboot, Fixmbr
PHPlist - newsletter manager (mailing list manager)
http://www.phplist.com/
Description of the Windows Xp Recovery Console for Advanced Users
http://support.microsoft.com/kb/314058
Recovery Console (2) II
http://chara.epfl.ch/~fsalvi/Windows/ntfs_recovery/recconsole2.html?200812s
Bootcfg - This can detect your computer's boot configuration, modify the boot.ini (the boot list file which forms the basis of the multi-boot menu) and redirect the boot loader to another location (fig. 1).
bootcfg /add
bootcfg /rebuild
bootcfg /scan
bootcfg /list
bootcfg /disableredirect
bootcfg /redirect [portbaudrate] | [useBiosSettings]
fixboot - Use this command to write the new Windows boot sector code on the system partition
fixmbr - Fixmbr repairs the master boot record (MBR).
windows: command: recovery console: Map
http://www.computerhope.com/map.htm
The map command is a recovery console command that displays the physical device name of a drive letter.
more: map [arc]
arc Instructs the map command to display Advanced RISC Computing (ARC) device names instead of device names.
http://www.phplist.com/
Description of the Windows Xp Recovery Console for Advanced Users
http://support.microsoft.com/kb/314058
Recovery Console (2) II
http://chara.epfl.ch/~fsalvi/Windows/ntfs_recovery/recconsole2.html?200812s
Bootcfg - This can detect your computer's boot configuration, modify the boot.ini (the boot list file which forms the basis of the multi-boot menu) and redirect the boot loader to another location (fig. 1).
bootcfg /add
bootcfg /rebuild
bootcfg /scan
bootcfg /list
bootcfg /disableredirect
bootcfg /redirect [portbaudrate] | [useBiosSettings]
fixboot - Use this command to write the new Windows boot sector code on the system partition
fixmbr - Fixmbr repairs the master boot record (MBR).
windows: command: recovery console: Map
http://www.computerhope.com/map.htm
The map command is a recovery console command that displays the physical device name of a drive letter.
more: map [arc]
arc Instructs the map command to display Advanced RISC Computing (ARC) device names instead of device names.
Saturday, October 11, 2008
PHP ctype issues, FITBIT - Track your Fitness, Design Jobs
Fitbit - Automatically Tracks your fitness and sleep
http://www.fitbit.com/foods/categories/Cereal+and+Grain+Products/Grains+Grasses/176
Short videos that help kids learn to read. DVDs for smart kids are at readeez.com
http://readeez.com/watch.html
Constructr - New Open Source CMS
http://constructr-cms.org/screenshots/
Scroll your HTMl with jquery
http://www.flowplayer.org/tools/scrollable.html
tutorials: good: Actionscript
http://www.kirupa.com/developer/flash/index.htm
is_numeric() versus ctype_digit()
http://tiffanybbrown.com/2006/07/27/php-quickie-is_numeric-versus-ctype_digit/
Exampe--------------------------------------------------
$n = '1234.5';
var_dump(is_numeric($n)); // returns bool(true)
var_dump(ctype_digit($n)); // returns bool(false)
--------------------------------------------------
a-r-t: Bug in PHP's ctype_digit()
http://www.primitivetype.com/articles/php_ctype_digit_bug.php
info: The bug is that if you call ctype_digit() and pass an integer to it, it sets the integer passed to NULL. Curiously, when I try passing an integer in the range -128 to 255, it is not affected by the bug. The way to avoid the bug happening at all is to pass the function a string. For example, instead of calling ctype_digit($myInt), call ctype_digit("$myInt").
Design Jobs: Design Community & marketplace
http://www.designfirms.org/jobs/
http://www.fitbit.com/foods/categories/Cereal+and+Grain+Products/Grains+Grasses/176
Short videos that help kids learn to read. DVDs for smart kids are at readeez.com
http://readeez.com/watch.html
Constructr - New Open Source CMS
http://constructr-cms.org/screenshots/
Scroll your HTMl with jquery
http://www.flowplayer.org/tools/scrollable.html
tutorials: good: Actionscript
http://www.kirupa.com/developer/flash/index.htm
is_numeric() versus ctype_digit()
http://tiffanybbrown.com/2006/07/27/php-quickie-is_numeric-versus-ctype_digit/
Exampe--------------------------------------------------
$n = '1234.5';
var_dump(is_numeric($n)); // returns bool(true)
var_dump(ctype_digit($n)); // returns bool(false)
--------------------------------------------------
a-r-t: Bug in PHP's ctype_digit()
http://www.primitivetype.com/articles/php_ctype_digit_bug.php
info: The bug is that if you call ctype_digit() and pass an integer to it, it sets the integer passed to NULL. Curiously, when I try passing an integer in the range -128 to 255, it is not affected by the bug. The way to avoid the bug happening at all is to pass the function a string. For example, instead of calling ctype_digit($myInt), call ctype_digit("$myInt").
Design Jobs: Design Community & marketplace
http://www.designfirms.org/jobs/
Friday, October 10, 2008
TRON, HAL - Video, Facial Enhancement Algorithm
china: Good: mobile phones:
https://www.lightinthebox.com
Data-driven Enhancement of Facial Attractiveness
http://www.cs.tau.ac.il/~tommer/beautification2008/
info: Digital Face Beautification
Ubiquitous computing (ubicomp)
http://en.wikipedia.org/wiki/Ubiquitous_computing
info: human-computer interaction in which information processing has been thoroughly integrated into everyday objects and activities.
This paradigm is also described as pervasive computing, ambient intelligence, or more recently, everyware.[1][2] When primarily concerning the objects involved, it is also physical computing, the Internet of Things, haptic computing,[3] and things that think.
Programming in MicroScript
http://tronweb.super-nova.co.jp/microscriptindex.html
T-Engine
http://en.wikipedia.org/wiki/T-Engine
info: a project to develop a standardised, open, real time computing system and development environment.
more: For development, a programmer could use any operating system or kernel that T-Builder (the standard development environment) can run on the system. In our present reference implementation, we use a Unix-based operating system.
more: The Toyota Dream House PAPI - the brain child of Toyota Home - is an intelligent home embedded with T-Engine boards and designed to have an interface with other Toyota technologies. PAPI comes packed with advanced technologies including high-definition digital video formats with surround sound, high-capacity DVD players, and wide screen display technologies.
MicroScript programming Language - graphically oriented high level programming language similar to 'Apple Computers's HyperTalk
http://en.wikipedia.org/wiki/MicroScript_programming_language
TRON - The Realtime Operating sytem Nucleus
info:
TRON English Homepage
http://www.tron.org/index-e.html
video: HAL Hybrid Assistive Limb
http://www.youtube.com/watch?v=ynL8BCXih8U
https://www.lightinthebox.com
Data-driven Enhancement of Facial Attractiveness
http://www.cs.tau.ac.il/~tommer/beautification2008/
info: Digital Face Beautification
Ubiquitous computing (ubicomp)
http://en.wikipedia.org/wiki/Ubiquitous_computing
info: human-computer interaction in which information processing has been thoroughly integrated into everyday objects and activities.
This paradigm is also described as pervasive computing, ambient intelligence, or more recently, everyware.[1][2] When primarily concerning the objects involved, it is also physical computing, the Internet of Things, haptic computing,[3] and things that think.
Programming in MicroScript
http://tronweb.super-nova.co.jp/microscriptindex.html
T-Engine
http://en.wikipedia.org/wiki/T-Engine
info: a project to develop a standardised, open, real time computing system and development environment.
more: For development, a programmer could use any operating system or kernel that T-Builder (the standard development environment) can run on the system. In our present reference implementation, we use a Unix-based operating system.
more: The Toyota Dream House PAPI - the brain child of Toyota Home - is an intelligent home embedded with T-Engine boards and designed to have an interface with other Toyota technologies. PAPI comes packed with advanced technologies including high-definition digital video formats with surround sound, high-capacity DVD players, and wide screen display technologies.
MicroScript programming Language - graphically oriented high level programming language similar to 'Apple Computers's HyperTalk
http://en.wikipedia.org/wiki/MicroScript_programming_language
TRON - The Realtime Operating sytem Nucleus
info:
TRON English Homepage
http://www.tron.org/index-e.html
video: HAL Hybrid Assistive Limb
http://www.youtube.com/watch?v=ynL8BCXih8U
Thursday, October 9, 2008
Netfirms.com coupons, 7 habits secure php application, recover censored text, fileupload scripts
Netfirms Coupons
http://www.retailmenot.com/view/netfirms.com
Seven habits for writing secure php applications
http://www.webappers.com/2008/10/09/seven-habits-for-writing-secure-php-applications/
Easier and Better form handling
http://www.webresourcesdepot.com/easier-and-better-form-handling-form-tools/
Recovering censored text using Photoshop and javascript
http://tlrobinson.net/blog/?p=52
Fileupload: Uber Upoader - File upload script
http://sourceforge.net/projects/uber-uploader
http://www.free-php-scripts.net/plug-n-play/free-file-hosting.html
http://www.retailmenot.com/view/netfirms.com
Seven habits for writing secure php applications
http://www.webappers.com/2008/10/09/seven-habits-for-writing-secure-php-applications/
Easier and Better form handling
http://www.webresourcesdepot.com/easier-and-better-form-handling-form-tools/
Recovering censored text using Photoshop and javascript
http://tlrobinson.net/blog/?p=52
Fileupload: Uber Upoader - File upload script
http://sourceforge.net/projects/uber-uploader
http://www.free-php-scripts.net/plug-n-play/free-file-hosting.html
Galaxy script mini fileupload
Error:
Warning: copy(./images/280915foo.jpg) [function.copy]: failed to open stream: Permission denied in /home/foo/public_html/basic.php on line 37
Upload Failed, please try again
Resolution:
Chmod images, imgfiles and thumbs folder appropriately.
Warning: copy(./images/280915foo.jpg) [function.copy]: failed to open stream: Permission denied in /home/foo/public_html/basic.php on line 37
Upload Failed, please try again
Resolution:
Chmod images, imgfiles and thumbs folder appropriately.
Subscribe to:
Posts (Atom)