You could also give my Hacker News OnePage extension for Chrome a try (It's also a greasemonkey script for Firefox). It's what I use everyday and I like it, someone else might too :)
http://tdupree.com/extensions/
I thoroughly enjoyed the Foundation Series about a year ago and since then have been reading many of the books found in Asimov's Foundation Universe (http://en.wikipedia.org/wiki/Foundation_series#List_of_books...). Right now I am reading "The Robots of Dawn", the third book in Asimov's Robot Series. I have gone in a kind of a strange order, first reading The Complete Robot, then the Foundation Series, the Empire Series, and now the Robot Series. I have enjoyed them all, I like Asimov's style. I also enjoyed Ender's Game by Orson Scott Card and will be reading the next book in the series "Speaker for the Dead" soon.
You should read Ender's Shadow by Orson Scott Card. Perfect companion piece to Ender's Game (not sure if you know much about it, but it is focused on Bean). I also recently finished the first book in the Foundation Series and need to pick up the second one. Awesome book choices!
Not sure why your comment got killed, but you're welcome! I had been looking into using @font-face for a while but didn't get the chance until just recently. It's kind of a moving target right now so I'm happy to pass on what I have picked up in trying it out. I'm using Museo Sans (http://www.josbuivenga.demon.nl/museosans.html) right now for a site and its going pretty well. That font seems to render decently across various browsers/OS.
You don't have to use a service like Typekit to use a pretty webfont. The advantage Typekit has is that it gives you access to a lot of font choices to use (which you wouldn't otherwise have access to) and hosts/serves up the fonts for you.
Sites not using Typekit are most likely just using their own @font-face solution and hosting the fonts on their own server (which can also be a faster solution than loading in 3rd party font solutions).
Never use fonts and just hope a user might have it. It's not too hard to roll your own solution for serving up pretty fonts using @font-face. You will need to read up on it to learn the ins and outs, and what sort of goofy idiosyncrasies exits that you need to deal with.
I would recommend using the @font-face generator from fontsquirrel.com (http://www.fontsquirrel.com/fontface/generator). This helps you take a font you want to use and prepare it for the web, creating all the different font file types, as well as creating the css you need to use to embed the font for use.
When you use the font, be sure to use it as part of a font-family, so that you can plan what fonts to use as a fallback in case your @font-face declarations don't work out.
Understand that your font will be rendered differently between various browsers and operating systems. Sometimes using a css declaration like text-shadow (text-shadow: #FFF 0px 0px 1px;), and matching the text-shadow color to the background color the text is on, can help smooth out jaggies on the rendered font (works well for webkit browsers), YMMV. Definitely check out how your font looks in all the major browsers, as well as different OS platforms. For instance, I have found Windows XP to render some @font-face fonts much worse than say Windows 7.
Just know that things aren't quite perfect yet with @font-face, so think long and hard about using it in a production environment, and really test all platforms, browsers, etc to see how it looks. Understand how your choice to use a custom font might hurt readability for large blocks of small-sized text (like a blog post) because of rendering issues. Also, Remember to use custom fonts responsibly, you really shouldn't need more than 1 (2 max) custom fonts on a page. Some people get a little carried away.
Some free fonts you can use online. NOTE: Always check the font license to see if you are allowed to use it on your site. If you plan to make a profit on your site, always check to see if the font can be used commercially!:
You are certainly right about that. I should have added more context to what I was thinking when I wrote that.
I was thinking more along the lines of having some non standard font on your computer that would differ greatly from a common web-font, specifying that as the top choice in a font stack, and then designing your site using that font. Which I was thinking was essentially the goal of the OP.
I think your font stack example isn't quite as extreme as I was thinking in my head. Even still, your example has two sans-serif fonts that may/may not be on a users computer, with your fall back choices then being serifed fonts. Already, that font stack is setting your site up to present some very different designs to various visitors. That font stack would fare better if it was something like font-family: "Adobe Myriad Pro", Myriad, Lucida Sans Unicode, Lucida Grande, sans-serif;
If you are going to pick a non-standard font to use without font embedding, then your fallbacks should be web-safe fonts that are similar in design and in rendering size. Exotic Font Y at 16px can look much different from web-safe Font Z at 16px.
So, if a very small percentage of your users will have an exotic font installed that you want to use, and you aren't embedding that font for others to use, then you are setting yourself up for design/rendering problems for all of the people who have to use the fallback. It just ends up looking goofy and unprofessional, as well as being a bear to get to render nicely for both varying font styles in a "pixel perfect" design. Font stacks should be about trying to get the same experience across multiple platforms and browsers, not 30% get the best experience and 70% get a crummy degraded experience.
Ha! Sorry about the confusion. I meant to type Minion, not Myriad.
I definitely agree that you should be designing with the majority in mind. But if you set up good fallbacks then you can get 30% with fantastic type and 70% with quite decent type.
I don't tend to do "pixel perfect" design. I prefer designing in the browser, but can see how the traditional approach would make things difficult.
Right on :) I've been tasked lately with a lot of "this needs to look the same for everyone on every platform" pixel perfect sort of stuff, so I have had to deal with getting everything the same and haven't had a lot of leeway. If you have the opportunity to give that 30% fantastic typography, and the other 70% still has a great experience, I'm definitely cool with that.
Fontspring(http://www.fontspring.com/) is a service, very similar to Fontsquirrel(perhaps done by the same people, but can't back that claim up).
Fontspring offers @font-face licensing for professional fonts. I just used it because they have the very awesome Franklin Gothic family. It's also rather inexpensive($10-$20 avg perhaps) for unlimited domains. I prefer their model over something like TypeKit: Less restrictions and one-time-only payments.
Nicely done! It would be nice if you would allow the user to fullscreen the videos. I think adding "allowFullScreen: true" to your params object for your js embed would add this functionality.
Don't forget "and listening to your Uservoice feedback to develop Spreadable". How could that possibly be listed as a benefit for chargify users affected by this pricing change?
also, its my understanding that PCI is required for anyone who 'transmits' card data, i.e anyone who uses the chargify API. If you dont have your game tight you are not PCI compliant and liable for any card data losses, regardless of chargify being compliant.
That behavior can easily be toggled on/off in the Administration->Management section for your DD-WRT router. Take a look at "Info Site Password Protection" and "Info Site MAC Masking" on that page.
This is nice to hear. I am currently putting something together using Twilio to make it super simple to get local or tool free numbers to use as tracking numbers for print, web and SEM. The numbers forward on to whatever normal business number you would use, but the call information is all tracked and logged. It can also ping Google Analytics for you or ping your own custom page on your server. This way you can know exactly how many calls resulted from a print campaign, or from your website, etc.
I was interested in implementing something similar for a web directory that would enable tracking offline phone conversions via Twilio. I was going to use click-to-call, however, click-to-call requires paying for both the inbound and outbound portion of the call. Is there a way to have one inbound number forward to a different number dynamically (depending on a phone number variable)?
Yes. Every request we make to you includes the 'From' number, which you can check for in your code, and return a <Dial> with the number you want to forward them to specified. http://www.twilio.com/docs/api/2010-04-01/twiml/dial
Sounds interesting. Are any outbound minutes used after the call is forwarded? I am willing to budget for the inbound connection and tracking, but paying for the entire outbound conversation would be a bit too variable.
Twilio is not currently able to hand off a call to another carrier, so you have to pay for the outbound minutes when you call out with <Dial> or the REST API to connect another party
Just in case you are not aware of the following: Twilio can't fully handover forwarded calls to another carrier; therefore, you will be charged for the length of the call rahter than for the time it takes to reroute the call to another carrier.
Hrishi, on the "Learn More" page I think there is some content on the tail end of the "How does it work?" video that accidentally got left in the video. Starting at minute 2:55 you can see yourself editing it in Windows Movie Maker and then the first 30 seconds of the video again.