idonny's blog
Drupal Views Boomarks vs 'Promoted to frontpage'
Adjusting element transparency in IE and Firefox
Standards compliant browsers (FF, Safari etc) and IE browsers require different CSS selector definitions to implement transparency. Here is what is necessary to set the following element to 50% transparency.
div#header
{
opacity: 0.5;
filter: alpha(opacity = 50);
}
Why I stray from Web Standards ...
Website content above the fold?
Apple Safari is benefiting Internet Explorer?
Reusable CSS: make your life easier
Vet what you recommend to avoid diluting your brand: Beanstalk and FeedsApp
Does not support generic feeds
Means that I have to pay just to use this on Beanstalk (do not use any of the other supported sources). Worse, that means that I have to clutter my mac and RAM with multiple apps that do portions of the same thing.Shortest Frequency is 15 minutes
Rendering all the images in a selected directory using PHP - not just listing the index
Options +Indexes
Beanstalk Version Control finally revamping Deployments
I have been using Beanstalk SVN (by WILDBIT) for quite a while (going two years now) and I cannot emphasize enough how good the service is. Simply, since it is reliable, and it is not hosted by me means that when my server collapses (which is when one really needs to browse the archives), I can rest assured that my version-control system is isolated from the disaster.
Are these deficiencies in SVN 'move' or inbuilt protections?
I am reading about doing SVN copy, move and merge from the commandline so as to better master all the switches and understand exactly what my GUI client is doing, and allow me to work just as well with and without a GUI client. I see a comment in the Redbook manual - http://svnbook.red-bean.com/en/1.7/svn.branchmerge.advanced.html#svn.bra...


