Hi, so I've got this webdesign I'm trying to put together with CSS and I'm struggling a bit on the CSS layout of divs.
Things is, I want a main background. Then a layer on top of that with a semi-transparent png image to simulate shadow. And on top of that again, I want another semi-transparent png image, only centered. And then a head...
What is the best opensource java integrated DBMS to store HTML pages?
...In term of performance, scalability, usability and more...
thanks to all
...
Hi everyone, I have a MVC application that reads some data from a database and loads that data into an iFrame (to get the feeling that you're reading your emails on the application).
The issue is that the content of the HTML message has several hyperlinks (I can't certainly know how many hyperlinks are there on the message, I only read ...
I've got a few HTML pages with the requisite images, css and other bits and pieces, all static content no CGI required. I currently host it on an Amazon EC2 image that I need to have up and running for a different application. Ideally I'd like to move the hosting of the static content off the EC2 image so that it's independent of any sin...
Is there a way of using table-header-group and table-footer-group in a div instead of in a thead or tfoot?
...
I can float an image on the left and have the text wrap around it no problem just by specifying float: left on the image. Like this:
<div id='foo'>
<img src='bar' alt='baz' style='float: left;' />
Lorem ipsum...
</div>
However if the image is wrapped in a div like the following i cannot achieve the same effect without declaring ...
I store Markdown code in MySQL, and I’m worried about how to convert it back to HTML without transferring it through the WMD control and using massive data transfer.
...
I have a vb.net class that cleans some html before emailing the results.
Here is a sample of some html I need to remove:
<div class="RemoveThis">
Blah blah blah<br />
Blah blah blah<br />
Blah blah blah<br />
<br />
</div>
I am already using RegEx to do most of my work now.
What would the RegEx exp...
I was wondering if it is possible to display the title from an A tag reference, which comes up as a pop-up in your browser, if anyone know of any libraries to make this pop-up much nicer and have the ability to format the content?
...
I have an application embedded within an Active-X component. Basically the ActiveX control (ActiveView) is a read-only version of a 3rd party application. The web page code below loads the ActiveX control and passes the first display (.pdi) file. From there, the user interacts with the current display file, loading different files as the...
Something like
new Div
{
new A{Href = "test", Content = "link"},
new P("text"),
}.ToString() == "<div> <a href='test'> link </a> <p>text</p> </div>"
...
<span content="2010-01-08 21:35:12" property="dc:date">
What does it mean?
...
Has anyone ever thought to attempt to modify the default ASP.NET Server error page to provide a link BACK to the error source in Visual Studio?
Consider the following standard error page in ASP.NET:
Server Error in '/myproject'
Application.
Invalid object name 'usp_DoSomething'.
Description: An unhandled exception
...
Hi all,
How can I detect the number of printing page will be on a form using JavaScript?
I need to get the number of pages that a form would be so I can stick a watermark per page to be printed.
Thanks.
...
Hi all,
So there seems to be quiet a few ways to handle broken images on a html page. I would like to know what ways are in popular use and what ways are viewed to be best practice?
To start I've looked at some myself like:
function imgErr(source) {
source.src = /images/missing.jpg";
source.onerror = "";
return true;
...
All,
In a html textarea is it possible to hightlight c and cpp syntax.If do please indicated an example code for it.
int main()
Int should be highlighted in this case since it is a keyword.
...
This is a little difficult to describe, but basically there is undesired space left by a floated div on my page. Here are pictures describing the problem. The black boxes are divs.
Before floating:
After floating:
Desired effect:
And I'm not sure if it makes a difference, but I also have an empty div with "clear: both" placed i...
Hi everybody, I am browsing trough the CI documentation particularly http://codeigniter.com/user_guide/libraries/pagination.html .
First thing that was stuck in my mind was "CodeIgniter's Pagination class is very easy to use, and it is 100% customizable, either dynamically or via stored preferences." but there always but something.
My...
THe variable email below is used twice: first inside the <p> tag, and then is passed as a value of a textbox.
Question: Will both occurencies yield the same text? Believe it or not - they are different.
#UserProfileEditForm form = (UserProfileEditForm)ViewData["form"];
#string email = form.email;
<p>Email: ${HttpUtility.HtmlEncode(ema...
The title says it all, is there a library or source code that's GPL that can turn a SQL statement into beautified HTML?
I'd even settle for some PHP or Java code that I can port to .NET
Tried google, but couldn't find any free sample code. Thanks.
...