Screen Capture Software
Original post provide by Web DevelopersThis feed was brought to you by Camtasia Studio
Good, Better, Camtasia Studio: The ultimate training tool. Stop the late night phone calls! Easily record, edit, and share professional-quality videos. Create compelling lectures, screencasts, and presentation videos by recording activity on your PC screen. Record your screen, PowerPoint, multiple audio tracks, and webcam video to create compelling videos without ever leaving your desk. Show to anyone, anywhere - accessible 24/7. Deliver high-quality content to even your most remote audience.
Previous Articles:SSH Tunnel
Per 'ssh -p 2222 username@localhost' sollte man sich nun auf den Rechner zu Hause per SSH anmelden können (beispielsweise zum Test der Verbindung). Die fritzbox wird dadurch praktisch "untertunnelt". Anschliessend kann über diesen bestehenden SSH Tunnel ein sogenannter "Remote Port Forward" eingerichtet werden.
Flip A Web Site Fixer-upper
Want to buy and sell web sites for profit? In this practical guide, experienced site flipper Peter steps through the process, providing tips to keep you from the common pitfalls, and showing how to add value that translates to real profits when you sell.
Easy Reflections V3
Today I released Version 3 of Easy Reflections. This version brings about some significant advances, including full support for PNG alpha transparency in the source image, alpha transparency in the output image allowing for overlaying the mirrored images on-top of complex backgrounds or gradients, and colour tinting / saturation support.
PHP 5.2.2 And PHP 4.4.7 Released
(by Ilia Alshanetsky)Fixed a possible super-global overwrite inside import_request_variables(). (by Stefano Di Paola, Stefan Esser)Limit nesting level of input variables with max_input_nesting_level as fix for (MOPB-03 by Stefan Esser)Security Enhancements and Fixes in PHP 4.4.7 only:XSS in phpinfo() (MOPB-8 by Stefan Esser) While majority of the issues outlined above are local, in some circumstances given specific code paths they can be triggered externally.
Browserfarm
Browserfarm zum Testen von Web Seiten mit folgenden Browsern: Internet Explorer 7.0 Internet Explorer 6.0 Internet Explorer 5.5 Internet Explorer 5.0 Firefox 3.0a (Nightly Build) Firefox 2.0 Firefox 1.5 (JRE 1.5) Firefox 1.5 (JRE 1.4) Firefox 1.0 Konqueror 3.5 Opera 9.0 elinks 0.10
More Articles:
The Principles Of Beautiful Web Design
and break when you look at your own? You don't need to go to art school to create those sweet designs, as Jason explains. Read his hands-on tour of the underlying concepts of web page layout and composition today, and you'll be designing professional-level, great-looking web pages tomorrow!
Delphi For PHP 2007
Title: Delphi for PHP 2007 Reviewer: Manuel Lemos Category: Development tools Publisher: Borland, CodeGear Summary: For a first version of this PHP IDE, I think Borland/CodeGear did very well, but there is plenty of room for improvement. If you have been a big fan of Delphi for Windows desktop applications, you will certainly love Delphi for PHP.
Build A Photo Gallery Using CakePHP And Flickr
Is the Flickr interface doing justice to your stunning snaps? It's time to consider customization! Jonathan shows us the ropes in his hands-on tutorial, as he uses CakePHP and the Flickr API to build an attractive, fully customized gallery that displays Flickr photos to their best advantage.
Anurag Agarwal's Reflections
It reminds me how behind I am on posting articles and hopefully gives me the kick I need to catch up. :-) I'm honored to be considered among experts like Amit Klein, Robert Hansen, Jeremiah Grossman, Ivan Ristic, and others.
A Guide To Using PHP 5 Extensions On Windows
Have you ever run into this problem when using PHP on Windows: You have uncommented an extension in your php.ini, you've checked that the DLL file exists, and is actually present, ready and waiting in your extensions folder, but when you start Apache you get a 'could not load module' error, claiming that the DLL you KNOW exists, isn't there.