Post archive for ‘Development’
easyPages v0.22 is available for download
You can download it here: http://snydersoft.com/easyPages/
I recently updated easyPages to include a few enhancements:
Added file icons for MSProject, WinZip, and Unknown filetypes
Display last modified time in format “(Updated DD-MMM-YYYY HH:MM)” after file names
Display “new” icon if the file was updated in the last 14days
easyPages is a PHP script that creates a listing of the documents/folders [...]
Twitter and WordPress
I wanted to document one of the hacks that I have made to a the Twitter Wordpress Sidebar Widget.
Edit to “Twitter Wordpress Sidebar Widget”
I wanted a line break after the time, so I added the following line:
li.appendChild(document.createElement(’br’));
As the last line inside the following “if” statement:
if ( showTimeFirst == 1) {
I also attempted to [...]
Default to Standards mode
I am very excited to hear that Microsoft has decided to reverse it’s decision on the default behavior of IE 8. This is great news for the Web and should keep us moving in a more standards based web platform. Every good decision like this helps to further the standards movement within [...]
WebRunner (site specific browser)
Mozilla has been working on a “Site Specific Browser” implementation called WebRunner that is a stripped down version of Firefox that allows you to connect to a particular site and it appears as an application to your desktop. It can have a desktop icon, it appears in Alt-Tab list by itself, and can be [...]
Flash CS3 using fscommand and batch files
I ran into a particularly odd problem when I moved to Flash CS3. It no
longer allowed me to place batch files in the fscommand directory and call
them from a flash projector file. I found this article while searching for
a reason why, and it provides an excellent way to overcome the current issue
with Flash [...]
XHTML and Flash
Here is a great article on what it takes to embed flash on your web pageswhile still validating for XHTML Strict standards.
http://alistapart.com/articles/flashsatay
Microsoft Releases Silverlight
Microsoft’s Press Article: http://www.microsoft.com/presspass/press/2007/sep07/09-04SilverlightPR.mspx
Here is a great place to start, if you are interested in Silverlightdevelopment: http://www.silverlight.net. The runtime, and SDK can bedownloaded at: http://silverlight.net/GetStarted/.
In the coming weeks, I expect we will see lots of comparisons betweenSilverlight at Flash.
Quick Summary:(I expect most of the comparisons will boil down to)* Silverlight is heavily focused on great [...]
Aptana Milestone Release 9, now available
Highlights of this latest release:
PHP Support
Ajax library wizard updates
Javascript outliner improvements
much more…
The Release Notes: http://aptana.com/docs/index.php/Aptana_Release_Notes
Javascript Library to make IE behave
I came across this package while reading details of the “An EventApart” conference. Basically, it is a Javascript library to make IEbehave like a standards compliant browser.
Currently in an alpha state, this is something to keep an eye on asit stabilizes and is prepared for production use.
Link: http://dean.edwards.name/IE7/
PHP support in Aptana (one more step closer)
I have turned in my second batch of function parameter definitions toApatan, tonight. This brings the PHP plugin for Aptana one morestep closer to completion!!