Articles for Browsers, HTML and CSS
-
Kill all chromes
0 comments Read More -
Web scraping with html agility pack
0 comments Read More -
Pure CSS Aspect Ratio
0 commentsYou can keep the aspect ratio in CSS/HTML using padding
Read More -
javascript animation
0 comments Read More -
Favicons
0 commentsTool for generating Favicons for all platforms and browers.
Read More -
jDrop file uploader
0 commentsjDrop is a jQuery extension for uploading files. It is fully customizable and can be configured to work with any web site. It features Progress Bar and Drag & Drop if the browser supports them. It works by extending an existing control, and specifying user elements. It will detect if your browser and is compatible with HTML5, it falls back to implementing an iFrame for older browsers, so that there are no post backs required. It supports FireFox, Chrome, Safari, Opera, and Internet Explorer 6 +.
Read More -
Given a chunk of text, assign that text a constant colour
0 commentsRead More
-
Cross browser testing screenshot tool from Microsoft
0 comments Read More -
How to write an mvc view to a string
4 commentsuseful when returning ajax
Read More -
How to do cool radio buttons or select buttons
1 commentsfrom twitch
Read More -
HTML fragments in view page - can be called over and over - eg in a loop
1 commentsWhen you are writing a report, sometimes you have a chunk of html that you need to call over and over - like subtotal. You can use an Action and an anoymous 'function' full of html to do this. - like a renderaction and an ascx, but inline on the page. This reduces files in the project, and you dont need an actionresult method in the controller.
Read More -
Colourbox and forms
9 commentsProblems when forms disappear from colorbox (colorpowered)
Read More -
Awesome network tool - TNM
0 commentsWe use Total Network Monitor - TNM to monitor our sites, servers, client sites, phones, and even local wifi clients.
Read More -
Printing in IE - why doesnt it have print preview like Chrome does!
0 commentsHow to fix an IE print issue
Read More -
How to create nice css only buttons
0 commentsUse a generator
Read More -
Routing issues in MVC
7 commentsI had an issue when including a warningbar in admin, caused by strange routing behaviour in MVC related to html.renderaction and html.action
Read More -
Customise Radio Group To Look Like Buttons
0 commentsRadios are Ugly, here is a cool way to style them to make them look like buttons.
Read More -
Web fonts - usage
0 commentsWeb fonts are great, but they do require some searching, fiddling around, and are not going to render perfectly in every browser and OS.
Read More -
Mobile Websites
0 commentsCubiq.org Matteo Spinelli has got lots of mobile optimised javascript demos and libraries. http://cubiq.org/category/projects SwipeView - Provides swipe enabled slideshow with hardware accelerated animation iScroll - Proper scrolling DIVs on mobile Add to Home Screen Slide in Menu - a really nice ...
Read More -
IE 10 Default Align TD Problem in HTM5
0 commentsIE 10 seems to center table cells that should be left aligned by default.
Read More -
Mobile frameworks
3 commentsRead More
-
How to get rid of friendly messages in IE10
0 comments Read More -
HTML Placeholder Styling
0 commentsIn addition to the Jquery placeholder styles we currently use (<html5): .placeholder-active{ /* awesome styles*/ } You can add the following classes so you can style the placeholder text in the html 5 (which will automatically take presidence over the jquery placeholder) ::-webkit-input-pl...
Read More -
Character Encoding
0 commentsCharacter encoding options Thought I would share some charset guidelines. A client had with a funny character where there should have been an acute accent. I have always found that ISO encoding works best: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> And NOT: &...
Read More -
CSS
4 commentsBetter Semantics with CSS Combinators & Selectors http://designfestival.com/better-semantics-with-css-combinators-and-selectors/ 7 Quick CSS Enhancements for Better User Experience http://davidwalsh.name/css-enhancements-user-experience Here are some seo oriented image replacement techniqu...
Read More -
HTML
1 commentsHTML5 and the Future of the Web http://www.smashingmagazine.com/2009/07/16/html5-and-the-future-of-the-web/ How to Code HTML Email Newsletters http://articles.sitepoint.com/article/code-html-email-newsletters A Collection of HTML5 Resources and Tutorials http://speckyboy.com/2009/12/11/a-collec...
Read More -
CSS Sticky Footer
0 commentsHTML <!--[if lt IE 7]><style type="text/css">#sfWrap {display:table;height:100%}</style><![endif]--> <div id="sfWrap"> <div id="sfMain"> </div> </div> <div id="sfFooter"> </div> CSS /* sticky footer stuff */ html, body {height:...
Read More -
Paste as plain text
0 commentsWhen entering data into a web site, do you type it directly, or paste in from word/web sites? If you paste in, use a 'paste as plain text' if it exists, or perhaps go via windows notepad to see if there are any odd characters as notepad will not be able to handle them. Then you can remove them, ...
Read More -
Firefox
0 comments13 Firefox Add-ons For Web Development http://www.sitepoint.com/blogs/2009/07/21/13-firefox-add-ons-for-web-development/
Read More -
Stretched Background Image
1 commentshttp://www.quackit.com/html/codes/html_stretch_background_image.cfm http://www.quackit.com/html/codes/html_stretch_background_image_example.cfm <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Str...
Read More -
Upload and file transfer times
0 commentsApproximate File Transfer Times FILE SIZE 28.8 kbps Modem 56 kbps Modem 128 kbps ISDN 256 kbps DSL 1.5 mbps T1 1 Mb File 6 Minutes 5 Minutes 1.5 Minute 40 Seconds 6 Seconds 2.5 Mb File 15 Minutes 13 Minutes 3.5 Minutes 1.75 Minutes 15 Seconds 5 Mb File 30 Minutes 26 Minutes 7 Minutes 3.5...
Read More -
IE8 Browser Problems
0 commentsHaving problems with an old site not working in ie8? Put this in the head tag
Read More -
Fonts
3 commentsHow to Identify a font by uploading a picture of it What the font http://www.myfonts.com/WhatTheFont/ Web safe fonts: Verdana Arial Courier New Georgia Times New Roman Trebuchet MS Impact http://alicious.com/2009/2009-font-survey-safe-web-fonts/ http://web-design.lovetoknow.com/Web_Safe_Fon...
Read More