Archive
Why you Should Tweet your Post Multiple Times?
Here’s another useful post from Harsh Agrawal over at ShoutMeLoud.com
Delete All Trackbacks on WordPress Blog & Disable Self Pings
Powershell – Executing commands which require quotes and variables is practically impossible!

Executing commands which require quotes and variables is practically impossible: Microsoft Connect
This is an interesting forum thread about what I’ve spent the last 2 hours researching: How to properly quote commands with parameters and interpolated paths so that they will execute as a command. Doesn’t seem like it should be so hard. Here is an example of the code I’m working with:
The command I’m trying to run:
C:\Program Files\Mozilla Firefox\firefox.exe -createprofile myTest
# Here is what works in MS-Dos / Windows XP command prompt:
"C:\Program Files\Mozilla Firefox\firefox.exe" -CreateProfile myTest
However, run the same thing in powershell and this is what you get:
At line:1 char:48Unexpected token ‘CreatProfile’ in expression or statement.
At line:1 char:49Unexpected token ‘myTest’ in expression or statement.
At line:1 char:62
Related articles
- PowerShell and Executables (jrich523.wordpress.com)
Researchers Develop Fully Functional Flexible Memory
Building a new computer | V TECHblogs
UPDATE:
Only a few months since I last posted this and the hosting domain seems to be gone. It would be a shame to remove this post, so I’m updating it with some related photos of neon home-build PC mods. I hope you enjoy these excellent works of art & function.
(The original article was posted here: Building a new computer | V TECHblogs. I’m leaving this link in case it ever comes back on line)

Build Your Own Computer (2012) – Sick Neon Cutaway Home System
| head1 | head2 | head3 |
|---|---|---|
![]() |
pics | pics |
![]() |
pics | pics |
![]() |
pics | pics |
Hacktivist Leader Turns on Fellow LulzSec Bretheren – Cooperates With Feds
According to Brit Dee over at Activist Post:
At a time when governments are working hard to stifle internet freedoms – just today, the British government was given the green light to implement the draconian Digital Economy Bill and start implementing sanctions on alleged illegal downloaders — LulzSec‘s and Anonymous‘ attacks provide the authorities with the perfect justification for such laws, as well as the excuse to push through even more restrictive internet legislation.
Ms. Dee went on to foretell one possible ominous future:
This could create a classic “problem-reaction-solution” situation, where the public reacts to the seemingly chaotic and threateningly anonymous hacking groups by accepting a government solution they may previously have resisted — stricter regulation of the Internet. It would be grimly ironic if groups proclaiming to fight for internet freedoms were in reality being used as a tool — infiltrated and steered by the very intelligence agencies they have apparently attacked — to kill those very freedoms.
Only time will tell if Ms. Dee’s assertions are correct. Nevertheless, I can think I two appropriate quotes to leave you with:
The easiest way to get a law passed quickly is by scaring old people — (anonymous)
and …
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. — Benjamin Franklin (1755)
-Kristobaldude
Related articles
- LulzSec ‘Leader’ Turns on Fellow Hacktivists: Feds – Yahoo! News (Yahoo News)
- Read the Full LulzSec Indictments Right Here [Hackers] (gizmodo.com)
- Revered Anonymous Mastermind Rats Out His Pals to the FBI [Hackers] (gawker.com)
More on Problem-Reaction-Solution:
- Diocletian’s Problem-Reaction-Solution (propagandamatrix.com)
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 on his blog about the purpose of Collusion:
Few people realize the extent to which the tracking of our online activities is occurring, and who is doing it. At best, it would make most uncomfortable. And at it’s worst, it makes many of us outraged, particularly those of us who are parents.
Hey went on to say:
Collusion will allow us to pull back the curtain and provide users with more information about the growing role of third parties, how data drives most Web experiences, and ultimately how little control we have over that experience and our loss of data.
Daily Mail UK said of the unveiling:
The move comes the same week that Google pushed ahead with its controversial new privacy policy, built to provide even more data for Google’s $28 billion advertising business – despite concerns that the massive harvesting of private data might be illegal in many countries.
Now this is why competition is a good thing. In this case, Google makes money by getting more up in our business than before, and since Mozilla has a competing flagship product, to win over customers (and market share) they create this addon to help shed light on who is watching you. It’ll be neat to try it out when I’m on Facebook.
Only time will tell, but as long as this isn’t a Trojan Horse Mozilla has built, I think it could become very popular, very soon.
You can download the Collusion Beta here.
-Kristobaldude
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 that does not support CSS3, then your only option is to pre-build the corners as images (gif or png for transparency) in Photoshop, Gimp, or some other graphic design program. After you have your corner(s) built, you would then use css to postion them around a rectangle button. There are many older tutorials that explain how to do this. Here is one
-Kristobaldude
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:
Answer:
-Kristobaldude
Create jQuery Plugin Tutorials
Here are two excellent jQuery plugin tutorials. My goal by posting these two links is to try to save you guys some time in searching through all the other links for the right one. Here you go:






