March 2012

Powershell – Executing commands which require quotes and variables is practically impossible!

I’ve spent the last 2 hours reading an interesting bug report/forum thread about how executing commands which require quotes and variables in PowerShell is difficult (this was originally posted on Microsoft Connect, which no longer exists; replaced with archive.org link). I’m trying to understand how to properly quote commands with parameters and interpolated paths so […]

Powershell – Executing commands which require quotes and variables is practically impossible! Read More »

Mozilla Collusion Could Be A Godsend For Privacy Advocates – Is Google Adwords-Adsense In Jeopardy?

Mozilla unveiled a new privacy add-on called Collusion last Wednesday (February 29). Developed by Mozilla’s in-house programmers, and backed by the Ford Foundation, Collusion enables you to se a visual relationship map of all the advertisers and entities who are tracking your online activity, in real-time. Gary Kovacs, (CEO of Mozilla), had this to say

Mozilla Collusion Could Be A Godsend For Privacy Advocates – Is Google Adwords-Adsense In Jeopardy? Read More »

Q & A: How To Make Div’s With Rounded Corners In CSS?

Question: How can I make boxes and div’s with rounded corners? Answer: CSS3 is the first version to have built-in rounded rectangle commands. The css property that addresses is this: border-radius It’s usage is: border-radius: 15px; Fairly simple and straight-forward; the higher the number the deeper the corner rounding. If you have an older browser

Q & A: How To Make Div’s With Rounded Corners In CSS? Read More »

Q & A: How To Schedule Publishing Of Multiple Posts in WordPress?

Hi folks, I’ve been receiving some tech questions lately so I decided I’d start answering them on the blog so others can benefit as well. Our next question is from Nadine in Houston, TX: Question: How do I schedule multiple posts in WordPress.com?  For instance, let’s say I want to make a queue or stack

Q & A: How To Schedule Publishing Of Multiple Posts in WordPress? Read More »