active questions tagged html+or+mac - Stack Overflow most recent 30 from stackoverflow.com 2009-11-09T02:45:11Z http://stackoverflow.com/feeds/tag/html+or+mac http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1696914/extracting-pure-content-text-from-html-pages-by-excluding-navigation-and-chrome 0 Extracting pure content / text from HTML Pages by excluding navigation and chrome content versesane 2009-11-08T15:42:04Z 2009-11-09T02:44:39Z <p>Hi,</p> <p>I am crawling news websites and want to extract News Title, News Abstract (First Paragraph), etc</p> <p>I plugged into the webkit parser code to easily navigate webpage as a tree. To eliminate navigation and other non news content I take the text version of the article (minus the html tags, webkit provides api for the same). Then I run the diff algorithm comparing various article's text from same website this results in similar text being eliminated. This gives me content minus the common navigation content etc.</p> <p>Despite the above approach I am still getting quite some junk in my final text. This results in incorrect News Abstract being extracted. The error rate is 5 in 10 article i.e. 50%. Error as in </p> <p>Can you </p> <ol> <li><p>Suggest an alternative strategy for extraction of pure content,</p></li> <li><p>Would/Can learning Natural Language rocessing help in extracting correct abstract from these articles ? </p></li> <li><p>How would you approach the above problem ?.</p></li> <li><p>Are these any research papers on the same ?.</p></li> </ol> <p>Regards</p> <p>Ankur Gupta</p> http://stackoverflow.com/questions/1331926/asp-net-calling-exe 0 ASP.NET Calling .exe Sean 2009-08-26T01:35:55Z 2009-11-09T02:43:38Z <p>I'm attempting to create a PDF file from an HTML file. After looking around a little I've found: <a href="http://code.google.com/p/wkhtmltopdf/" rel="nofollow">wkhtmltopdf</a> to be perfect. I need to call this .exe from the ASP.NET server. I've attempted:</p> <pre><code> Process p = new Process(); p.StartInfo.UseShellExecute = false; p.StartInfo.FileName = HttpContext.Current.Server.MapPath("wkhtmltopdf.exe"); p.StartInfo.Arguments = "TestPDF.htm TestPDF.pdf"; p.Start(); p.WaitForExit(); </code></pre> <p>With no success of any files being created on the server. Can anyone give me a pointer in the right direction? I put the wkhtmltopdf.exe file at the top level directory of the site. Is there anywhere else it should be held?</p> <p>Thanks.</p> <p><hr /></p> <p><strong>Edit:</strong> If anyone has better solutions to dynamically create pdf files from html, please let me know.</p> http://stackoverflow.com/questions/1698794/drag-and-drop-a-html-table-into-another-application 0 Drag and drop a html table into another application JohnMcCon 2009-11-09T02:20:25Z 2009-11-09T02:20:25Z <p>I'm having a problem dragging an html table from my C# winforms application into an external application (Outlook email message) and getting it to render as a table instead of a plain text version of that table. I know that when you copy/paste in the clipboard you have to put the table in <a href="http://msdn.microsoft.com/en-us/library/ms649015%28VS.85%29.aspx" rel="nofollow">CF_HTML format</a> but that doesn't seem to help with dragging the table. Does anyone know what I am missing?</p> http://stackoverflow.com/questions/1647773/hpricot-looping-with-index 1 Hpricot looping with index ? Julien 2009-10-30T02:57:55Z 2009-11-09T02:12:50Z <p>Hello,</p> <p>I have the following HTML doc :</p> <pre><code>&lt;ul&gt; &lt;li&gt;&lt;span&gt;Some text&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span&gt;Some other text&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span&gt;Some more text&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt; </code></pre> <p>How can I use Hpricot to loop on the list items and insert some new HTML at the beginning of each, so that I get the following :</p> <pre><code>&lt;ul&gt; &lt;li&gt;&lt;span&gt;1&lt;/span&gt;&lt;span&gt;Some text&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span&gt;2&lt;/span&gt;&lt;span&gt;Some other text&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;Some more text&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt; </code></pre> <p>If the new span's content were fixed, I could use :</p> <pre><code> (doc/"li").prepend "&lt;span&gt;fixed&lt;/span&gt;" </code></pre> <p>My problem comes from the variable span's content : how can I use an index in the prepend loop?</p> http://stackoverflow.com/questions/1697473/recommendation-for-html-parser-library-in-as3-for-flex-project 4 recommendation for html parser library in as3 for flex project Nava Carmon 2009-11-08T18:39:25Z 2009-11-09T01:55:27Z <p>Hi,</p> <p>Can somebody recommend a simple html parsing library, written in as3 for a flex project?</p> <p>Thanks,</p> <p>Nava</p> http://stackoverflow.com/questions/701580/how-can-i-allow-my-user-to-insert-html-code-without-risks-not-only-technical-r 4 How can I allow my user to insert HTML code, without risks? (not only technical risks) DaNieL 2009-03-31T15:26:31Z 2009-11-09T01:21:16Z <p>Hi guys.</p> <p>I developed a web application, that permits my users to manage some aspects of a web site dynamically (yes, some kind of cms) in LAMP environment (debian, apache, php, mysql)</p> <p>Well, for example, they create a news in their private area on my server, then this is published on their website via a cURL request (or by ajax).</p> <p>The news is created with an WYSIWYG editor (fck at moment, probably tinyMCE in the next future).</p> <p>So, i can't disallow the html tags, but how can i be safe? What kind of tags i MUST delete (javascripts?)? That in meaning to be server-safe.. but how to be 'legally' safe? If an user use my application to make xss, can i be have some legal troubles?</p> http://stackoverflow.com/questions/714557/blogger-layout-problem 0 Blogger layout problem Slzr 2009-04-03T15:54:24Z 2009-11-09T01:07:56Z <p>This is my blog: <a href="http://laschavasdeflickr.blogspot.com" rel="nofollow">http://laschavasdeflickr.blogspot.com</a> </p> <p>As you can see there is a grey line (#bbbbbb) there that its not on the edge, I am going crazy trying to fix it since I change the width of the post column. If someone can point me what I am doing wrong I will appreciate it.</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8" ?&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; &lt;html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'&gt; &lt;head&gt; &lt;b:include data='blog' name='all-head-content'/&gt; &lt;title&gt;&lt;data:blog.pageTitle/&gt;&lt;/title&gt; &lt;b:skin&gt;&lt;![CDATA[/* ----------------------------------------------- Blogger Template Style Name: Rounders 3 Designer: Douglas Bowman URL: www.stopdesign.com Date: 27 Feb 2004 Updated by: Blogger Team ----------------------------------------------- */ /* Variable definitions ==================== &lt;Variable name="mainBgColor" description="Main Background Color" type="color" default="#eec" value="#eeeecc"&gt; &lt;Variable name="mainTextColor" description="Text Color" type="color" default="#333" value="#333333"&gt; &lt;Variable name="postTitleColor" description="Post Title Color" type="color" default="#333" value="#333333"&gt; &lt;Variable name="dateHeaderColor" description="Date Header Color" type="color" default="#586" value="#558866"&gt; &lt;Variable name="borderColor" description="Post Border Color" type="color" default="#bbb" value="#bbbbbb"&gt; &lt;Variable name="mainLinkColor" description="Link Color" type="color" default="#456" value="#445566"&gt; &lt;Variable name="mainVisitedLinkColor" description="Visited Link Color" type="color" default="#234" value="#223344"&gt; &lt;Variable name="titleBgColor" description="Page Header Background Color" type="color" default="#357" value="#223344"&gt; &lt;Variable name="titleTextColor" description="Blog Title Color" type="color" default="#fff" value="#ffffff"&gt; &lt;Variable name="topSidebarHeaderColor" description="Top Sidebar Title Color" type="color" default="#fff" value="#ffffff"&gt; &lt;Variable name="topSidebarBgColor" description="Top Sidebar Background Color" type="color" default="#586" value="#558866"&gt; &lt;Variable name="topSidebarTextColor" description="Top Sidebar Text Color" type="color" default="#fff" value="#ffffff"&gt; &lt;Variable name="topSidebarLinkColor" description="Top Sidebar Link Color" type="color" default="#fff" value="#ffffff"&gt; &lt;Variable name="topSidebarVisitedLinkColor" description="Top Sidebar Visited Link Color" type="color" default="#fff" value="#ffffff"&gt; &lt;Variable name="bottomSidebarHeaderColor" description="Bottom Sidebar Title Color" type="color" default="#abc" value="#aabbcc"&gt; &lt;Variable name="bottomSidebarLinkColor" description="Bottom Sidebar Link Color" type="color" default="#99ddbb" value="#99ddbb"&gt; &lt;Variable name="bottomSidebarVisitedLinkColor" description="Bottom Sidebar Visited Link Color" type="color" default="#ffffff" value="#ffffff"&gt; &lt;Variable name="bodyFont" description="Text Font" type="font" default="normal normal 100% 'Trebuchet MS',Verdana,Arial,Sans-serif" value="normal normal 100% 'Trebuchet MS',Verdana,Arial,Sans-serif"&gt; &lt;Variable name="pageTitleFont" description="Blog Title Font" type="font" default="normal bold 200% 'Trebuchet MS',Verdana,Arial,Sans-serif" value="normal bold 200% 'Trebuchet MS',Verdana,Arial,Sans-serif"&gt; &lt;Variable name="descriptionFont" description="Blog Description Font" type="font" default="normal normal 100% 'Trebuchet MS',Verdana,Arial,Sans-serif" value="normal normal 100% 'Trebuchet MS',Verdana,Arial,Sans-serif"&gt; &lt;Variable name="headerFont" description="Sidebar Title Font" type="font" default="normal bold 100% 'Trebuchet MS',Verdana,Arial,Sans-serif" value="normal bold 100% 'Trebuchet MS',Verdana,Arial,Sans-serif"&gt; &lt;Variable name="postTitleFont" description="Post Title Font" type="font" default="normal bold 135% 'Trebuchet MS',Verdana,Arial,Sans-serif" value="normal bold 135% 'Trebuchet MS',Verdana,Arial,Sans-serif"&gt; */ body { background:#123; margin:0; text-align:center; line-height: 1.5em; font: x-small Trebuchet MS, Verdana, Arial, Sans-serif; color:$mainTextColor; font-size/* */:/**/small; font-size: /**/small; } /* Page Structure ----------------------------------------------- */ /* The images which help create rounded corners depend on the following widths and measurements. If you want to change these measurements, the images will also need to change. */ #outer-wrapper { width:740px; margin:0 auto; text-align:left; font: $bodyFont; } #main-wrap1 { width:525px; float:left; background:$mainBgColor url("http://farm3.static.flickr.com/2297/2045724843_5d984f0011_o.gif") no-repeat left bottom; margin:15px 0 0; padding:0 0 20px; color:$mainTextColor; font-size:97%; line-height:1.5em; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ } #main-wrap2 { float:left; width:100%; background:url("http://farm3.static.flickr.com/2357/2046504320_15aec77d32_o.gif") no-repeat left top; padding:10px 0 0; } #main { background:url("http://www.blogblog.com/rounders3/rails_main.gif") repeat-y; padding:0; } #sidebar-wrap { width:200px; float:right; margin:15px 0 0; font-size:97%; line-height:1.5em; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ } .main .widget { margin-top: 4px; width: 525px; padding: 0 13px; } .main .Blog { margin: 0; padding: 0; width: 525px; } /* Links ----------------------------------------------- */ a:link { color: $mainLinkColor; } a:visited { color: $mainVisitedLinkColor; } a:hover { color: $mainVisitedLinkColor; } a img { border-width:0; } /* Blog Header ----------------------------------------------- */ #header-wrapper { background:$titleBgColor url("http://www.blogblog.com/rounders3/corners_cap_top.gif") no-repeat left top; margin:22px 0 0 0; padding:8px 0 0 0; color:$titleTextColor; } #header { background:url("http://www.blogblog.com/rounders3/corners_cap_bot.gif") no-repeat left bottom; padding:0 15px 8px; } #header h1 { margin:0; padding:10px 30px 5px; line-height:1.2em; font: $pageTitleFont; } #header a, #header a:visited { text-decoration:none; color: $titleTextColor; } #header .description { margin:0; padding:5px 30px 10px; line-height:1.5em; font: $descriptionFont; } /* Posts ----------------------------------------------- */ h2.date-header { margin:0 28px 0 20px; font-size:85%; line-height:2em; text-transform:uppercase; letter-spacing:.2em; color:$dateHeaderColor; } .post { margin:.3em 0 25px; padding:0 0; border:1px dotted $borderColor; border-width:1px 0; } .post h3 { margin:0; line-height:1.5em; background:url("http://www.blogblog.com/rounders3/icon_arrow.gif") no-repeat 10px .5em; display:block; border:1px dotted $borderColor; border-width:0px 1px 1px; padding:2px 14px 2px 29px; color: $postTitleColor; font: $postTitleFont; } .post h3 a, .post h3 a:visited { text-decoration:none; color: $postTitleColor; } a.title-link:hover { background-color: $borderColor; color: $mainTextColor; } .post-body { border:1px dotted $borderColor; border-width:0 0px 0px; border-bottom-color:$mainBgColor; padding:10px 14px 1px 5px; } html&gt;body .post-body { border-bottom-width:0; } .post p { margin:0 0 .75em; } .post-footer { background: #ffffff; margin:0; padding:2px 14px 2px 29px; border:1px dotted $borderColor; border-width:1px; font-size:100%; line-height:1.5em; color: #666666; } .post-footer p { margin: 0; } html&gt;body .post-footer { border-bottom-color:transparent; } .uncustomized-post-template .post-footer { text-align: right; } .uncustomized-post-template .post-author, .uncustomized-post-template .post-timestamp { display: block; float: left; text-align:left; margin-right: 4px; } .post-footer a { color: #456; } .post-footer a:hover { color: #234; } a.comment-link { /* IE5.0/Win doesn't apply padding to inline elements, so we hide these two declarations from it */ background/* */:/**/url("http://www.blogblog.com/rounders/icon_comment.gif") no-repeat 0 45%; padding-left:14px; } html&gt;body a.comment-link { /* Respecified, for IE5/Mac's benefit */ background:url("http://www.blogblog.com/rounders3/icon_comment.gif") no-repeat 0 45%; padding-left:14px; } .post img { margin:0 0 5px 0; padding:4px; border:1px solid $borderColor; } blockquote { margin:.75em 0; border:1px dotted $borderColor; border-width:1px 0; padding:5px 15px; color: $dateHeaderColor; } .post blockquote p { margin:.5em 0; } #blog-pager-newer-link { float: left; margin-left: 13px; } #blog-pager-older-link { float: right; margin-right: 13px; } #blog-pager { text-align: center; } .feed-links { clear: both; line-height: 2.5em; margin-left: 13px; } /* Comments ----------------------------------------------- */ #comments { margin:-25px 13px 0; border:1px dotted $borderColor; border-width:0 1px 1px; padding:20px 0 15px 0; } #comments h4 { margin:0 0 10px; padding:0 14px 2px 29px; border-bottom:1px dotted $borderColor; font-size:120%; line-height:1.4em; color:$postTitleColor; } #comments-block { margin:0 15px 0 9px; } .comment-author { background:url("http://www.blogblog.com/rounders3/icon_comment.gif") no-repeat 2px .3em; margin:.5em 0; padding:0 0 0 20px; font-weight:bold; } .comment-body { margin:0 0 1.25em; padding:0 0 0 20px; } .comment-body p { margin:0 0 .5em; } .comment-footer { margin:0 0 .5em; padding:0 0 .75em 20px; } .comment-footer a:link { color: #333; } .deleted-comment { font-style:italic; color:gray; } /* Profile ----------------------------------------------- */ .profile-img { float: left; margin: 5px 5px 5px 0; border: 4px solid $topSidebarTextColor; } .profile-datablock { margin:0 15px .5em 0; padding-top:8px; } .profile-link { background:url("http://www.blogblog.com/rounders3/icon_profile.gif") no-repeat 0 .1em; padding-left:15px; font-weight:bold; } .profile-textblock { clear: both; margin: 0; } .sidebar .clear, .main .widget .clear { clear: both; } #sidebartop-wrap { background:$topSidebarBgColor url("http://farm3.static.flickr.com/2329/2046538634_af629f2518_o.gif") no-repeat left bottom; margin:0px 0px 15px; padding:0px 0px 10px; color:$topSidebarTextColor; } #sidebartop-wrap2 { background:url("http://farm3.static.flickr.com/2050/2045737079_76addfe5f6_o.gif") no-repeat left top; padding: 10px 0 0; margin:0; border-width:0; } #sidebartop h2 { line-height:1.5em; color:$topSidebarHeaderColor; border-bottom: 1px dotted $topSidebarHeaderColor; font: $headerFont; margin-bottom: 0.5em; } #sidebartop a { color: $topSidebarLinkColor; } #sidebartop a:hover { color: $topSidebarVisitedLinkColor; } #sidebartop a:visited { color: $topSidebarVisitedLinkColor; } #sidebar a { color: $bottomSidebarLinkColor; } #sidebar a:hover, #sidebar a:visited { color: $bottomSidebarVisitedLinkColor; } /* Sidebar Boxes ----------------------------------------------- */ .sidebar .widget { margin:.5em 3px 1.25em; padding:0 0px; } .widget-content { margin-top: 0.5em; } #sidebarbottom-wrap1 { background:$titleBgColor url("http://farm3.static.flickr.com/2331/2046546608_f6d083f99a_o.gif") no-repeat left top; margin:0 0 15px; padding:10px 0 0; color: $titleTextColor; } #sidebarbottom-wrap2 { background:url("http://farm3.static.flickr.com/2063/2050854447_fedd0c67f1_o.gif") no-repeat left bottom; padding:0px 13px 8px; } .sidebar h2 { margin:0 0 .5em 0; padding:0 0 .2em; line-height:1.5em; font:$headerFont; } .sidebar ul { list-style:none; margin:0 0 1.25em; padding:0 0px; } .sidebar ul li { background:url("http://www.blogblog.com/rounders3/icon_arrow_sm.gif") no-repeat 2px .25em; margin:0; padding:0 0 3px 16px; margin-bottom:3px; border-bottom:1px dotted $borderColor; line-height:1.4em; } .sidebar p { margin:0 0 .6em; } #sidebar h2 { color: $bottomSidebarHeaderColor; border-bottom: 1px dotted $bottomSidebarHeaderColor; } /* Footer ----------------------------------------------- */ #footer-wrap1 { clear:both; margin:0; padding:15px 0 0; } #footer-wrap2 { background:$titleBgColor url("http://www.blogblog.com/rounders3/corners_cap_top.gif") no-repeat left top; padding:8px 0 0; color:$titleTextColor; } #footer { background:url("http://www.blogblog.com/rounders3/corners_cap_bot.gif") no-repeat left bottom; padding:0px 15px 8px; } #footer hr {display:none;} #footer p {margin:10;} #footer a {color:$titleTextColor;} /** Page structure tweaks for layout editor wireframe */ body#layout #main-wrap1, body#layout #sidebar-wrap, body#layout #header-wrapper { margin-top: 0; } body#layout #header, body#layout #header-wrapper, body#layout #outer-wrapper { margin-left:0, margin-right: 0; padding: 0; } body#layout #outer-wrapper { width: 730px; } body#layout #footer-wrap1 { padding-top: 0; } ]]&gt;&lt;/b:skin&gt; &lt;/head&gt; &lt;body&gt; &lt;div id='outer-wrapper'&gt; &lt;div id='header-wrapper'&gt; &lt;b:section class='header' id='header' maxwidgets='1'&gt; &lt;b:widget id='Header1' locked='true' title='Las Chavas de Flickr (cabecera)' type='Header'/&gt; &lt;/b:section&gt; &lt;/div&gt; &lt;div id='crosscol-wrapper' style='text-align:center'&gt; &lt;b:section class='crosscol' id='crosscol' showaddelement='no'/&gt; &lt;/div&gt; &lt;div id='main-wrap1'&gt;&lt;div id='main-wrap2'&gt; &lt;b:section class='main' id='main' showaddelement='no'&gt; &lt;b:widget id='Blog1' locked='true' title='Entradas del blog' type='Blog'/&gt; &lt;/b:section&gt; &lt;/div&gt;&lt;/div&gt; &lt;div id='sidebar-wrap'&gt; &lt;div id='sidebartop-wrap'&gt;&lt;div id='sidebartop-wrap2'&gt; &lt;b:section class='sidebar' id='sidebartop'&gt; &lt;b:widget id='HTML1' locked='false' title='' type='HTML'/&gt; &lt;/b:section&gt; &lt;/div&gt;&lt;/div&gt; &lt;div id='sidebarbottom-wrap1'&gt;&lt;div id='sidebarbottom-wrap2'&gt; &lt;b:section class='sidebar' id='sidebar' preferred='yes'&gt; &lt;b:widget id='Feed2' locked='false' title='MexAutos.com' type='Feed'/&gt; &lt;b:widget id='LinkList1' locked='false' title='Links' type='LinkList'/&gt; &lt;b:widget id='HTML6' locked='false' title='' type='HTML'/&gt; &lt;b:widget id='Feed1' locked='false' title='FreeUsedCarsAds.com' type='Feed'/&gt; &lt;b:widget id='HTML4' locked='false' title='' type='HTML'/&gt; &lt;b:widget id='Feed3' locked='false' title='The Cars of You Tube' type='Feed'/&gt; &lt;b:widget id='HTML2' locked='false' title='' type='HTML'/&gt; &lt;b:widget id='Feed4' locked='false' title='Google Reader' type='Feed'/&gt; &lt;b:widget id='HTML7' locked='false' title='' type='HTML'/&gt; &lt;b:widget id='AdSense1' locked='false' title='' type='AdSense'/&gt; &lt;b:widget id='HTML5' locked='false' title='' type='HTML'/&gt; &lt;/b:section&gt; &lt;/div&gt;&lt;/div&gt; &lt;/div&gt; &lt;div id='footer-wrap1'&gt;&lt;div id='footer-wrap2'&gt; &lt;b:section class='footer' id='footer'&gt; &lt;b:widget id='HTML3' locked='false' title='' type='HTML'/&gt; &lt;/b:section&gt; &lt;/div&gt;&lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Thank you</p> http://stackoverflow.com/questions/1694495/list-item-inline-problem 0 List item inline problem unknown (google) 2009-11-07T21:31:13Z 2009-11-09T00:53:40Z <p>I am trying to create a simple unordered list, and everything seems to be perfectly fine, until each list item contains a DIV, then list seems to ignore <code>display: inline</code> css line, and displays the divs in block style.</p> <p>CSS:</p> <pre><code>#wrapper ul li { display:inline; } </code></pre> <p>HTML:</p> <pre><code>&lt;div id="wrapper"&gt; &lt;ul&gt; &lt;li&gt;item1&lt;/li&gt; &lt;li&gt;item2&lt;/li&gt; &lt;li&gt;item3&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </code></pre> <p>But if i make each list item to contain a DIV, then the list items are no longer displayed inline, </p> <pre><code>&lt;div id="wrapper"&gt; &lt;ul&gt; &lt;li&gt;&lt;div&gt;item1&lt;/div&gt;&lt;/li&gt; &lt;li&gt;&lt;div&gt;item2&lt;/div&gt;&lt;/li&gt; &lt;li&gt;&lt;div&gt;item3&lt;/div&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </code></pre> <p>How do i solve this issue.. Thanks in advanced. If more detail is needed, I can provide more details.</p> http://stackoverflow.com/questions/1698508/vertical-and-horizontal-scrolls-not-working 0 vertical and horizontal scrolls not working unknown (google) 2009-11-09T00:37:37Z 2009-11-09T00:49:59Z <p>I have a master page which is using the style sheet..</p> <p>My problem is that my vertical scrollbar does not work and horizontal scrollbar is not showing when i restore down the page.</p> <p>here is my .aspx code..</p> <pre><code>&lt;%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head id="Head1" runat="server"&gt; &lt;title&gt;test&lt;/title&gt; &lt;meta name="generator" content="HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" /&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /&gt; &lt;link href="NewFolder1/style.css" rel="stylesheet" type="text/css" /&gt; &lt;style type="text/css"&gt; .style1 { font-size: medium; font-weight: bold; } .style2 { text-align: left; } &lt;/style&gt; &lt;/head&gt; &lt;body bgcolor="#6794cb" &gt; &lt;form id="form2" runat="server" style="background-color: #6794CB;padding-bottom:1%; padding-top: 2%; width:100%; height:100%;"&gt; &lt;div id="container" style="visibility: visible;"&gt; &lt;div id="header"&gt; &lt;div class="style2"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;asp:TextBox ID="TextBox1" runat="server" BorderColor="#000099" BorderWidth="2px"&gt;&lt;/asp:TextBox&gt; &amp;nbsp; &lt;asp:Button ID="Button1" runat="server" Text="Search" BackColor="#ADC6C9" BorderColor="#CCCCCC" BorderStyle="Outset" /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;asp:HyperLink ID="HyperLink1" runat="server"&gt;corp\tbruschi&lt;/asp:HyperLink&gt; &amp;nbsp; &lt;asp:HyperLink ID="HyperLink2" runat="server"&gt;Settings&lt;/asp:HyperLink&gt; &amp;nbsp; &lt;asp:HyperLink ID="HyperLink3" runat="server"&gt;Help&lt;/asp:HyperLink&gt; &amp;nbsp; &lt;asp:HyperLink ID="HyperLink4" runat="server"&gt;LogOff&lt;/asp:HyperLink&gt; &lt;br /&gt; &lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;span class="style1"&gt;&lt;br /&gt; &lt;/span&gt;&lt;br /&gt; &lt;asp:Panel ID="Panel1" runat="server" Width="100%"&gt; &lt;hr style="padding: 1px; background-color: #000000" /&gt; &lt;/asp:Panel&gt; &lt;br /&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- end header --&gt; &lt;div id="left"&gt; &lt;asp:Panel ID="Panel3" runat="server" Height="100%" ScrollBars="Auto" Width="100%"&gt; &lt;p&gt; &amp;nbsp;&lt;/p&gt; &lt;br /&gt; &lt;asp:TreeView ID="TreeView2" runat="server" OnUnload="TreeViewMain_Unload" ontreenodepopulate="TreeView2_TreeNodePopulate" onselectednodechanged="TreeView2_SelectedNodeChanged"&gt; &lt;Nodes&gt; &lt;asp:TreeNode PopulateOnDemand="True" Text="Machine Groups" Value="Machine Groups"&gt;&lt;/asp:TreeNode&gt; &lt;/Nodes&gt; &lt;/asp:TreeView&gt; &lt;br /&gt; &lt;asp:TreeView ID="TreeView3" runat="server" OnUnload="TreeView3_Unload" ontreenodepopulate="TreeView3_TreeNodePopulate" onselectednodechanged="TreeView3_SelectedNodeChanged"&gt; &lt;Nodes&gt; &lt;asp:TreeNode PopulateOnDemand="True" Text="Policies" Value="Policies"&gt;&lt;/asp:TreeNode&gt; &lt;/Nodes&gt; &lt;/asp:TreeView&gt; &lt;br /&gt; &lt;/asp:Panel&gt; &lt;/div&gt; &lt;div id="content-wrapper"&gt; &lt;div id="content-inner"&gt; &lt;!-- end left division --&gt; &lt;div id="main"&gt; &lt;asp:ContentPlaceHolder id="ContentPlaceHolder2" runat="server"&gt; &lt;/asp:ContentPlaceHolder&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- end footer --&gt; &lt;/div&gt; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>**</p> <p>And here is my Css file code..</p> <pre><code> body { font-family: arial, verdana, helvetica, sans-serif; font-size: 12px; cursor: default; background-color: #FFFFFF; position: fixed; width: 100%; height: 100%; } * { margin: 0px 0px 0px 1px; padding: 0px; text-align: left; } html { height: 100%; margin-bottom: 1px; } #container { width: 80%; margin-right: auto; margin-left: auto; text-align: left; background-color: #FFFFFF; height: 595px; } #header { width:100%; padding-top:15px; height: 121px; } .spacer { width:100%; height:15px; } hr { border-style: none; border-color: inherit; border-width: 0px; color:Black; background-color:#CDCDCD; height: 0px; width: 100%; text-align: left; } h1 { font-size:28px; color:white; background-color: #4F81BD; font-family:Arial, Verdana, Helvetica, sans-serif; font-weight:300; } h2 { font-size:15px; color:Black; font-family:Arial, Verdana, Helvetica, sans-serif; font-weight:300; background-color:#FFFFFF; } h3 { color:Black; font-size:15px; text-align:left; font-weight:300; padding:5px; margin-top:5px; } #left { float:left; width:250px; background-color:#FFFFFF; color:black; height: 417px; } #main { margin: 1px 5px 5px 260px; border-left: 1px solid silver; height: 409px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; } p { color:black; background-color:#FFFFFF; line-height:20px; padding:5px; } a { color:Blue; text-decoration:none; } a:hover { color:#cc0000; text-decoration:underline; } #footer { clear:both; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; } .right { color:gray; background-color:#FFFFFF; float:right; font-size:100%; margin-top:5px; } .left { color:gray; background-color:#FFFFFF; float:left; font-size:100%; margin-top:5px; } </code></pre> <p>I have tried a lot of stuff but nothing seems to work... it will be great if some 1 could have a look and guide me in the right direction..</p> <p>Thanks</p> http://stackoverflow.com/questions/1698483/prevent-table-resizing 0 Prevent Table Resizing Nate 2009-11-09T00:28:32Z 2009-11-09T00:44:14Z <p>I'm working on a web page where I have a dynamically generated table where certain columns should be of variable width (sizing to the text) and certain columns must always be a specific width. However, the table is inside of a containing div, and firefox is resizing the table such that it stays within the confines of the div. The trouble is, it resizes the columns that must remain a specific width.</p> <p>Is there any way to force those columns to remain the same size, thus forcing the table to overflow from the div? The div has overflow: auto, which allows you to still see the table, and this is the effect that I am trying to achieve.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1694717/javascript-how-to-create-an-object-and-filter-on-those-attributes 5 JavaScript: How to create an Object and filter on those attributes? GeorgeG 2009-11-07T22:53:37Z 2009-11-09T00:37:33Z <p>I have a JavaScript array of houses like so,</p> <pre><code>{ 'homes' : [{ "home_id" : "1", "address" : "321 Main St", "city" : "Dallas", "state" : "TX", "zip" : "75201", "price" : "925", "sqft" : "1100", "year_built" : "2008", "account_type_id" : "2", "num_of_beds" : "2", "num_of_baths" : "2.0", "geolat" : "32.779625", "geolng" : "-96.786064", "photo_id" : "14", "photo_url_dir" : "\/home_photos\/thumbnail\/2009\/06\/10\/" }, .......... ]} </code></pre> <p>I want to provide 3 different search methods.</p> <p>How can I return a subset of this homes area array that has:</p> <ul> <li>The <code>price</code> between X and Y</li> <li>The <code>bathrooms</code> >= Z</li> <li>The # of <code>bedrooms</code> == A or == B or == C</li> </ul> <p>For example, how would I create the psuedo code like:</p> <pre><code>homes.filter {price &gt;= 150000, price &lt;= 400000, bathrooms &gt;= 2.5, bedrooms == 1 | bedrooms == 3} </code></pre> http://stackoverflow.com/questions/1697975/change-the-absolute-position-from-left-to-right-on-a-span-tag-depending-on-class 2 change the absolute position from left to right on a span tag depending on class. Tord 2009-11-08T21:28:36Z 2009-11-09T00:25:45Z <p>Hi.</p> <p>This is my first question here but I'm sure there are many more to come. I have a small position problem that I would like to know if it's even possible to achieve.</p> <p>I have an unordered list (<code>&lt;ul&gt;</code>) with floated <code>&lt;li&gt;</code>s, for the main options i float these left, and for the contact and support options I float them right, so far so good. Now i have a <code>&lt;span&gt;</code> inside each <code>&lt;li&gt;</code> which i display under the horizontal list, the list is for a menu. These <code>&lt;span&gt;</code>s works as description to menu choice and for the normal options I use <code>position:absolute; top:30px; left:0;</code> this works as suspected. Now I would like to change the position attributes for those menu items that i float right so that the span gets <code>position:absolute; top:30px; right:0;</code> and this doesn't work at all. It seems like it's impossible to change this with a more specific css rule then the other, yet the float works great.</p> <p>the html:</p> <pre><code>&lt;div id="menu"&gt; &lt;ul&gt; &lt;li&gt;Menu1&lt;span&gt;Info1&lt;/span&gt;&lt;/li&gt; &lt;li&gt;Menu2&lt;span&gt;Info2&lt;/span&gt;&lt;/li&gt; &lt;li class="support"&gt;Support1&lt;span&gt;Info3&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt; </code></pre> <p></p> <p>The css:</p> <pre><code>#menu{position:relative;} #menu ul{list-style:none;} #menu ul li{float:left;} #menu ul li.support{float:right;} #menu ul li span{display:none;} #menu ul li:hover span{display:block; position:absolute; top:30px; left:0;} #menu ul li.support:hover span{display:block; position:absolute; top:30px; right:0} </code></pre> <p>The last line in the css make no difference! If anyone has an answer or a work around I greatly appreciate the help.</p> <p>Question answered and problem solved. Check James Arons or mercator's posts.</p> http://stackoverflow.com/questions/804960/resize-image-and-add-an-overlay-image-without-using-tables-and-without-losing-sty 0 Resize image and add an overlay image without using tables and without losing style in xml al 2009-04-30T00:56:08Z 2009-11-09T00:00:01Z <p>I am building a system to create a "fake video embed" with thumbnails and play buttons over them. The images are coming from a service at a standard size, so have no choice but to resize them in HTML. Another restriction is, the codeblock has to be self-contained (like an embed code) and not reliant on any external stylesheets. I'm overlaying a play button as a transparent PNG. My first solution was to set a negative margin on the overlay image with inline css like so:</p> <pre><code>&lt;div style="width:340px;height:280px;"&gt; &lt;img src="thumbnail.jpg" width="340" height="280"/&gt; &lt;div style="margin-top:-280px;"&gt;&lt;a href="link-to.video.html"&gt; &lt;img src="transparent-embed-overlay.png" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt; </code></pre> <p>But in the XML feed for the blog, the transparent play button would "fall off" the "embeds" because it wouldn't recognize the inline style. This forced me into having to write a one-cell table with the image as a background image. But then it was impossible for me to resize the standard image thumbnail I am given, shoehorning me into the default thumbnail size.</p> <p>FWIW, here's the code I'm resorting to using:</p> <pre><code>&lt;table width="320" height="240" background="thumbnail.jpg"&gt; &lt;tr&gt;&lt;td&gt;&lt;a href="link-to-video.html"&gt; &lt;img src="transparent-overlay.jpg" border="0"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; </code></pre> http://stackoverflow.com/questions/1695902/scala-and-html-parsing 2 Scala and html parsing luigi-prog 2009-11-08T09:50:30Z 2009-11-08T23:17:22Z <p>How do you load an html dom document into scala. The XML singleton had errors when trying to load the xlns tags.</p> <pre><code>import java.net._ import java.io._ import scala.xml._ object NetParse { import java.net.{URLConnection, URL} import scala.xml._ def netParse(sUrl:String): Elem = { var url = new URL(sUrl) var connect = url.openConnection XML.load(connect.getInputStream) } } </code></pre> http://stackoverflow.com/questions/1698124/how-to-tell-if-a-given-path-is-mounted-removable-media-in-mac-os-x 0 How to tell if a given path is mounted removable media in Mac OS X? robottobor 2009-11-08T22:24:04Z 2009-11-08T23:11:48Z <p>Given a path, in Mac OS X, is there a way to tell that it is a mounted CD or DVD, as opposed to a regular directory, a regular file, or mounted DMG or other mountable file type? Specifically I would like to know if it is a CD or DVD when a user supplies a path directly, or via the NSOpenPanel, or drags the CD onto the app. I need to take special action in these cases.</p> http://stackoverflow.com/questions/1697996/image-in-select-element 1 Image in SELECT element Franz 2009-11-08T21:37:43Z 2009-11-08T23:09:19Z <p>I know how to have pictures show up next to the options in a HTML dropdown form element using the CSS background-image property.</p> <p>However, the images do not show up on the selected element. Is there any way to do this (preferably using only CSS)?</p> <p><strong>EDIT:</strong></p> <p>Here is an example of the working code for the list elements. However, when the drop-down is closed, you only see the text of the selected element, without the image:</p> <pre><code>&lt;select name="form[location]"&gt; &lt;option value="ad" style="background: url(img/flags/ad.gif) no-repeat; padding-left: 20px;"&gt;Andorra&lt;/option&gt; &lt;option value="ae" style="background: url(img/flags/ae.gif) no-repeat; padding-left: 20px;"&gt;United Arab Emirates&lt;/option&gt; &lt;option value="af" style="background: url(img/flags/af.gif) no-repeat; padding-left: 20px;"&gt;Afghanistan&lt;/option&gt; &lt;option value="ag" style="background: url(img/flags/ag.gif) no-repeat; padding-left: 20px;"&gt;Antigua and Barbuda&lt;/option&gt; &lt;option value="ai" style="background: url(img/flags/ai.gif) no-repeat; padding-left: 20px;"&gt;Anguilla&lt;/option&gt; &lt;option value="al" style="background: url(img/flags/al.gif) no-repeat; padding-left: 20px;"&gt;Albania&lt;/option&gt; &lt;option value="am" style="background: url(img/flags/am.gif) no-repeat; padding-left: 20px;"&gt;Armenia&lt;/option&gt; &lt;option value="an" style="background: url(img/flags/an.gif) no-repeat; padding-left: 20px;"&gt;Netherlands Antilles&lt;/option&gt; &lt;option value="ao" style="background: url(img/flags/ao.gif) no-repeat; padding-left: 20px;"&gt;Angola&lt;/option&gt; &lt;option value="ar" style="background: url(img/flags/ar.gif) no-repeat; padding-left: 20px;" selected="selected"&gt;Argentina&lt;/option&gt; [...] - I think you get the idea. &lt;/select&gt; </code></pre> http://stackoverflow.com/questions/1697985/best-practice-for-filtering-items-client-side-with-javascript-hide-or-remove-fro 0 Best practice for filtering items client-side with JavaScript, hide or remove from DOM? Freed 2009-11-08T21:32:10Z 2009-11-08T23:08:47Z <p>I have a relatively large dataset of items (a few thousand items) that I want to navigate by applying a number of filters client side in a web application. Applying the filtering logic itself is not an issue, the question is about which method to use for updating the table of matching results to get the best user experience. The methods I've come up with are:</p> <ol> <li>Setting the class of each row to hide or show it (using visibility: collapsed to hide it), and keeping the DOM element in the table.</li> <li>Keeping a DOM element for each data item, detaching/attaching it to the table to hide and show it.</li> <li>Just keep an abstract object for each data item, creating a DOM object on demand to show it.</li> </ol> <p>Which one is likely to give the best user experience? Any other recommended method besides those I've listed already?</p> http://stackoverflow.com/questions/1697908/android-how-can-i-add-html-links-inside-a-listview 0 Android: How can I add HTML links inside a ListView? Legend 2009-11-08T20:58:09Z 2009-11-08T21:01:56Z <p>How would I go about adding clickable links inside a ListView?</p> http://stackoverflow.com/questions/1695928/iframe-not-showing-object-from-struts-action-class 0 Iframe not showing object from struts action class. Aditya R 2009-11-08T10:02:44Z 2009-11-08T19:40:45Z <p>Hi all,</p> <p>This is in continuation with my previous question which was not framed properly.</p> <p>I have an iframe in a jsp class which is calling a struts2 action class in its src, but instead of opening inside the frame the file is getting downloaded,</p> <p>Inside file TempContentPage.jsp:</p> <pre><code>&lt;s:form&gt; &lt;iframe id="displayFrame" src="ContentPage.action" width="1000" height="500" FRAMEBORDER="0" value="1"&gt;&amp;nbsp;&lt;/iframe&gt; &lt;/s:form&gt; </code></pre> <p>Here is the execute method in the action class ContentPage.java</p> <p>public String execute() throws IOException {</p> <pre><code> Session session = SessionUtil.getSession(); session.beginTransaction(); ServletOutputStream out = res.getOutputStream(); ContentBase cb = new ContentBase(); String quer = "from ContentBase cb where cb.parentType=? AND cb.parentId=? "; Query query = session.createQuery(quer); query.setParameter(0, "FILE"); query.setParameter(1, "1"); list = (ArrayList) query.list(); if (null != list &amp;&amp; !((java.util.ArrayList) list).isEmpty()) { cb = (ContentBase) ((java.util.ArrayList) list).get(0); } docContent = cb.getFile(); res.reset(); res.setContentType("application/msword"); res.setHeader("Content-disposition", "inline; filename=\"scovr.doc\""); try{ InputStream in = docContent.getBinaryStream(); //InputStream iStream = new ByteArrayInputStream (docContent.getBytes(0, (int) docContent.length())); int length = (int) docContent.length(); int bufferSize = 1024; byte[] buffer = new byte[bufferSize]; while ((length = in.read(buffer)) != -1) { out.write(buffer, 0, length); } player.setIsRead(true); in.close(); }catch(Exception e){ e.printStackTrace(); } out.flush(); return SUCCESS; } </code></pre> <p>And here is the struts.xml mapping</p> <pre><code>&lt;action name="ContentPage" class="com.zoran.action.ContentPage"&gt; &lt;result name="success" type="stream"&gt; &lt;param name="contentType"&gt;application/msword&lt;/param&gt; &lt;param name="inputName"&gt;in&lt;/param&gt; &lt;param name="bufferSize"&gt;1024&lt;/param&gt; &lt;param name="contentDisposition"&gt;inline&lt;/param&gt; &lt;/result&gt; &lt;result name="error" &gt;/pages/ContentPage.jsp&lt;/result&gt; &lt;result name="input" &gt;/pages/ContentPage.jsp&lt;/result&gt; &lt;/action&gt; </code></pre> <p>I want to open the file inside the iframe scope, Please help me out ( I got valuable inputs from Balusc ) hence changes in this code :). </p> <p>Thanks, Aditya</p> http://stackoverflow.com/questions/453103/resources-for-building-public-information-displays-using-html-css 0 Resources for building public information displays using HTML/CSS? Christian Lindig 2009-01-17T10:29:46Z 2009-11-08T19:17:08Z <p>I would like to displays schedules, maps and other informations on displays in a building for visitors. These displays would provide at most mouse input but no keyboard.</p> <p>Ten years ago this was the domain of Macromedia Director but today I believe that browsers and content management systems provide a better architecture. However, I could not find a single open source system for this purpose, not even some CSS styles. I would be grateful for ideas how to implement public information systems that are low on interactivity.</p> http://stackoverflow.com/questions/1420796/how-to-fix-font-face-glitches-in-firefox-3-5 0 How to fix @font-face glitches in Firefox 3.5 Mark 2009-09-14T10:40:48Z 2009-11-08T19:16:38Z <p>In existing code I had CSS @font-face declarations for .EOT embedded fonts that worked flawlessly actually, in internet explorer. So now I read that Firefox does embedded now too, in 3.5, except it embeds .ttf fonts directly. So I altered the @font-face declaration for firefox and gave it a shot:</p> <pre><code>@font-face { font-family: FontX; src: url("FontX.eot"); //previous decl. src: local("FontX"), url("FontX.ttf") format("truetype"); } </code></pre> <p>It works - but hardly flawlessly.</p> <p>First, the italic and bold don't show up on the page, though they did previously with the .EOT font.</p> <p>Secondly and more disturbing is the following behavior:</p> <p>Firefox flashes the default font for a half second before displaying the embedded ttf font!</p> <p>This looks really really dumb.</p> <p>As far as this second problem, the reason I'm hoping there might be a work around is that with <a href="http://wiki.github.com/sorccu/cufon/usage" rel="nofollow">Cufon</a> embedded fonts, there is the exact same problem. However, they provide the Cufon.now() JS function you call right before the closing <code>&lt;/body&gt;</code> tag and that solves the problem for them. SHould probably have already taken a look at the JS code for that function but am hardly an expert at any of this.</p> <p>Also that same default font flashing is not present in IE or Safari.</p> http://stackoverflow.com/questions/1697459/iframe-background-image-problem-on-ie8 0 iFrame background image problem on IE8 Talha Bin Shakir 2009-11-08T18:35:01Z 2009-11-08T19:07:05Z <p>Hi i am trying since so long for background image on iframe its working fine on firefox and other browsers but serious problem i am facing on IE. Its showing nothing on IE. Pls help me out. Here is my code: I am using IE8.</p> <pre><code>&lt;iframe scrolling="auto" frameborder="0" allowtransparency="true" name="main" style="width:100%;height:90%; background-image:url(img/bg2.jpg)"&gt; &lt;/iframe&gt; </code></pre> http://stackoverflow.com/questions/1697364/clickable-lines-and-circles-with-html-canvas 0 Clickable lines and circles with HTML Canvas Nate 2009-11-08T18:03:09Z 2009-11-08T18:20:00Z <p>I'm thinking of making an application where at some points a graph is displayed that maps people over time and space. The vertical access is location, the horizontal access is time, and each person is identified by a line. At any point where the person did something of significance, there is a bigger dot on their line. Conceptually, clicking the dot brings up data about that particular dot, but clicking anywhere else on the line brings you to a detail on that person. Hypothetically, when you hover over the line the line should change color, and when you hover over a dot, just the dot should change color.</p> <p>I know that I could do this pretty easily with flash, but I was wondering if these days there is any way to do this using only html and javascript. Is it possible? (Compatibility is not an issue, the only machine I am targeting is my own.)</p> <p>Thanks!</p> http://stackoverflow.com/questions/1697393/limiting-characters-inside-html-paragraph 0 Limiting characters inside HTML paragraph Smith 2009-11-08T18:12:38Z 2009-11-08T18:16:52Z <p>I want to make it so there's only 350 characters inside the paragraph, regardless of how many characters are put into it, I only want 350 displayed.</p> <p>How can I do this? The text is just in a div tag in <p> text.</p> <p>Cheers</p> http://stackoverflow.com/questions/1691619/html-tidy-and-rails-apps-erb-or-rthml-files-ruby-alternative 0 html tidy and rails apps - erb or rthml files. Ruby alternative? Stacia 2009-11-07T01:40:56Z 2009-11-08T17:52:19Z <p>Hi. I just installed HTML Tidy plugin for eclipse. I added the html.erb file type and now it will do its magic on my erb files. However it puts in the title tag and changes a lot of my characters to escape characters. How can I stop this from happening - or is there a ruby alternative which will go through my code, reindent, and stick in missing tags? I'm worried about a lot of my erb files since the built in formatter with Aptana is hard to use. I don't see any glaring errors when I view the page, but I'm sure there are some mismatched tags and stuff that I'd like to get rid of. Any recommendations?</p> http://stackoverflow.com/questions/1696975/text-limit-inside-span-xhtml 0 Text limit inside <span> XHTML? Smith 2009-11-08T16:04:53Z 2009-11-08T16:12:25Z <p>I would like to limit the text inside a tag so when I add a new article in my ASP admin panel, it only has 350 characters max.</p> <p>How do I go about doing this?</p> http://stackoverflow.com/questions/386738/methods-to-check-the-look-of-a-web-page-on-different-browsers 2 Methods to check the look of a web page on different browsers eulerfx 2008-12-22T17:02:24Z 2009-11-08T15:47:15Z <p>I would like to be able to see how a web page looks on different browsers before releasing it. I have several on my machine, but I cannot check different versions of IE, and other browsers, and I cannot check other OSs. I know of <a href="http://browsershots.org/" rel="nofollow">http://browsershots.org/</a> but this takes ~30 minutes at times, thus it can be problematic for troubleshooting.</p> http://stackoverflow.com/questions/1696877/how-to-set-a-value-to-a-file-input-in-html 0 How to set a value to a file input in HTML? Alon 2009-11-08T15:32:27Z 2009-11-08T15:40:07Z <pre><code>&lt;input type="file" /&gt; </code></pre> <p>How can I set the value of this?</p> http://stackoverflow.com/questions/1696736/orient-text-vertically-in-html-like-in-excel 1 Orient text vertically in HTML like in Excel Jeffrey Cameron 2009-11-08T14:39:27Z 2009-11-08T15:37:47Z <p>I'm trying to replicate Excel's Vertical Text feature in HTML and wondering if anyone has tried this or knows of an easy way to do this?</p> <p>I want my text to look like:</p> <p>T</p> <p>H</p> <p>I</p> <p>S</p> <p>inside of a <code>&lt;th&gt;</code> element</p> http://stackoverflow.com/questions/1696864/naming-class-and-id-html-attributes-dashes-vs-underlines 0 Naming "class" and "id" HTML attributes - dashes vs. underlines Emanuil 2009-11-08T15:28:55Z 2009-11-08T15:35:48Z <p><code>&lt;div id="example-value"&gt;</code> or <code>&lt;div id="example_value"&gt;</code>?</p> <p>This site and Twitter use the first style. Facebook and Vimeo - the second.</p> <p>Which one do you use and why?</p>