User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 332,867 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,971 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our advertiser:
Showing results 1 to 40 of 500
Search took 0.08 seconds.
Posts Made By: peter_budo
Forum: HTML and CSS 8 Hours Ago
Replies: 4
Views: 86
Posted By peter_budo
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
Posted By peter_budo
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
Posted By peter_budo
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
Posted By peter_budo
Re: How to find and install IIS? URGENT. Pls. help.

Just curious as where you may be studing, and also sometimes I get accross same university students as me. In regards of IIS are you sure you looking in right place? See my attachment for what you...
Forum: Java 2 Days Ago
Replies: 10
Views: 182
Posted By peter_budo
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
Posted By peter_budo
Re: Export and Import of database errors, please advise.

Function has alocated only 10201461 bytes where as you can see you want 16777216 bytes. Try to create split version of whole DB. Like you have 10.000 records you put 5.000 in one file and other in...
Forum: Java 2 Days Ago
Replies: 10
Views: 182
Posted By peter_budo
Re: Urgent!! help needed please please!

If you paid more attention in your classes you would know that Applet DO NOT USE "main" class call. For more info follow Sun Applet tutorials here...
Forum: MySQL 2 Days Ago
Replies: 2
Views: 60
Posted By peter_budo
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
Posted By peter_budo
Re: Export and Import of database errors, please advise.

I have distinct feeling that you main not pull all data from original database. What I mean is that you maybe just missing closing bracklet, but in worst scenario reminder of the post or other data...
Forum: MySQL 2 Days Ago
Replies: 19
Views: 206
Posted By peter_budo
Re: Export and Import of database errors, please advise.

Right click on the sql file Open With >> Choose Program. Navigate to the location of MySQL Query Browser ( in my case also default location is C:\Program Files\MySQL\MySQL Tools for...
Forum: MySQL 2 Days Ago
Replies: 19
Views: 206
Posted By peter_budo
Re: Export and Import of database errors, please advise.

Ehmm that is good question...
I dont think you will be able to do so in phpMyAdmin (I'm not aware of such option), but I was able to open sql file (that what you get it after dumping isn't it?) with...
Forum: PHP 2 Days Ago
Replies: 11
Views: 198
Posted By peter_budo
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
Posted By peter_budo
Re: Export and Import of database errors, please advise.

That nice, but you see what it says

So can you kindly provide that part of SQL and few lines above and bellow will not hurt anyone as long you not have some sensitive data such as contacts, acoount...
Forum: MySQL 2 Days Ago
Replies: 19
Views: 206
Posted By peter_budo
Re: Export and Import of database errors, please advise.

If you post the error along side of critical part of sql somebody should be able to help you...
Forum: JavaScript / DHTML / AJAX 2 Days Ago
Replies: 18
Views: 501
Posted By peter_budo
Re: Validating radio button selection for login redirect

@Traicey the complex code is mainly not his. Original (http://marakana.com/blog/examples/php-implementing-secure-login-with-php-javascript-and-sessions-without-ssl.html) code provide nice PHP...
Forum: ASP.NET 2 Days Ago
Replies: 6
Views: 139
Posted By peter_budo
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
Posted By peter_budo
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
Posted By peter_budo
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
php
Views: 216
Posted By peter_budo
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
Posted By peter_budo
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
Posted By peter_budo
Re: Scrolling Image vertically in a page

Is the image a background image or element of the page?
Forum: JavaScript / DHTML / AJAX 2 Days Ago
Replies: 18
Views: 501
Posted By peter_budo
Re: Help debug a quadruple login page.. please!

Any reason for this complicated approach, mix of PHP and JavaScript if you can do it better with PHP on its own?

PS after merge: Please do not flood forum with multiple posts!
Forum: JavaScript / DHTML / AJAX 2 Days Ago
Replies: 2
Views: 237
Posted By peter_budo
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
Posted By peter_budo
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
Posted By peter_budo
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
Posted By peter_budo
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
Posted By peter_budo
Re: How to find and install IIS? URGENT. Pls. help.

You can install IIS in Windows XP from Control Panel (select Add or Remove Programs >> Add/Remove Windows Components and make selection of IIS, default seting would be OK. You will need XP...
Forum: Graphics and Multimedia 3 Days Ago
Replies: 2
Views: 168
Posted By peter_budo
Re: Flash Music, outside my element!

Here is nice tutorial http://kennybellew.com/tutorial/
Forum: Graphics and Multimedia 3 Days Ago
Replies: 1
Views: 76
Posted By peter_budo
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
Posted By peter_budo
Re: Photo Scrolling/ carousel similar as Flickr(ajax+aspvbscript

No forum flooding please!
Both threads joined...
Forum: Java 5 Days Ago
Replies: 1
Views: 86
Posted By peter_budo
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
Posted By peter_budo
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
Posted By peter_budo
Re: how to send sms from web site to mobile

I have feeling that he wants to run something for free, which at the present time is not possible as mobile companies will not tolerate it...
Forum: Java 5 Days Ago
Replies: 1
Views: 83
Posted By peter_budo
Re: Deploying Java Application on Mac for end users???

As long there is JVM on the machine you can run it. If there is no JVM you can actually detect it on application installation (deployment) and installid it.
Forum: Java 5 Days Ago
Replies: 4
Views: 134
Posted By peter_budo
Re: I need help in LinkedList implementation..!!

doesn't matter if they capital or lower case as long they typed correctly and without any spaces, you can try it on your next post ;)
Forum: PHP 6 Days Ago
Replies: 10
Views: 5,544
Posted By peter_budo
Re: how to send sms from web site to mobile

If was it so easily done, don't you think everybody would be using it?
Forum: Java 6 Days Ago
Replies: 4
Views: 116
Posted By peter_budo
Re: how to use AWT to write button tip?

Ehmm, are we forgetting to use code tags??
Forum: Java 6 Days Ago
Replies: 2
Views: 142
Posted By peter_budo
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
Posted By peter_budo
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
Posted By peter_budo
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
Showing results 1 to 40 of 500

 
All times are GMT -4. The time now is 1:05 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC