Search Results

Showing results 1 to 29 of 29
Search took 0.02 seconds.
Search: Posts Made By: roryt
Forum: Windows NT / 2000 / XP Jan 10th, 2009
Replies: 5
Views: 866
Posted By roryt
If by thumbnails you mean movie specific thumbnails then:

I know you said you have tried everything else but... well this may be a completely pointless post but: have you tried copying the files...
Forum: Windows tips 'n' tweaks Jan 10th, 2009
Replies: 4
Views: 1,340
Posted By roryt
wow I never new that. Really interesting there is such a big quirk in windows... although not that suprising.
Forum: USB Devices and other Peripherals Jan 10th, 2009
Replies: 7
Views: 998
Posted By roryt
Well.. the only microphone for PC I have has no power to it. There are two types of power for a mic: battery powered or Phantom power. 99% of computers don't have an output for Phantom power, so if...
Forum: ASP.NET Jan 9th, 2009
Replies: 2
Solved: CSS Problem
Views: 408
Posted By roryt
This is posted in the wrong forum really but I will help!

You need to either set the width of the pages (or the div or table that it is contained in) to either about 770px or 100%. This will...
Forum: USB Devices and other Peripherals Jan 8th, 2009
Replies: 7
Views: 998
Posted By roryt
Above post is true. But mics are also Condensor or Dynamic. They are for different purposes.

They also have different pickup paterns, such as figure of 8 and cardioid.

But basic mics should...
Forum: USB Devices and other Peripherals Jan 8th, 2009
Replies: 7
Views: 998
Posted By roryt
Give it a try, it should work... or atleast pick something up.

If you're thinking of buying a new microphone (for pro standard use) then get:

- Shure SM58 - really just for live vocals and some...
Forum: Graphics and Multimedia Jan 6th, 2009
Replies: 2
Views: 1,085
Posted By roryt
Your file must be on a web server and be accessed via http. Otherwise everyone would be able to get to any file on any other person's computer as long as they are connected to the internet.
Forum: HTML and CSS Jun 15th, 2007
Replies: 10
Views: 3,041
Posted By roryt
NO NO NO....

Make it work in firefox first... that is vital!!!!

It is then pretty simple to make work in ie using internet explorer conditional css.
Forum: IT Professionals' Lounge Jun 13th, 2007
Replies: 16
Solved: Free Pictures
Views: 3,588
Posted By roryt
You could also try www.sxc.hu (http://www.sxc.hu) which is exactly what you are looking for.

If you want to find similar services then rather than typing into google the possible picture titles...
Forum: Site Layout and Usability Jun 12th, 2007
Replies: 21
Views: 9,161
Posted By roryt
where you see the id #tabs in the style sheet just set a width there is pixels that works for you.

Then put margin: auto;

That will make it look a bit better. because I wouldnt change the...
Forum: HTML and CSS Jun 12th, 2007
Replies: 11
Views: 6,161
Posted By roryt
Really good point. I never though of that. But thats not a problem in IE6 is. ;)
Forum: HTML and CSS Jun 12th, 2007
Replies: 10
Views: 3,041
Posted By roryt
It would be so much easier to help you if you gave us a link. Also, I dont think you can set a height with a percentage.
Forum: HTML and CSS Jun 12th, 2007
Replies: 11
Views: 6,161
Posted By roryt
The simple answer is just to forget about it. As far as I can tell it isn't going to change the user's experience of your site that much anyway.

There isn't really any point of them anyway.
Forum: HTML and CSS Jun 12th, 2007
Replies: 11
Views: 6,161
Posted By roryt
I've never ever managed to get favicons to display in IE... stymiee you mention its buggy in IE6> but what about IE7? does it work in that?
Forum: Site Layout and Usability Jun 9th, 2007
Replies: 21
Views: 9,161
Posted By roryt
If you look in the css you may find that there is a width set for this grey bar. You just need to change that so it fits round that buttons you have left. It will probably look like this:
...
Forum: Site Layout and Usability Jun 8th, 2007
Replies: 21
Views: 9,161
Posted By roryt
If you are refering to jbennet's example site. That (i think) is just normal html text. So the button is actually set as a background image with text over the top of it. This effects the load...
Forum: Site Layout and Usability Jun 8th, 2007
Replies: 21
Views: 9,161
Posted By roryt
Like Kaung said earlier on the best way of practising css is through trial and error. And like most computer related things there are tones of tutorials online. i think you will get a much bigger...
Forum: IT Professionals' Lounge Dec 29th, 2006
Replies: 7
Views: 1,518
Posted By roryt
TBH I wouldn't touch realplayer it always seems a bit buggy to me. And I don't think it has any cloning software in it.
Forum: IT Professionals' Lounge Dec 28th, 2006
Replies: 7
Views: 1,518
Posted By roryt
You may also like to have a look at alcohol 120% (http://www.download.com/Alcohol-120-/3000-2646_4-10550202.html?tag=lst-0-1). You can select clone cd in there.
Forum: IT Professionals' Lounge Dec 21st, 2006
Replies: 3
Solved: long start up
Views: 4,031
Posted By roryt
If you only have firefox installed then you should either

1. Do a system restore (start>all programs>accessories>system tools>sytem restore) You will need to select a date when your pc was...
Forum: Windows Software Dec 17th, 2006
Replies: 5
Views: 2,335
Posted By roryt
This might sound stupid but are you sure you have the codec. Try download VLC Player from http://www.download.com/VLC-Media-Player/3000-2194_4-10267151.html. THis might solve your problem
Forum: Windows Software Dec 16th, 2006
Replies: 5
Views: 2,335
Posted By roryt
I hope this isn't a silly question:

but..

Have you accidentally renamed a folder so that the link to these songs are incorrect therefore obviously your media player can't find them?

I...
Forum: IT Professionals' Lounge Oct 31st, 2006
Replies: 23
Views: 5,023
Posted By roryt
Well z-index is basically used to set layers up on your page. It could be used to create a layered image almost exactly like in photoshop. It requires absolute positioning on a page and is really...
Forum: IT Professionals' Lounge Oct 30th, 2006
Replies: 23
Views: 5,023
Posted By roryt
Sorry mate but even 900px is really quite wide. But that is your decision. Have you managed to get the buts to work yet?

I would really hope you are being sarcastic about z-index. You really...
Forum: IT Professionals' Lounge Oct 30th, 2006
Replies: 23
Views: 5,023
Posted By roryt
If you mean you tab style buttons across the top of the page, well first off they are not even in a table they are in DIVs. Also, I cannot actually see 7 buttons in the html and it doesn't seem to...
Forum: IT Professionals' Lounge Oct 29th, 2006
Replies: 23
Views: 5,023
Posted By roryt
The way you have used z-index and absolute positioning is really not going to help you page. It is extremely confusing reading you code.
Forum: IT Professionals' Lounge Oct 28th, 2006
Replies: 23
Views: 5,023
Posted By roryt
If you are still interested just paste your html the text box ont he reply for between these two tags: [*html] and [/*html] (take away the stars. For example

<html>
<head>
</head>
<body>...
Forum: Web Browsers Oct 26th, 2006
Replies: 2
Views: 2,105
Posted By roryt
Quick question: Is this the BETA version you are installing?

If so try getting the proper version.
Forum: DaniWeb Community Feedback Oct 25th, 2006
Replies: 4
Views: 1,597
Posted By roryt
I think this is a really good idea but the only thing is for the people who are using it as the avatar it is not showing the most recent version. Could anyone explain why that is?
Showing results 1 to 29 of 29

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC