Forum: HTML and CSS 8 Hours Ago |
| Replies: 4 Views: 86 Re: Code broken in IE - Help School Teacher That will be because plarsen111 removed this section from original code ;)
<div id="extras">
<p><img src="owen.jpg" height="241" width="182">Owen got a little case of pnemonia. Doing much better now.... |
Forum: HTML and CSS 19 Hours Ago |
| Replies: 4 Views: 86 Re: Code broken in IE - Help School Teacher No, page is looking wrong in both browsers. Two of your DIV tags are overlaping
#assignmentblock {
width:30%;
height:400px;
}
#extras {
position: absolute;
top:28px;
left:300px; |
Forum: JSP 1 Day Ago |
| Replies: 3 Views: 126 Re: Open Source Bloggers in Java Yeah, I will run it on local machine I want to know more about it befor full deployment as it provide interesting functionality and I need to learn how to work with it. No point messing around once... |
Forum: MS SQL 2 Days Ago |
| Replies: 4 Views: 107 |
Forum: Java 2 Days Ago |
| Replies: 10 Views: 182 Re: Urgent!! help needed please please! Well drop the code as you had before or how it should be based on the assistance of the link (please do not forget to use code tags, just simply click on the hash sign "#" in advanced editing... |
Forum: MySQL 2 Days Ago |
| Replies: 19 Views: 206 |
Forum: Java 2 Days Ago |
| Replies: 10 Views: 182 |
Forum: MySQL 2 Days Ago |
| Replies: 2 Views: 60 Re: netbeans6.0 & MySQL database It realy dependes on what exactly question is. I seen your other posts in Java section and they been dealing with mix of Java and SQL so they better to stay there. However if you have question that... |
Forum: MySQL 2 Days Ago |
| Replies: 19 Views: 206 |
Forum: MySQL 2 Days Ago |
| Replies: 19 Views: 206 |
Forum: MySQL 2 Days Ago |
| Replies: 19 Views: 206 |
Forum: PHP 2 Days Ago |
| Replies: 11 Views: 198 Re: i`m lost!!! Schools do not often secure properly other users directories and once you login into system you able to browse other users work, this is just side observation |
Forum: MySQL 2 Days Ago |
| Replies: 19 Views: 206 |
Forum: MySQL 2 Days Ago |
| Replies: 19 Views: 206 |
Forum: JavaScript / DHTML / AJAX 2 Days Ago |
| Replies: 18 Views: 501 |
Forum: ASP.NET 2 Days Ago |
| Replies: 6 Views: 139 Re: Retrieve videos from databse Here is nice tutorial how to do it in ASP.NET with C# (http://steveorr.net/articles/StreamingMedia.aspx) or this one in regards of Silverlight... |
Forum: ASP.NET 2 Days Ago |
| Replies: 3 Views: 127 Re: Scrolling Image vertically in a page Yes, element of page that travel with current page view. It is interesting feature but if is used to much it become iritating for user and unwelcome. Anyway, nice finding and thank you for sharing |
Forum: JSP 2 Days Ago |
| Replies: 3 Views: 126 Open Source Bloggers in Java I have some webspace that I used so far for university assegnments. I would like to to convert it to blog website where I will place some rants, codes and some maybe for somebody interesting info... |
Forum: PHP 2 Days Ago |
| Replies: 7 Views: 216 Re: php Here is latest request for such thing http://www.daniweb.com/forums/thread61688.html
also if you run search on forum you may get more |
Forum: ASP.NET 2 Days Ago |
| Replies: 6 Views: 139 Re: Retrieve videos from databse Retrive name and video location from database
Prefix video file location string with rest of the path
Pass this new generated string path to media player |
Forum: ASP.NET 2 Days Ago |
| Replies: 3 Views: 127 |
Forum: JavaScript / DHTML / AJAX 2 Days Ago |
| Replies: 18 Views: 501 |
Forum: JavaScript / DHTML / AJAX 2 Days Ago |
| Replies: 2 Views: 237 Re: how to generate rows in table dynamically You need scripting language for think like this as you need to run sort of loop cycle, I would say PHP would be your best solution, JavaScript may be to complex. However all depends on your... |
Forum: MySQL 2 Days Ago |
| Replies: 5 Views: 483 Re: port 3306 being used That problem description is very inacurate, you better provide full description of your problem... |
Forum: MS SQL 2 Days Ago |
| Replies: 1 Views: 77 Re: using joining 'line' tables In the future please do not multi post, it is against forum rules Keep It Organized
If your project geting complicated, it may need some structure changes, improvement in table relations. Yes, it... |
Forum: MS SQL 3 Days Ago |
| Replies: 2 Views: 113 Re: String Search in Mobile Applications I do not have Nokia as I'm SonyEricsson lover so you will need to give description on what functionality you talking about. Beside that will be coding job and not database as connection string will... |
Forum: MS SQL 3 Days Ago |
| Replies: 4 Views: 107 |
Forum: Graphics and Multimedia 3 Days Ago |
| Replies: 2 Views: 168 |
Forum: Graphics and Multimedia 3 Days Ago |
| Replies: 1 Views: 76 Re: Right click in flash This should solve your problem
this.onEnterFrame = function()
{
if (ASnative(800, 2)(1))
{
trace ("You have pressed or depressed the left mouse button");
}
}
If you swap (1)... |
Forum: JavaScript / DHTML / AJAX 4 Days Ago |
| Replies: 3 Views: 332 |
Forum: Java 5 Days Ago |
| Replies: 1 Views: 86 Re: Connecting Database to my Mobile Beginning J2ME: From Novice to Professional (http://www.amazon.co.uk/Beginning-J2ME-Novice-Professional-Third/dp/1590594797/ref=sr_1_1?ie=UTF8&s=books&qid=1210600922&sr=8-1) by Jonathan Knudsen &... |
Forum: Java 5 Days Ago |
| Replies: 7 Views: 2,149 Re: chat program As per me original post, get your hands on the book and learn how to do it. Besides I do not have any scripts, but I had long time ago code examples from that book. You can actualy get examples if... |
Forum: PHP 5 Days Ago |
| Replies: 10 Views: 5,544 |
Forum: Java 5 Days Ago |
| Replies: 1 Views: 83 |
Forum: Java 5 Days Ago |
| Replies: 4 Views: 134 |
Forum: PHP 6 Days Ago |
| Replies: 10 Views: 5,544 |
Forum: Java 6 Days Ago |
| Replies: 4 Views: 116 |
Forum: Java 6 Days Ago |
| Replies: 2 Views: 142 Re: 2 JPanels overlapping? Layouts are your friends
add(topPanel, BorderLayout.NORTH);
You should have go on these tutorials (http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html) |
Forum: MS SQL 6 Days Ago |
| Replies: 3 Views: 139 Re: problem with sql server agent Managment studio is for managing things that are provided with server, so it will show agent option only if you get appropriate version of the software.
To understand what I'm saying here is link of... |
Forum: ASP.NET 6 Days Ago |
| Replies: 8 Views: 353 Re: open a new window Threads joined.
sudhakary_rao please do not multipost for same problem, continue with original post just give updated details of the problem |