11,821 Topics

Member Avatar for
Member Avatar for ganyian

Really really basic information needed. What does it take to get: 1- previously recorded audio to be accessed and listened to "on-demand"? 2 - Previously recorded video to be accessed and viewed "on-demand"? 3 - LIVE streaming video to be viewed on a Joomla web site. Are there limitations to …

Member Avatar for LastMitch
0
84
Member Avatar for JorgeM

I have a scenario that I am assisting with. I am not sure how to advise in this case. I am hoping that someone with a lot more database design/normalizing experience can clarify this for me. I am working on a simple database which will contain a table to track …

Member Avatar for JorgeM
1
248
Member Avatar for happygeek

It has been a day of coming and going at Google, it seems. Saying hello, again, was Gmail in the UK while Google Docs offline access through Google Gears has waved goodbye. You might think that Gmail had never left the UK, but the truth is that apart from a …

Member Avatar for <M/>
0
727
Member Avatar for mrblint

Say we have a map of a section of the city which the user can resize in the browser. Resizing the map image just makes the image bigger or smaller -- it does not change the image content (i.e. does not include a wider area of the city or zoom …

Member Avatar for LastMitch
0
223
Member Avatar for doctor_voyager

Hello. In the past couple of months, I put together a simple web design which I planned to use on a site I am planning on developing. I uploaded a few of the pages to the site on one of my accounts to trial it under other people's judgements and …

Member Avatar for <M/>
0
267
Member Avatar for tux4life

It's me *again* ;) The other day the endorsement counts of high-level forums ("Hardware & Software", "Software Development", "Web Development", etc.) caught my attention. Here's a screenshot of the endorsements strip shown above the page footer of the Software Development forum. If I hover over an avatar (in this case …

Member Avatar for tux4life
0
241
Member Avatar for srvweb
Member Avatar for Violet_82

Chaps, I am thinking to build a nice picture blog, to upload pictures and add a bit of a blurb, just enough to describe the picture, and let people comment if they want to. Now, here's the thing: one of the main feature I would like to have, well really …

Member Avatar for Violet_82
0
113
Member Avatar for Sinju Moncy

We can provide an alternate GIF/PNG image, in case the user has no Adobe Flash installed and/or deactivated. <object id="flashcontent" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550px" height="400px"> <param name="movie" value="myflashmovie.swf" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="myflashmovie.swf" width="550px" height="400px"> <!--<![endif]--> <p> Fallback or 'alternate' content goes here. This content will only be visible if the …

Member Avatar for LastMitch
2
923
Member Avatar for EddieC

Firefox can finally orient itself, at least in terms of iPhones and MacBooks. Mozilla's latest browser, [url=https://developer.mozilla.org/en/Firefox_3.6_for_developers]Firefox 3.6 beta 1[/url], can now talk to accelerometers such as those in many Apple devices, thanks to [url=https://developer.mozilla.org/Special:Search?search=accelerometer&type=fulltext&go=Search]orientation event objects[/url] introduced in the new Gecko 1.9.2 presentation engine at the browser's core. Also …

Member Avatar for LastMitch
0
837
Member Avatar for rubai

Hi, I am a newbie website developer. I can develop html template which can be of cost. I want to know more about premium html template development. I saw in themeforest, premium html template has options to customize. But how is it possible, though there is no CMS? How to …

Member Avatar for rubai
0
181
Member Avatar for davy_yg

Hello all, I wonder how to create [Interactive Catalog](http://www.rustoleumibg.com/default.asp) by using pdf document ?

Member Avatar for LastMitch
0
93
Member Avatar for starthinklone

Hi everyone................... XHTML is an advanced version of HTML. It is combination of XML and HTML. The features of it are: XHTML elements must be properly nested XHTML elements must always be closed XHTML elements must be in lowercase XHTML documents must have one root element Attribute names must be …

Member Avatar for mattster
0
126
Member Avatar for slfisher

Okay, [URL="http://newsmap.jp/#"]this [/URL]is cool -- a single screen that shows an aggregation of Google news stories, with size representing the number of stories on a topic, color representing the category, and hue representing the stories' age. The site is designed by a company called Maramushi, headed by Marcos Weskamp, who …

Member Avatar for LastMitch
2
391
Member Avatar for Violet_82

Chaps, I am doing a bit of responsive/mobile development. SOme concepts are pretty new to me, like using viewports, initial-scale, maximum-scale etc etc, so I was wondering if anybody is aware of a good tutorial that could clear these things up for me. I have found this quite beneficial http://alistapart.com/article/fluidgrids …

Member Avatar for Violet_82
0
116
Member Avatar for NardCake

Hello! For me everything in a form as to be straight so I have labels and the input boxes (specifically text) in a table. So here is my code (example): <table> <tr><td>Username:</td><td><input type="text"></td><td><i>How you will be known to other users</i> (18 characters max, 3 min)</td></tr> <tr><td>E-Mail:</td><td><input type="text"></td><td><i>Used for account verification …

Member Avatar for pixelsoul
0
102
Member Avatar for PCBrown

[ATTACH=RIGHT]16395[/ATTACH]HTML5 is a young programming language, with a lot of promise. It has been lauded as the Flash replacement that will revolutionize the web and more importantly, the mobile web. But with so much speculation and excitement, it's hard to recognize the forest for the trees. Where did HTML5 come …

Member Avatar for <M/>
2
442
Member Avatar for kimmi_baby

Hi there! I have a horizontal navigation. What I would like to do is for each a, I would like the first word on top, and the second word below with an underline. How would I do this? I consider making each a element smaller in width, but it doesn't …

Member Avatar for <M/>
0
124
Member Avatar for jonsan32

I've figured out how to make an embedded google spreadsheet sortable, but I can't get it to be searchable. http://ybpdatabase.blogspot.com/ is my site, and I have no access to or knowledge of php. In the past I've used another piece of google code to achieve these results (see my table …

Member Avatar for jonsan32
0
203
Member Avatar for H. B. Duran

[ATTACH=RIGHT]16519[/ATTACH]As of August 3rd, users of 3DVIA Studio and 3DVIA Scenes can publish their work directly to Facebook with the click of a button. With 500 million Facebook users, that's quite a target audience to showcase and beta test your talent. “We have taken the guesswork out of launching 3D …

Member Avatar for LastMitch
0
540
Member Avatar for JSchmitt21014

I know HTML, CSS, and all that put flash is my weak point. I'm learning as I go. But I am stuck at on my buttons how to link them to index, contact us page, etc...

Member Avatar for LastMitch
0
84
Member Avatar for Jspham

Hello! I'm really confused and unfamiliar with HTML5. Some term often used in Java for a community I was a part of was 'handler'. Basically, I have one file from a tutorial thus far. I'd like to split it into seperate files so its more managable. Sort of a 'Main' …

Member Avatar for LastMitch
0
98
Member Avatar for Violet_82

Hi all, can somebody please let me know where I can find a good guide on how to use and especially what's included and what you can accomplish with Open CMS (I believe it's an open source content management system, probably a bit like wordpress)? ALso, if anybody has used …

Member Avatar for Violet_82
0
165
Member Avatar for davy_yg

Hello, I am trying to figure how to create a dropdown menu like this? [dropdownmenu](http://www.rustoleum-indonesia.com/rustoleum-menu.jpg) [This is the original menu](http://www.rustoleum-indonesia.com) (I'm trying to figure out both how to write the codes for dropdown menu as well as the css appearance)

Member Avatar for IIM
0
95
Member Avatar for VAGUELINES

Hey there everyone, i am having difficulties trying to code my css file so that it correctly displays my website in Firefox and Internet Explorer as intended. I have validated both my html and css yet that still hasnt resolved alongwith identifing the charset in different areas within the head …

Member Avatar for Octet
0
272
Member Avatar for ukhostland

I have found myself well out of my depth, using a template to create a web site with both JS and PHP scripts. Perhaps someone here can help me? The single page website is accually finished and works well when viewed in a browser from local files. These have been …

Member Avatar for oop_php
0
339
Member Avatar for coder91

Hi I am a student at university on my placement year, but a friend's boss has asked if I would be able to design their website for them. I know how to design a website i've experience designing a website using Dreamweaver in high school, HTML, CSS, JavaScript and PHP …

Member Avatar for JorgeM
1
197
Member Avatar for wrathyimp

I have added the CSS code for the related boxes. I cannot figure the correct padding that I am missing on the 3rd Column, which is going below. You can check the following page. http://bp.com.kw/index-1-2-4.html Thanks .box-24, .box-25, .box-26{float:left; background:#e5e8e3; padding:10px 20px; font-size:10px; height:580px;} .third-wrap{width:980px;} .box-24{width:375px; margin-right:25px; } .left2-wrap{float:left; width:145px;} …

Member Avatar for diafol
0
145
Member Avatar for williampritchar

One of my client site is not working properly. when i try to open on high resolution it just show long horizontal scroll bar. i try to resolve it but not succeed, is there any one who know how to get rid of that so please suggest me.

Member Avatar for williampritchar
0
194
Member Avatar for newebmaster

I am redesigning a site in joomla, and moving it to new web host. The new site will be in Joomla 2.5, and the old site seems to be some version of Joomla 1.5 plus some home-made cms called netdocs. I am coming back to this after many years away. …

Member Avatar for JorgeM
0
933
Member Avatar for ukhostland

I have found myself well out of my depth, using a template to create a web site with both JS and PHP scripts. Perhaps someone here can help me? The single page website is accually finished and works well when viewed in a browser from local files. These have been …

Member Avatar for ukhostland
0
233
Member Avatar for newbie310

Hi everyone, newbie at html here again! I'm really struggling, I have an assignment where I add logos to my page and nothing is working. I used the Markup Validation webiste to try to pinpoint where I went wrong in my coding but I can't figure it out. When I …

Member Avatar for karlcunanan
0
468
Member Avatar for lena1990

hi guys please i want you to help me solve the problem i have the following page and this is part of the code <form action="practicetest.html" method="post" target="_self"> <table width="95%" border="0" cols="2" align="center" cellspacing="10"> <tr> <td valign="top">1.</td> <td bgcolor=#EBEBEB>Two ducks and two dogs have a total of fourteen legs. <br/> …

Member Avatar for lena1990
0
117
Member Avatar for davy_yg

Hi, I would like to style my <hr> line with css. How to create dashed or dotted line with orange color with css? Thanks.

Member Avatar for charlijoseph
0
154
Member Avatar for paulnshapiro

I am not sure if anyone is familiar with implementing Twitter Cards ([https://dev.twitter.com/docs/cards](https://dev.twitter.com/docs/cards)) into a blog, but if anyone is I could use some help. It seems like it should be working on my blog, but my posts don't work in Twitter's testing tool ([https://dev.twitter.com/docs/cards/preview](https://dev.twitter.com/docs/cards/preview)) if I provide the url. …

Member Avatar for Dani
0
262
Member Avatar for chriswelborn

I would like to create my title image out of pure CSS3, but there is one feature that I'm not quite sure I can even do. Plus, the features that I know are possible don't seem to mix well. I don't know CSS very well, at least anything past the …

Member Avatar for <M/>
0
272
Member Avatar for bryann

I have created a website for a small business (i'm not a pro) and have added a comments system on the homepage so that customers can leave their experiences on there. I've used DISQUS for the comments but i have encountered a problem. When you go onto the website [www.pentyrch-kennels.co.uk](http://www.pentyrch-kennels.co.uk) …

Member Avatar for JorgeM
0
155
Member Avatar for mmcdonald

My form won't submit... nothing happens when clicking the submit button. Any ideas? N.B. I am knackered, I've been up 26 hours :/ Thanks in advance for any suggestions! <form action="contact_me.php" method="post" class="contact-form" id="contactForm"> <div class="controls controls-row"> <div class="control-group span6"> <input class="span12" name="name" placeholder="your name" type="text" /> </div> <div class="control-group …

Member Avatar for mmcdonald
0
260
Member Avatar for participantjava

Hi, In my jsp page , i have four divs, i want to load dynamically one of the div when i open the page, it has to show the results from the database..I have written the entire code but could not able to load one single div when i open …

Member Avatar for JorgeM
0
108
Member Avatar for lena1990

hi guys i want to ask you if i want to send html page (i.e the html page has radio buttons and check box ) to client and i want the client to select one of the radio buttons so my question is how can i modify the html code …

Member Avatar for lena1990
0
115
Member Avatar for participantjava

Hi, To display image in title bar and address bar , i have tried in all possible ways but image is not reflecting on the title bar and address bar. I have done as below: <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" /> I have created a .ico file and tried even …

Member Avatar for participantjava
0
210
Member Avatar for mogaka

First time click: ![Screenshot-110](/attachments/small/3/Screenshot-110.png "align-right") Second Round Mouse click: ![Screenshot11](/attachments/small/3/Screenshot11.png "align-left") The above images shows screen short of a popup that is shown by clicking on a link from a html table i created using Jquery DataTables plugin and data from mysql database. in essense, when i click the linkable …

Member Avatar for LastMitch
0
158
Member Avatar for Farhad.idrees

Ho guys.. i have many pages in my application. i want to show fix footer bar like u can see in daniweb "Recently updated articles etc etc" how to create it? any hint aur suggestion? Regards.. Farhad Idrees

Member Avatar for JorgeM
0
132
Member Avatar for Violet_82

HI guys, sorry to go on about these visited links. I have spotted an issue with safari, and it looks like it is only safari doing it (at least on windows). DOes safari have some special settings that need to be enabled/changed? Same link as before, but different content this …

Member Avatar for Violet_82
0
158
Member Avatar for rakwel10

[Click Here](http://lowermainlandrealestateinfo.net/) to view my website. If you will try the search bar, it will not display most of the text inside the page. Its because most of the text inside the page are generated by "shortcodes". How do I fix this one? Pls help...

Member Avatar for bepese
0
102
Member Avatar for rakwel10

Im having a problem with my input field. In firefox, it works pretty well. In chrome, its just a blank white box. Seems like the css is not connected.. but it is. See this image http://i1235.photobucket.com/albums/ff429/rakwel10/chrome.jpg [Click Here](http://www.lowermainlandrealestateinfo.net) to view our website Thank so much for your future help!

Member Avatar for JorgeM
0
214
Member Avatar for anestistsoukalis

The problem is that i want to align at left the word "Religion" and in addition i want to align using last-child all the th to the right. what iam doing wrong ?? <html> <head> <title> CSS Exercise 2 </title> <!--this is a link to the css file you will …

Member Avatar for charlijoseph
0
162
Member Avatar for sj2222

I was previously hosted by a 3rd party website builder. They sent me the files on a disk (for some reason not FTP). I uploaded those files to Dreamweaver. Now the CSS is displaying in Design mode but not in live mode. HELP! <!--[if lte IE 8]> <link type="text/css" rel="stylesheet" …

Member Avatar for JorgeM
0
186
Member Avatar for littledevils326

Not sure if I am in the right section for this. I am currently designing a web page using javascript, html and css. The page is a seat booking seat which allows the user to select and unselect seats. I have managed to get the page to display id of …

Member Avatar for lps
0
213
Member Avatar for kyo.yamagata

I have this code for my HTML form and I'm using Twitter Bootstrap for my CSS. <form method="post" action="inquiry.php" class="form-horizontal"> <label><font color="red">*</font> First Name:</label> <input name="firstname" type="text" class="input-large" value="<?php echo $firstname; ?>"> .... ..... </form> My problem is my input boxes are shrinking. To make it more clear here is …

Member Avatar for lps
0
165

The End.