AndyHowells
-
Should I Care About Making My Site Fit on 1024x768 Resolution?
Are you using fixed widths at different breakpoints? Realistically the smartest way to build responsively is to use percentage based widths and simply (as @chrisburton said) stick a max-width on for the top end. That way you're ensuring it wi…
-
Ajax article posts
Yes & no. Realistically you'd have to use hashbang urls - but you could use HTAccess to rewrite urls.
-
How to overflow the item's shadow?
@wolfcry911 - I read those passages you posted but literally no where does it recommend (one way or the other!) to use overflow: hidden; for clearing floats. To each his own ultimately, but the clearfix method means you get no surprises or unintend…
-
Not getting mail from Nice & Simple Contact Form
I see your point, there's no real down sides to yours.
-
How to overflow the item's shadow?
@wolfcry911 - can you point out in the specs (http://www.w3.org/TR/CSS21/visufx.html) where overlow:hidden; is for clearing? It's not. It's for clipping contents, that is it's purpose. OvHid was always a hack to clear - the least int…
-
How to overflow the item's shadow?
Oveflow: hidden; is a clearfix for the lazy. Best bet is to use Nicolas Gallagher's Clearfix; .cf:before, .cf:after { content:""; display:table; } .cf:after { clear:both; } /* For IE 6/7 (trigger hasLa…
-
Not getting mail from Nice & Simple Contact Form
True, but you can also set a custom subject and mark the subject as safe in most email systems. So "Website Enquiry - 1234 Safe Word" - that's how I roll!
-
Not getting mail from Nice & Simple Contact Form
Yeah just change the email from to be the post data from the email address the customer types in.
-
Which is the best websites for discussion regarding web designing?
This one! Ask away.
-
Quoting for re-coding websites that you did not make
I always check the code first but more often than not have to recommend a full redevelopment, usually it's quicker (and therefore cheaper) just to start from scratch rather than trying to unravel the mess someone else made.
-
HTML to Wordpress?
Perch is totes awesome, we have about 20 customer sites, including our own, running on it. It's super straight forward to convert a static site into it, much moreso than wordpress. That being said, Wordpress is more powerful as a blog platfor…
-
IE8 not showing pics, Firefox shows all - web site development
@drudems - A HTML5 shiv/shim (both are the same thing just with different ending letters!) tells older versions of Internet Explorer what HTML5 elements like section, article, aside, nav etc are so they will display as expected.
-
Wufoo form won't autoresize (responsive)?
What is the CSS for the form and it's container? Can you show an example or create a codepen for us?
-
IE8 not showing pics, Firefox shows all - web site development
You can do but if it's HTML5 you don't need to use it. Regarding IE8 are you using an HTML5 Shiv/Shim to help with HTML5 elements?
-
IE8 not showing pics, Firefox shows all - web site development
is not a thing - That might be causing the problem.
-
CSS counter none and counter skip
Give the LI a class and use . .class:before { display: none; }
-
Iframes and SEO's
No, they wouldn't index iframe contents.
-
How pixels work on CSS?
Min Width is for anything above the width you specified. MAX width is for under.
-
Showing external HTML pages without iframe/target="iframe"
Use proper paging, so have everything seperated into different pages. If you want some sort of transition you could use CSS transitions to load the content area slowly.
-
Showing external HTML pages without iframe/target="iframe"
A decent example with demo here: http://css-tricks.com/ajax-load-container-contents/
-
Showing external HTML pages without iframe/target="iframe"
Okay, your best bet then is AJAX. Basically you can use JQuery to call the content based on which nav item the user clicks and then load it in the content container. Details all about AJAX here - http://api.jquery.com/jQuery.ajax/ Note that this m…
-
Showing external HTML pages without iframe/target="iframe"
And are these pages filled with the content to load within that area on an action, like clicking the nav for example?
-
Showing external HTML pages without iframe/target="iframe"
External sites or internal site pages?
-
Looking for some feedback on my newest site.
@caleb - it's a decent site but I'd definitely recommend getting some more modern typography into it - will help to bring it more up to date.
-
UMASK 022 Being Ignored?
FIXED Solved this by editing /etc/vsftpd.conf uncommenting the local_umask line and setting the below; local_umask=0022 Works perfect.
-
Clickable li's with different number of text lines inside
Are you saying you want 4 buttons inside the second LI? I'm a bit confused about what you're looking to achieve?
-
Same height button and a link
Dude you've got quite a lot of unnecessary code in there, I've updated and stripped it down to exactly what is needed. http://codepen.io/andyunleashed/pen/hociB
-
CSS3 Transition moving whole website down
Can you show us what you already have? Create a codepen for great success. If you want the menu to move position without affecting the rest of the page then you might have to use relative & absolute positioning, that way they won't affect …
-
Feedback on screencasts, pretty please!
@karlpcrowley - Thanks for your feedback mate, will definitely put together some application specific videos next.
-
CSS mac style defaults on windows computer
I assume he's talking about select menus - that's really the only thing I would say is blatantly different. Forms, I guess Search type?