If I prefer semantic naming then shouldn't i use any CSS Framework and grid approach?
Which approach is better Grid or Freehand?
Is any CSS Frameworks really can save time and make semantic code even for Experienced CSS developer?
Many CSS Frameworksd are popular in SIMPLE PSD 2 XHTML CSS and in wordpress/drupal/joomla theme development. Can we…
I always heard approx 5% users in the world keep JavaScript turned off.
But Adobe claims
Flash content reaches 99% of Internet
viewers
http://www.adobe.com/products/player_census/flashplayer/
Is it true even iphone, ipad and blackberry doesn't support Flash?
if it's true then if same thing we can achieve with FLASH and JavaScript , then…
How can i know for any font it's allowed to use in @font-face or not?
even if i recieve font from client, font installed in company PC, font comes with Adobe Software and MS Office?
Note: I know <b> is presentational and <span style="font-weight:bold> is better way and <strong> and <em> for emphasis but my question is not regarding this.
Should we convert every <b> to <strong> blindly ? many people do this they think <b> is not good as per web standards so they convert every…
I created a web-site for a client with W3C Valid XHTML and CSS Code, Semantic and Accessible Mark-up and I had said to client my code will be SEO friendly. Theyway i code it will be good for your site SEO. I putted my all efforts to make good code
Now my non-techie Client is asking me, Should him go for any SEO company even after providing…
Does IE 8 Developer toolbar have something better than firebug ? How to use IE 8 Developer toolbar in a way like we use firebug in firefox.? Is there any good tutorial on "how to take good use of IE 8 Developer toolbar"?
(function($) {
$(document).ready(function(){
$('#div1').hide();
$('a#plus').click(function(){
$('#div1').slideToggle();
$(this).toggleClass("minus_icon"); return false;
});
});
})(jQuery);
How to make this slide toogle effect for multiple div on same page? <a…
Should not i use any relative measurement in css for any element if i need fixed width, pixel perfect design?
would it be better to use px always?
How to get pixel perfect design using relative measurement?
Do you use microformats in your web projects?
If yes then why?
If no then why?
If yes then for which things do you use?
Is there any alternate of microformats in HTML 5 ?
Pls explain this part of meyer's reset in details and is it useful to keep this while it's not supperted in IE?
I think this is not supported by below IE8 then what is the benefit to use this keep this in css reset.
and even if we keep then what about IE?
blockquote:before, blockquote:after,
q:before, q:after {content: "";}…
in this condition is it possible to not to apply margin-right to last li
I need pure css way and support in IE6 and 7 also. is there any way to achieve this.
ul li {display:inline;margin-right:10px}
<ul id="nav">
<li><a href="#nowhere" >Lorem</a></li>
<li><a href="#nowhere"…
will we have to replace every $ with jquery?
$(document).ready(function() {
$('.tabs a').click(function(){
switch_tabs($(this));
});
switch_tabs($('.defaulttab'));
});
function switch_tabs(obj)
{
$('.tab-content').hide();
$('.tabs a').removeClass("selected");
var id = obj.attr("rel");
…
Why this code showing error in W3C validator "character data is not allowed here"
<blockquote>all visible objects, man, are but as pasteboard masks.
But in each event -- in the living act, the undoubted
deed -- there, some unknown but still reasoning thing
puts forth the mouldings of its…
What are cons if we use JavaScript to apply only CSS property/selectors to that browser who do not support that property by default? to keep my HTML semantic and keep free from Deprecated HTML.
Is it against content, style and Behavior separation?
If I make accessible site then should i only use whatever i can do with…
Which font types i will need in @face-font and how to to make font smoother in all browser like sIFR?
IE 6, IE 7, IE 8, Firefox 3+, Google Chrome and Safari (MAC)
Which font type i needed
For testing
I don't want to upload css to FTP on each change till site complete , but site and content is online. (i'm not talking about saving page locally then apply css)
Can i just apply css locally to any online page.
it would be easier to edit and see changes locally till css work end.
and i want to see…
Do you know best site on Net to learn XHTML , Like other than W3schools.com but with better and latest content?
I have to link some friends who want to learn HTML? I like the "Try it editor" of W3C schools but not the content. I need semantic discussion also. what is the element all about and what is the…
Use a Content Delivery Network (CDN)
Compress components with gzip
Configure entity tags (ETags)
Add Expires headers
If i don't have access to Apache configuration.
Where to put robots.txt?
domainname.com/robots.txt
ot
domainname/public_html/robots.txt
I placed here
domainname.com/robots.txt
but it's not opening when i type this in browser
How to give style to list item only if item has another list inside otherwise style should not apply? using css only.
See example here http://jsbin.com/udora
I want to remove arrows from all other items except "Articles" and "Pitching Past the 7th Inning"
I realized it's not possible with css any…
This is FF plugin
http://www.pixelperfectplugin.com/
Pixel Perfect is a Firefox/Firebug extension that allows web developers and designers to easily overlay a web composition over top of the developed HTML.
Read more: http://pixelperfectplugin.com/how-to-use/walkthrough/#ixzz0eOfezx1N
How to get…