digitalinitiatives.net
域名年龄: 17年11个月1天HTTP/1.1 200 OK 访问时间:2011年05月18日 18:46:06 服务器:Apache/2.0.54 (Fedora) 语言环境:PHP/5.2.8 X-Pingback: http://lab.digitalinitiatives.net/xmlrpc.php Status: 200 OK 连接:关闭 Transfer-Encoding: chunked 类型:text/html; charset=UTF-8 网站编码:UTF-8
该域名无法解析为IP
Darkboy & Shoddy goes live! March 14th, 2007 A quick congrats to Darkboy & Shoddy on their site going live. I'm pleased as punch at the way it has turned out, although I must admit I had my doubts about whether we would be able to get the rain and snow in the background working OK. Check it out, and don't forget to subscribe to their RSS feed. Posted in news | No Comments » Installing Aptana on Ubuntu Edgy February 1st, 2007 Wotcha. We have made the jump from Dreamweaver to Aptana here at the office, so I thought I would take a mo to share the method we had to use to get it to work on Ubuntu. Many thanks to odrakir.com for doing 99% of this (that I shamelessly lifted), and to the ubuntu forums for the sed bit. Download the install file Open a terminal window and get the dependencies: sudo apt-get install mozilla sudo aptitude install libswt3.1-gtk-java Fix the installer issues: cp Aptana_IDE_Setup.bin Aptana_IDE_Setup.bin.orig cat Aptana_IDE_Setup.bin.orig | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > Aptana_IDE_Setup.bin Make the bin executable: chmod +x Aptana_IDE_Setup.bin Run the installer: ./Aptana_IDE_Setup.bin Now we just make a little script to set an environment every time touch aptana sudo gedit aptana Now copy this #/usr/bin export MOZILLA_FIVE_HOME=/usr/lib/mozilla ~/Aptana/aptana save the file chmod it so it can be executed: chmod 755 aptana Now copy it to the /bin folder: sudo cp aptana /bin/ That's it. Congratulations you have just said goodbye to another overpriced bit of software! Posted in Geek | No Comments » Standards compliant cross browser PNG24 support without hacks November 11th, 2006 What! Really?! Even Internet Explorer? Yup. Well, PNG24s work fine in everything except IE --edit-- While the HTML / XHTML is valid, the CSS isn't as the filter:progid: bit is not standard, but as it is inside a conditional bit of CSS it will validate. So whether that still counts as valid CSS is a matter of discussion. --/edit-- Click here to look at an example of the problem. It works perfectly in everything other than IE <img alt="This is a PNG24″ class="example" src="http://lab.sustainablemedia.co.uk/blank_1×1.gif" /> Now I can use css to change the style of the img. I give it the width and height of the target image, and a background of the actual PNG I want to use: .example { width: 278px; height: 60px; background-image: url('this_is_a_png24.png'); } Then I use a conditional comment and add the style for IE: <!–[if IE]> <style type="text/css" media="screen"> .example { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='this_is_a_png24.png',sizingMethod='scale'); background: none; } </style> <![endif]–> And like magic, we have a PNG24 that works on Firefox, Konquorer, Safari, Opera and IE. It does mean that every PNG24 image you want to use has to have it's own class and you have to put the filename of each PNG24 in twice; onc
© 2010 - 2020 网站综合信息查询 同IP网站查询 相关类似网站查询 网站备案查询网站地图 最新查询 最近更新 优秀网站 热门网站 全部网站 同IP查询 备案查询
2025-01-13 12:48, Process in 0.0030 second.