Sign in
John Kurlak's Blog
This is my blog on web development and computer science.
Options
Blog Home
RSS for posts
Atom
RSS for comments
OK
Search
Tags
debugger
developer tools
homepage
ie
internet explorer
ishomepage
modal window
set
Archive
Archives
January 2013
(2)
December 2012
(1)
September 2012
(2)
August 2012
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
John Kurlak's Blog
JsonRequestBehavior.AllowGet Not Working?
Posted
5 months ago
by
John Kurlak
0
Comments
Today, I got the following error: This request has been blocked because sensitive information could be disclosed to third party web sites when this is used in a GET request. To allow GET requests, set JsonRequestBehavior to AllowGet. When I looked...
John Kurlak's Blog
Detecting if the User has Set Your Website as His or Her Homepage (IE-only)
Posted
5 months ago
by
John Kurlak
0
Comments
I learned today that Internet Explorer has an API for detecting whether the user has set your website as his or her homepage. More details are available here: http://msdn.microsoft.com/de-de/library/ms531418%28v=vs.85%29.aspx http://samples.msdn...
John Kurlak's Blog
Distinguishing between min-height and height in CSS
Posted
6 months ago
by
John Kurlak
0
Comments
Suppose we set the height of the body of a page to be 100%. Then what happens is that the body's height takes up 100% of the viewable area. If the content is taller than 100% of the screen (i.e., a scrollbar is needed), then body tag will not extend to...
John Kurlak's Blog
Expanding a Column to Fill the Remaining Horizontal Space
Posted
8 months ago
by
John Kurlak
0
Comments
When you have two columns on a page, there is a pretty simple (though non-obvious) way to make the second column fill up the remaining width of the parent. First, you must float the first column to the left and set its width. Then, instead of floating...
John Kurlak's Blog
Making An Element Fill 100% Height In Pure CSS
Posted
9 months ago
by
John Kurlak
0
Comments
A common problem that web developers have is trying to make an element span 100% of its parent container's height. Most solutions to this problem involve JavaScript that is bound to resize events, load events, etc. I am writing this blog post to tell...
John Kurlak's Blog
Awesome PNG Compression Tool
Posted
9 months ago
by
John Kurlak
0
Comments
Compressing images can save a lot of valuable bandwidth. One tool I really like for compressing images is PNGGauntlet . Give it a try!
John Kurlak's Blog
Opening the Internet Explorer Developer Tools Dialog on Modal Windows
Posted
9 months ago
by
John Kurlak
0
Comments
As you may have noticed, Internet Explorer's Developer Tools window (press F12 to get there) cannot be opened for modal windows. Here's a quick workaround: Open Internet Explorer Click the "Tools" gear (Alt+X) Select "Internet options" ...
Page 1 of 1 (7 items)