Add digg and reddit to wordpress
Find: “<div class=”post-content”>” in index.php
Add the following:
<div class=”diggit”><script type=”text/javascript”>
digg_url = ‘<?php the_permalink() ?>’;
digg_title = ‘<?php the_title(); ?>’;
</script>
<script src=”http://digg.com/tools/diggthis.js” type=”text/javascript”></script>
<iframe src=”http://reddit.com/button?t=3&url=<?php the_permalink() ?>” frameborder=”0″ height=”75″ scrolling=”no” width=”75″></iframe>
</div>
In the style.css document add:
.diggit {
float:right;
margin-top:10px;
margin-left:15px;
}
Should work for most skins
MoneyDashboard Feedback
Below some feedback I recently sent to moneydashboard.com, a mint.com alternative for the UK.
It would be good if:
1. You could filter by custom date range for the tracking tab rather than just the pre-set months (also why call it tracking, doesn’t report make more sense?).
2. You were able to filter by transaction type under transaction (rather than just sort).
3. If the system remember the transaction type so that in future I dont have to re-set it.
4. If you have full control over the tags (i.e. Income…)
5. I am not sure I agree with the way the tracking (report) page or dashboard page works and the information it display. Maybe have a look at what info mint and/or lovemoney display and how it is displayed.
Finally, I am still not sure why you chose to build the app in silverlight; I have read the article “Why Silverlight” and although I understand and accept some of the points I still think it puts the app at a huge disadvantage to html. At least fix the following silverlight issues: I can’t scroll using my mouse, crt+a highlights everything, tab doesn’t highlight the new section, you can’t press back or refresh the browser page, can’t copy and paste, textbox doesn’t have scroll bar.. etc
Anyway good first attempt, I hope you choose to iterate quickly, try not to copy the way Microsoft desktop applications look, keep it fast, carefully think about UI and listen to feedback. Cheers, Leonard PS. you really need mouse scroll and copy and paste.
How to Create a Shortcut in Ubuntu
Easy when you know how:
1. Hold down shift and crtl
2. Drag the folder or file to where you want the shortcut
3. Done
How to Install InstantSSL on Plesk
To install an Comodo InstantSSL on plesk you need to do two steps, 1. create a csr then upload it, 2. install the certificate comodo send to you (this is the bit that Comodo’s documentation is crap).
Create a CSR
- In Plesk go to the domain you want a SSL for
- ClickSSL certificates
- Click ‘Add SSL Certificate’
- The name can be anything but make sure the rest of the fields are filled in correctly. Make sure you select 2048 bits
- Click Request (you will be redirected back to the certificate index page)
- Select the certificate you just requested, scroll down and the csr should be shown
- Go to comodo and upload the csr when they ask for it.
Istall InstantSSL on Plesk
This is the bit that is confusing as the Comodo documentation doesn’t match the files they send you. You should recieve three files:
- www_domain_com.crt
- AddTrustExternalCARoot.crt
- UTNAddTrustServerCA.crt
If you have move files read the following but then look at the troubleshooting section as well.
Go back to Plesk and the certificate section.
- Paste www_domain_com.crt into the certificate textarea
- Paste AddTrustExternalCARoot.crt into the CA Certificate textarea
- Paste UTNAddTrustServerCA.crt into the CA certificate textarea directly below the AddTrustExternalCARoot.crt
- Click send text
In plesk go back to the domain overpage, click ‘web hosting settings’ and you should see the certificate you just created.
Troubleshooting
- If comodo sent through more than the files listed above paste them into the CA certificate in this order (EssentialSSLCA.crt ComodoUTNServerCA.crt UTNAddTrustServerCA.crt AddTrustExternalCARoot.crt)
- Check the domain has a exclusive IP address
- Check the certificate pasted into the textarea are in the correct order
- Check the comodo support site (even though it is rubbish).
Hopefully this has helped a few people as every time I have to install a instantSSL I alsways forget which order to do what.
Recent Posts
- Diary of a Startup: I’ve Just Applied to Seedcamp
- Diary of a Startup: Create a startup for £14
- Sendmail on Ubuntu
- Adobe Air with Netbeans
- Best Firefox Plugins for SEO aka Addons
- Setup Ubuntu as a Web Server
- Changing Plesk Fast CGI to Apache PHP with ZF
- How to Access PUT data in Zend Framework
- 30 minutes until 30!
- Google Analytics Benchmarking Newsletter July 2011
My External Links
Twitter Updates
- Just signed up to http://t.co/tfBBKAAS use my referral code to get 10% off. 41pqp3q1 (http://t.co/TJUdYIv8) 1 day ago
- Anyone using http://t.co/gvbvZgN5 and want to tweet me your Referral Code? 1 day ago
- RT @TheAdventurists: #IceRun team Ice Ice Maybe drive into a ditch on Russian TV: http://t.co/0E2AWsGg #FB 5 days ago
- 10 Things Bosses Never Tell Employees -- But Maybe Should http://t.co/v4JNYpEg 5 days ago
- RT @guardian on the return of Myspace: http://t.co/84KLw8xn 1 week ago
- My First Ice Hockey Match In The Cheap Seats http://t.co/fMMH7Oan 1 week ago
- I'm at Wetherspoons http://t.co/ko7GIh75 1 week ago
- I'm at The Lansdowne (123 London Rd, Leicester) http://t.co/ieW5KFVk 1 week ago
- I'm at Barceloneta http://t.co/ByUieJvb 1 week ago
- 57% of my followers are from #UK,17% from #USA & 18% from #Leeds. http://t.co/TZmZfcgq. What's your #TweepsMap? 1 week ago




