I'm wondering how you manage to constantly get so many up votes for your projects (besides creating super quality content of course). Any tips on this?
Btw: I love the toolbox, super awesome site! It seems to be a little slow for me though, are you hosting this on a shared server?
Yes, a caching plugin would definitely help out there! Your site was featured in the last webdesigner depot newsletter (which has around 150K subsribers I think) and when I clicked the link I could not reach your site for 5 minutes...
Have you had a look at the W3 Total Cache plugin already? This drastically speeds up sites when configured correctly.
When I finally got through to the WordPress admin, I immediately saw the problem: although the caching plugin was installed and activated, caching was turned off in the plugin’s settings page. Talk about a dumb mistake…
There are a few free load testing services that are good for catching problems with caching or concurrency. I've used http://blitz.io/ before going live to tune my caching and have survived a few HN front-pages.
Hi, just a heads up, I think your site has the XSS vulnerability, namely parameter "s" - common in wordpress search function. To see it in action, try adding "/?s=aaa<script>alert(16354)<%2Fscript>" at the end.
I'm kind of flabbergasted at how good that Construct theme is. I've looked at themes on ThemeForest and didn't see anything of that calibre for sale. Now I'm awkwardly wondering whether I can buy a theme for my Rails site instead of amateurishly hamfisting it myself. Arggh.
edit: Wonderful collection, so many of these sites look really useful and/or inspiring. Great work man.
If you're looking for great themes, I recommend Orman Clark's work: http://www.themezilla.com/ The only problem for me was that his themes are not responsive.
I've never bought a WP theme before - so it's not too hard to convert one for use in Rails? Just take the HTML, CSS, & JS and start putting it into the Rails structure? I'll seriously look into this option, then - thanks for the note.
So he used WordPress. Is anyone interested in a tool like WordPress with good support for easy-to-install plugins, but built on Node.js/CoffeeScript?
I ask because I have been working a tool like that for a few months and I'm pretty anxious about the reception its going to get, since I'm pretty much basing my whole life on it.
Is it open source? If so, I'd love to check it out. We've been working on an open source server for JavaScript developers, that has some of the modularity of Wordpress: https://github.com/deployd/deployd
Yes, everything is MIT (that I wrote). Deployd is really awesome, congratulations. I agree that having an easy way to do what looks like direct database manipulations from the browser is really useful and it seems like the rules and stuff you have set up to secure that is a very good approach. I also think that mongodb makes a lot of sense because of its flexibility and ease of use.
My thing really isn't ready to show anyone but its at https://github.com/ithkuil/cureblog at the moment. I have a bunch of stuff to do including most everything related to security. I think at first I am going to try to cheat with really simple rules possibly inserted into the everything.now function call if I can, or something. Really a lot of stuff to work out.
Considering the time span you set this up in, you should consider doing a screencast from beginning to end setting something like this up. A lot of us could learn from that, seeing a full site from beginning to launch.
Obviously a site can get popular without HN, but having an audience to launch to plus immediate feedback feels much more gratifying to me.