I'm not sure why your comment is down-voted. The article isn't written well.
HN user
sc
<aside> is in HTML5.
<abbr> would be incorrect for this usage. You could, perhaps, stretch the use case of the "i" element (not "em"), though a simple span would probably be the way to go.
I'm love-hate, lately, with these two "extreme" breweries: De Dolle Brouwers, and Dogfish Head
I've also been enjoying Three Floyds' Alpha King Ale.
It seems to me that the Wired article was written after the TechCrunch article in the same vein.
First Last.fm; now this. That makes 2 TechCrunch articles in 2 weeks that make some kind of big, unsubstantiated claim. For hits, perhaps. Maybe fake journalism is their new weekly feature.
The Web Inspector is actually part of WebKit itself (the rendering engine). You can get any improvements that happen there and between the chrome (HTML, CSS, JavaScript) by downloading WebKit nightlies: http://nightly.webkit.org
This update is for Safari itself, which is the UI/chrome.
The built-in web developer is definitely on-par with Firebug and Web Developer. In some ways it's even nicer.
As far as plug-ins go, Safari's had them for years. Apple just doesn't support them or advertise them.
Historically, Arial rendered better on Windows than Helvetica, so to offer Macs a form of Helvetica over Arial, you'll generally see:
font-family: "Helvetica Neue", Arial, sans-serif;If you're going after an English-speaking audience, look into getting an English-fluent copywriter (or speaker) to give things a once-over.
"Can't Express Yourself in traditional Resume ?" is your tag-line, huge, and very stilted -- that space (" ") should also not separate "Resume" and "?".
Yes, you may come across a cool idiom to use in your code by procrastinating and reading blogs. You may also come across a cool idiom by coding, looking at your code and thinking: how could I do this better; share your code with someone you could learn from, or read a book or two on your language of choice.
Don't make excuses for your procrastination. Accept that procrastination is sometimes just a fun alternative to what you need to get done. Luckily, the end of the article shies away from the bombastic title.
Official Google are usually hosted on "blogspot.com" (googleblog.blogspot.com).
curl -LO http://www.portaudio.com/archives/pa_stable_v19_20071207.tar.gz
tar xzf pa_stable_v19_20071207.tar.gz
cd portaudios
./configure && make && sudo make install
cd ..
curl -LO http://www.complang.org/ragel/ragel-6.3.tar.gz
tar xzf ragel-6.3.tar.gz
cd ragel-6.3
./configure && make && sudo make install
Now go back to bloopsaphone and make clean
make ruby
(Make sure "/usr/local/bin" is in your $PATH.)He wrote it for Hackety Hack, which will be built on Shoes for its next version. Whether or not it's included in Shoes itself or just HH will remain to be seen, but I'd love to see it in the former.
Sounds like this isn't really big news at all ... Or am I too skeptical?
It does seem harder to trust a news source these days for accurate news, but as far as one thing that worked once being news or not: isn't that one definition of what "news" used to be? The discovery of the first _____.Cool, sure, but blind rescues are as the crow flies to bugs: use them wisely, or use them _why-ly.
> Look at the headings. They're really beautiful. How do I do that in CSS? I can't. They are images.
But really, the whole point is that they _are_ doing that in CSS. The images are defined in CSS; no "img" tags here. Browsers (and bots) that don't have that CSS support gracefully degrade to indexable text.
The headings are also nothing special. Just the "Zapfino" font pre-rendered. You could use CSS today and get it to work on every computer that has that font installed (every Mac and iPhone, to name a few), or if the browser has more experimental CSS support, you can render any custom font (with an open license) by specifying a path to the font online. But alas, most browsers do not support this, and we developers use sIFR instead.
> To really demonstrate CSS you'd need to take all those style sheets and apply them to a different HTML document and see if they still looked good. No one has done that experiment (and I suspect no one will) but I predict the results would not look nearly as good.
That's not the point of CSS.
His comments about the CSS Garden are extremely misguided: "But how much of the loveliness is due to CSS and how much is due to photoshop is far from clear."
The whole point is that every page of the garden is the same, HTML-wise. CSS transforms each variation completely from the last.
Change the "ftp" protocol to "http" for a more reasonable download speed.
I think "they" were the developers, though (not the publisher), and they weren't "complaining" so much as commenting. I think this kind of piracy rate is pretty common with software.
It renders the entire article almost unreadable on my MacBook's 1280x800 resolution.
There is cost in overhead, too. Beyond getting the drive:
- Connecting it to the internet so you can access it from anywhere
- Setting up iTunes to stream properly
- Setting up a mechanism that caches recent/popular files locally
- Develop an iPhone app to access the drivewhy (the Lucky Stiff) was using XUL for Hackety Hack[1], but wasn't happy with Mozilla, so he started building Shoes[2], instead.
Unfortunately it's not very Mac-like.
Petition to Google and other cross-platform app-makers: please take the time to integrate with OS X; Mac users can already run PC apps with the help of VirtualBox, VMWare Fusion, or Parallels.
Good catch ;) My thinking was revolving around cooking.
Even if you never go through 10 $10 knives and "save money", you lose out in time and happiness (dull blades perform poorly, and every day you prepare food is wasted time with a poor knife, and a blow to your own mood, because dull blades are more apt to slip and cut you, mar your food, and generally put you in a fowl mood).
If you don't cook, though, no worries.
I don't think you can make the call on which knife you'd use till you had both. If you enjoy cooking or if you hate cooking but have to, the $100 knife will likely become your choice knife: preparing food becomes quicker and easier -- you're investment returns in time and peace of mind.
The $100 knife is also usually quite indestructible compared with the $10 counterpart. Even a $100 knife in the poorest care is salvageable with a professional sharpening.
Sometimes you need (), sometimes you don't. Some people
think the lack of "unnecessary" parenthesis makes the
language more elegant, I just say it makes it harder to
determine if something is an attribute or a method, for
example.
Well, this is because Ruby, like Objective-C, is a strict OOP language, and there's no such thing as an "attribute" (all instance variables are private). When something looks like an attribute, it's a reader method that returns the attribute.Well, the Prius is also just a nice car for gadget-lovers. Keyless entry, start-button ignition, big LCD dashboard, Bluetooth, GPS...
Seems a bit limited. It also crashed my WebKit nightly. I prefer to have my ranges more easily set:
If you use ActiveRecord, it's easy enough to hack, but what's the point of an AR-based Merb app?