Forum: *nix Software Apr 13th, 2009 |
| Replies: 4 Views: 1,458 Thank you bro, it was a problem with the console framebuffer. I have found it with checking all items in the menuconfig (section framebuffer) as a module. Maybe I will find exactly which item was... |
Forum: *nix Software Apr 13th, 2009 |
| Replies: 4 Views: 1,458 Yes, I am using vga settings for widescreen 1280x800. It is vga=866. When the system is booting, it is all right. I can see everything. |
Forum: *nix Software Apr 12th, 2009 |
| Replies: 4 Views: 1,458 I have got a weird problem with text terminals. When I am switching to text terminals 1-6 with key-combinations Ctrl+Alt+F1, Ctrl+Alt+F2 ... Ctrl+Alt+F6, I am getting on my screen only white blinking... |
Forum: Geeks' Lounge Mar 23rd, 2009 |
| Replies: 307 Views: 21,963 Bachelors Of Science - Sugar |
Forum: Geeks' Lounge Mar 16th, 2009 |
| Replies: 1,376 Views: 147,098 |
Forum: HTML and CSS Dec 30th, 2008 |
| Replies: 17 Views: 1,131 Change your wrapper div on the page to <div id="wrapper"> and in the CSS file set fixed width and margin, which will have value 0 auto.
Try this:
#wrapper {
width: 1000px;
... |
Forum: HTML and CSS Dec 12th, 2008 |
| Replies: 1 Views: 356 You must know one of any script languages to make your page dynamic (e.g. PHP, ASP, Perl...). There's no application for it. :) |
Forum: Getting Started and Choosing a Distro Dec 11th, 2008 |
| Replies: 9 Views: 1,517 I'm using this method:
http://www.daniweb.com/forums/post587310.html#post587310 |
Forum: HTML and CSS Dec 3rd, 2008 |
| Replies: 9 Views: 2,216 XHTML isn't replacement to HTML. XHTML is the standard based on XML, but HTML is still not dead. (e.g. HTML5 is in development). Any developers makes our sites in HTML, important is in my opinion,... |
Forum: Geeks' Lounge Nov 28th, 2008 |
| Replies: 28 Views: 2,032 Only pure Coffee without any addition (sugar, milk). I put cca 4 spoons to the cup and then I'm hyperactive in the school. :D |
Forum: Geeks' Lounge Nov 28th, 2008 |
| Replies: 1,376 Views: 147,098 |
Forum: HTML and CSS Nov 28th, 2008 |
| Replies: 9 Views: 2,216 Yes, but some obsolete and non-valid tags (font, body background etc...) were replaced with CSS. |
Forum: Getting Started and Choosing a Distro Aug 14th, 2008 |
| Replies: 72 Views: 16,600 Of course Debian. (is missing in poll :( ) |
Forum: HTML and CSS Jul 5th, 2008 |
| Replies: 3 Views: 2,891 If I understand, you want fixed background and any content above that.
This is example on HTML body tag styled with CSS.
body {
background: url(./image.png) top center fixed no-repeat;
} |
Forum: HTML and CSS Jul 5th, 2008 |
| Replies: 3 Views: 2,891 There's solution with CSS, but it's running correctly from IE7 to higher. (And other quality browsers of course.)
position: fixed; |
Forum: *nix Software Jun 15th, 2008 |
| Replies: 1 Views: 757 Do you know any feature, which is similar like this ? I know, that this feature is also plugin in Compiz, but there's no point to install Compiz, for one feature. I have Debian lenny, the best... |
Forum: Geeks' Lounge Jun 10th, 2008 |
| Replies: 46 Views: 3,700 I prefer listening to music, specially Joe Satriani (my God). :P |
Forum: Site Layout and Usability Jun 9th, 2008 |
| Replies: 2 Views: 1,251 Look this thread: http://www.daniweb.com/forums/thread103980.html
The same question. ;) |
Forum: Getting Started and Choosing a Distro Jun 7th, 2008 |
| Replies: 5 Views: 1,900 I have Debian lenny/sid, no problem with installing Apache, MySQL and PHP. |
Forum: HTML and CSS Jun 7th, 2008 |
| Replies: 7 Views: 989 Me performs, i've inserted to HTML code this:
<span class="mainsheet2"> example </span>
It works. |
Forum: HTML and CSS Jun 7th, 2008 |
| Replies: 3 Views: 3,116 Because HTML and CSS code is very big and bad.
E.g. ( ...)
This only one example. |
Forum: Geeks' Lounge Jun 6th, 2008 |
| Replies: 1,376 Views: 147,098 |
Forum: HTML and CSS Jun 6th, 2008 |
| Replies: 3 Views: 527 Is this that, what you want ? :)
<input id="inputsubmit3" type="submit" name="inputsubmit3" value="Create Game" onclick="window.open('http://garb.100webspace.net/Checkers.html');" /> |
Forum: HTML and CSS Jun 6th, 2008 |
| Replies: 4 Views: 884 Replace overflow: scroll; with overflow: auto;
:) Scrollbars will be dependent on content. |
Forum: HTML and CSS Jun 5th, 2008 |
| Replies: 4 Views: 884 Sure, define any <div> in your CSS file, which will have width and height properities + overflow setting, if is content bigger than box. Something like this:
#box {
width: 200px;
height:... |
Forum: Geeks' Lounge May 21st, 2008 |
| Replies: 1,376 Views: 147,098 Noodles with poppy seed. ;) |
Forum: HTML and CSS May 14th, 2008 |
| Replies: 1 Views: 1,154 CSS isn't hard, I learned it from http://www.w3schools.com, at home I have only small guide, if I forget anything. :) |
Forum: HTML and CSS May 9th, 2008 |
| Replies: 5 Views: 2,977 e.g.
http://www.thewebhelp.com/php/php_contact_form_with_image_validation/ |
Forum: Geeks' Lounge May 3rd, 2008 |
| Replies: 1,376 Views: 147,098 |
Forum: Getting Started and Choosing a Distro Apr 27th, 2008 |
| Replies: 30 Views: 4,573 And not forget that Linux is only kernel. :-P |
Forum: HTML and CSS Apr 24th, 2008 |
| Replies: 1 Views: 642 It'd be convenient, show the page. :) |
Forum: HTML and CSS Apr 24th, 2008 |
| Replies: 5 Views: 781 Sure, see the cue property in CSS.
http://www.w3schools.com/css/css_ref_aural.asp
I don't know, why is this possible in all browsers, but in new browsers it could be possible. |
Forum: HTML and CSS Apr 22nd, 2008 |
| Replies: 6 Views: 1,452 I have created new site, and favicon doesn't work on IE6 neither me. It's poor browser. :) |
Forum: HTML and CSS Apr 22nd, 2008 |
| Replies: 4 Views: 1,157 You must set attributes to main content div, because it will dependent by the size of content inside.
I have this:
#content {
width: 545px;
min-height: 600px;
margin-top: 3px;
border:... |
Forum: HTML and CSS Apr 21st, 2008 |
| Replies: 6 Views: 1,425 E.g. like this
In HTML file will be:
<a href="#"><div id="box">Active box</div></a>
In CSS file will be:
#box{
width: 160px;
height: 180px;
background-color: black; |
Forum: Geeks' Lounge Apr 20th, 2008 |
| Replies: 1,376 Views: 147,098 |
Forum: HTML and CSS Apr 20th, 2008 |
| Replies: 6 Views: 1,425 A href tag is only link, you can't set border, height, width.
These attributes you can set to any <div id="">, <img> tags and other, which be bounded between <a href="#"></a>.
Show here your... |
Forum: *nix Software Apr 17th, 2008 |
| Replies: 2 Views: 1,199 Try this in Konsole (Terminal):
chown -hR username foldername
I have this settings on /var/www folder, bacause there is Apache localhost for files. This makes you as owner for folder and all... |
Forum: Geeks' Lounge Apr 16th, 2008 |
| Replies: 33 Views: 2,352 Red or white wine, max. 2 decilitre, or Becherovka, Demänovka, herbaceous products of Czech and Slovak Republic. :) |