stackoverflow.com – Strangest programming language feature Kyle Brandt writes about – Should Developers have Access to Production? International Telecommunications Union is considering eliminating leap seconds from the Coordinated Universal Time (UTC). Read here. Icons of the Web. A large-scale scan of the top million web sites (per Alexa traffic data) was performed. We retrieved each …
Author Archives: Maris
IIS 7.5 error: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list
Today I installed Clean Windows Web Server 2008 R2 64-bit with IIS 7.5. To my surprise opening .NET 4.0 application I received the following error: IIS 7.5 Detailed Error – 500.21 – Internal Server Error Server Error in Application “DEFAULT WEB SITE” Internet Information Services 7.5 [Error Summary] HTTP Error 500.21 – Internal Server Error …
CSS first-letter problem with display:inline
According to w3.org first-letter pseudo class works only with block level elements. Here is a paragraph from w3: The :first-letter pseudo-element must select the first letter of the first line of a block, if it is not preceded by any other content (such as images or inline tables) on its line. Code with label that …
Continue reading “CSS first-letter problem with display:inline”