DustinWoods
-
Using SSH to install Dropbox
Hmm, can you check if the downloaded file was unzipped? If it didn't, you'll probably see dropbox-lnx.x86-1.6.10.tar.gz sitting in your directory. Try tar xzf dropbox-lnx.x86-1.6.10.tar.gz and then ~/.dropbox-dist/dropboxd
-
Security issues in a Wordpress Plugin
I tried to get this plugin to work, but I didn't have much luck. But, I think I found where the author put their own ads in the plugin. Go to your plugins->Strx Magic Floating Sidebar Maker, click "edit." Look in the source code f…
-
Let's make a better printing animation together!
Here's my go at it. I think the key is emulating the jittery-ness of a printer. I used linear transition, but I made the keyframes have a stop-n-go feel.
-
Using SSH to install Dropbox
Oh, and just to be clear, I mean using http://www.dropbox.com/download?plat=lnx.x86" instead of https://www.dropbox.com/download?plat=lnx.x86".
-
Using SSH to install Dropbox
Not sure if this will work, but can you use http instead of https? Not sure if you need to use --no-check-certificate with that or not.
-
NivoSlider only working on initial load using AJAX
Try adding $('#slider').nivoSlider({effect:'fade'}); somewhere in the page (Probably the header). This code turns your #slider div into a nivoSlider. Right now this code is only in dynamicpage.js, so it only runs when there is a …
-
PHP variables in CSS not working!
I've found a couple ways to do this. You can either tell your server to rewrite a *.css request to look at a PHP script (such as "style.php?name=style"). The other way you can do this is by configuring .css files to be handled by php.…