superfish.com awesome screenshot firefox plugin extension
May 15th, 2012 by admin
Disable awesome screenshot extension to get rid of superfish hijacking.
May 15th, 2012 by admin
Disable awesome screenshot extension to get rid of superfish hijacking.
May 5th, 2012 by admin
var re = new RegExp(‘(http:\\/\\/\\S+[\\.png|\\.jpg|\\.gif])’,'g’);
$(“tr .item_name”).each(function() {
var newimage=”;
var images = $(this).html().match(/http:\/\/\S+(\.png|\.jpg|\.gif)/g);
var thumbs = $(this).html().replace(re, ‘<img src=”$1″ class=”thumbnail50″/>’);
$.each(images, function(index, value) {
newimage += “<img class=’thumbnail50′ src=”+value+”>”;
});
$(this).parent().prepend(“<td>BBB</td>”);
});
May 5th, 2012 by admin
line 2368: if($(ptr).length === 0 || ptr[0].className.indexOf( ‘ui-state-disabled’ ) > -1 || ($(td,ts).hasClass(‘noEdit’)) || ($(td,ts).closest(“table.ui-jqgrid-btable”).attr(‘id’) || ”).replace(“_frozen”,”") !== ts.id ) {
May 2nd, 2012 by admin
rsync on hostgator
http://forums.hostgator.com/rsync-t55940.html
http://blog.aseaofflames.com/2010/10/how-to-backup-your-shared-server/#step1
rsync -vre ‘ssh -p 2222′ . –exclude ‘.hg’ –exclude ‘.git’ me@199.99.99.9:~/www/sitename
The guys dancing on stage… they look like they got some good moves.
May 1st, 2012 by admin
I was on the $5/year plan for $20 and when I went to visit the Google Storage recently, it said there was an upgrade to $2.49. I mistakenly thought it was $2.49 for the year but in fact, it’s per month. They make all the plans look similiar and said it was UPGRADE.
So stupid me, I clicked it and next thing I know, I lost my $5 plan and was put in the higher monthly plan.
Damn you Google. Bullshit.
Apr 17th, 2012 by admin
Apr 14th, 2012 by admin
Apr 10th, 2012 by admin
Absolutely useless video quality.
Mar 21st, 2012 by admin

512×512 icon with the shadow effects.
Mar 8th, 2012 by admin
lol… why is Apple releasing specs for all their models of iPads then?
Mar 8th, 2012 by admin
is Fiorella Migliore
is Fiorella Migliore
Mar 4th, 2012 by admin
And the actual snippet
Mar 4th, 2012 by admin
Feb 27th, 2012 by admin
Every week, he asks the woman to be vulnerable and “open up” their clothes to him and they all do it willingly and happily.
This guy is such sleaze…
Feb 25th, 2012 by admin
Feb 24th, 2012 by admin
Feb 20th, 2012 by admin
There are many industries in the but one place in particular that has become a symbol of innovation and greater good has always been Silicon Valley.
Can it continue to lead the way for doing what’s right for people while making money at the same time?
Feb 19th, 2012 by admin
I got this from http://www.vertex42.com/ExcelTemplates/baby-feeding-schedule.html and changed it a bit.
Feb 15th, 2012 by admin
Dan Lyon accuses Techmeme Gabe Rivera of having biases in Techmeme results towards his friends.
Feb 9th, 2012 by admin
I am using the Zmodo 8 chnnel DVD IR Surveillance system PKD-DK0866-NHD and have to say it’s kind of crappy. It’s very cheap and not that hard to install. The only problem is the video quality. The cameras that come with it are pure crap at 420TVL or something like that and if you want to view on browser, you must use IE with ActiveX.
You can run it using Asee on the Mac. Just run App Store app in your Mac OS X and find the Asee app and install it and it’ll work. I go tit working fairly simple but again, crappy video quality.
I bought some higher resolution cameras off ebay (mostly from Hong Kong) that were 700TVL and more but the quality was again crappy. I am not sure if it’s the DVR system or the cameras. I am suspecting it’s the Zmodo DVR.
I just ordered a Swann 16 channel system from Costco and will let you know if that’s any better. I’ll also try to include some sample photos of the Zmodo here for comparison.
Again, for less than $200, it’s kind of crappy.
Update 2/15/2012: I tested the Swann 8 channel system from Costco for $599 and found it to be also bad. Same software as Zmodo and looks great on monitor but as soon as you view it via mobile, it looks crappy. The Swann cameras were much better than Zmodo though… esp in black and white situations. Software was the same.
Feb 2nd, 2012 by admin
Do these thermos have mercury in them and is it dangerous?
Jan 26th, 2012 by admin
Jan 8th, 2012 by admin
Jan 8th, 2012 by admin
No piont buying old iPhone 2Gs to get unlimited data. It doesnt work anymore. ATT closes loop on the iPhone 2G unlimited data plan.
Jan 8th, 2012 by admin
And drops Galaxy S II to $149. Damn it.
Dec 30th, 2011 by admin
root/admin for certain shared folders
<username>/smb
root/root for MAIN FOLDERS
Dec 30th, 2011 by admin
The PICTURE and VIDEO folders are automatically linked via symbolic links by Promise 4300. So if you swap in a new drive and those PICTURE and VIDEO folders are on anything other than VOLUME1, it’ll become lost.
You’ll need to SSH into the server and rename the folder to something else.
I used command mv PICTURE PHOTOS
So your stuff are still there. Just hidden.
Dec 20th, 2011 by admin
Dec 6th, 2011 by admin
Nov 22nd, 2011 by admin
ps -axww | grep Sym
Find out the file path to process
Nov 19th, 2011 by admin
Nov 17th, 2011 by admin
The Kindle Fire software is now public…. so anyone tried this?
Nov 15th, 2011 by admin
http://www.storiesinflight.com/html5/pseudo_after.html
<div class="framedphoto"><img src="images/crossings1.jpg" width="200" height="150"></div>
<style>
.framedphoto {
position: relative;
display: inline-block;
font-size: 0;
line-height: 0;
}
.framedphoto:after {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
content: " ";
border: 10px solid;
-moz-border-image: url('images/overlay2.png') 20 20 20 20 stretch stretch;
-webkit-border-image: url('images/overlay2.png') 20 20 20 20 stretch stretch;
border-image: url('images/overlay2.png') 20 20 20 20 stretch stretch;
}
</style>
Nov 15th, 2011 by admin
Nov 15th, 2011 by admin