instantMash
-
Responsive Sprites using Compass/SASS?
You could use the background-size property with percentages.
-
Looking for some feedback on my newest site.
It looks better to me in Webkit when font smoothing is on. Screenshot with font smoothing on: font-smoothing-on.png Screenshot with smoothing off: font-smoothing-off.png I am using Mac OS 10.6 and an iPad 2. I have not heard about that fix before…
-
Looking for some feedback on my newest site.
@Caleb Why is font smoothing turned off for webkit? (I'm referring to line 16 in styles.css). The fonts are noticeably degraded. (I'm looking on a desktop Mac and iPad, Chrome and Safari).
-
site critique / tough love
Thanks for the feedback. That is a good point. I am reworking some of the copy.
-
Website Design feedback
Overall, it looks great. Nice job. The text is a little crammed. There are two quick things you could do to make it easier to read. One: the paragraphs are much too wide at desktop views. One rule of thumb is to aim for a width of 50 - 75 characte…
-
Crop Images Like This?
Will the background (the black area, in your image) always be a solid color?
-
Best practice: Remove active state from dropdown menu
My understanding is that if you cache $('.dropdown-button.active') as a variable, that will prevent jQuery from diving back into the DOM. http://jsfiddle.net/mGAs4/2/
-
Annoying work colleague (sass/compass)
When I saw [Solved] I thought, "Oh, god, the poor man is dead! What have we done!"
-
Annoying work colleague (sass/compass)
....and i just bite my tongue. Don't do that! This boorish jerk is probably just railroading you because he mistakes your quietness for indecision. Clearly, you know your stuff. Just state your case for using SASS or whatever. You don't …
-
Drupal vs Joomla in in 2012
rjjacob, do you prefer a particular template framework? Like Gantry or Warp? Or do you build from scratch? How does it compare with theming for Drupal?
-
Drupal vs Joomla in in 2012
I use Joomla (and would like to learn Drupal someday). The Joomla core is good. What really matters is the quality of the extensions that you install. So my answer to the six questions is, "It depends."
-
Joomla Components
Here's a link that might help: http://forum.joomla.org/viewtopic.php?p=2165361 Read the fourth post down. The gist is that you have to rename the component in every file of the installation package. What component are you using, btw?
-
Joomla Components
Sort of. But it doesn't sound like a quick fix, and you'll want to be careful that the component instances are using separate databases. For good or ill, Joomla just isn't set up this way.
-
Facebook button problems
Did you remember to put the Javascript SDK in the head? Also, double-check that the URL you used to generate the Facebook button matches the actual URL of the page you are pasting the code into.
-
Managing images in your website design/build
I've often wondered about this. As site edits are made over time, lots of dead stuff accumulates. (And not just images: documents, media, scripts, and even database tables). I guess you simply have to be really conscientious to clear stuff out …