Tagged Questions

0
votes
1answer
30 views

How to display a video in a web page using html,php

How to display a video in a web page using html,php, Any example code any one will help ,please
5
votes
7answers
100 views

What is the best HTML, CSS and JS reference you know, respectively?

What english-language online resources do you use as a reference on HTML rules, tags and elements, and real-life compatibility information (IE 6 on Mac renders tag X only if the doctype is Y)? Where …
0
votes
1answer
20 views

AppleScript to take text and turn it into pasteable HTML

Hi all, We work with bugzilla. Whenever you need to query a ticket you just need to know the bugid (integer) and you simply prepend this to it. …
0
votes
2answers
20 views

question concerning joomla

Can anyone recommend me a really good tutorial for learning joomla, most of which I found were spam ads just to get people to click several ads without learning anything. I'm using joomla for the …
1
vote
2answers
47 views

<li> only visible when parent has css class=”current”

I have a list of categories called Taxons: The Rails code is here: <div id="taxonomies" class="sidebar-item"> <% @taxonomies.each do |taxonomy| %> <ul class="navigation-list"> …
0
votes
2answers
19 views

lock the region list?

i have 2 lists. country and region i want to lock the region list. when i choose country i will use jquery to get the region list for that country. but meanwhile i want the region list to be locked …
0
votes
4answers
37 views

Center float boxes horizontally

I want to display some floating boxes (divs containing thumbnails) and the number of thumbnails depends on the current page width. For example: <div class="container"> <div class="box1" …
0
votes
3answers
23 views

Problems sending html email in php

I'm trying to send an email to myself that has a layout and images. What I'm I doing wrong? <?php $message = $_POST['message']; $emailsubject = 'site.com'; $webMaster = 'email@site.com'; …
1
vote
3answers
28 views

double hyphen in script makes firefox render strangely

<!-- <script type="text/javascript">/*<![CDATA[*/ c-- ;//]]></script> --> When I have the above line in the <head> section of a plain html page, Firefox 3.5.5 renders …
3
votes
4answers
33 views

Is it possible to override the Subversion HTML pages?

I have a subversion server, providing subversion access via Apache2 and mod_dav_svn The system works fine and clients can access the repositories with SVN client such as TortoiseSVN etc. Users can …
0
votes
3answers
48 views

Switch to SSL using a relative URL

I would like to create a relative link that switches the current protocol from http to https. The last place I worked had something set up on the server so that you could make that happen, but I don't …
6
votes
4answers
55 views

What steps could be taken to avoid cross-browser compatability issues?

Recently, I have been battling with, weird table borders/margins, div alignments, positioning problems, and am having a down right nightmare supporting Internet Explorer 6 because its lack for …
-2
votes
4answers
133 views

Why do I not get strcpy errors on the Mac while I do on Windows?

-- All of the revised code still refuses to run well, please help -- When I compile my code in Windows, I get memory errors. However on the Mac, where I initially coded this code, it works fine. I …
5
votes
4answers
55 views

How can i make a float top with css?

Hi, i know that css only supports left and right values for float property, but is there a technique to implement a float top? I try to explain. I have the following code: <div …
0
votes
4answers
88 views

How to iterate over div?

Hey ppl, i have the following scenary: <div class="maindiv"> <div class="msg">some text</div> ... <div class="msg">some other text</div> …

1 2 3 4 5 751 next
15 30 50 per page