Programming :: Vertical Scroll Code For 3 Column Web Page
Jun 19, 2011
I need a better tutorial than the out of date books I own or I can find using Google. If someone has a place they would recommend, please provide a link. I have a web page that is 3 column. I would like each column to vertical scroll separately. I would also like to keep the jump code in the left column if that is possible. Go here for the my web page and source code. [URL]
I have gpointing devices 1-4 installed on ubuntu 10.10. The vertical and horizontal scrol both used to work. I have the latest 1.1.1 dkms synaptics driver posted in that bug forum. But now the horizontal scroll using two fingers does not work at all. I have it checked under mouse settings AND in gpointing devices. Is this a known bug?
Apparently I can't delete this. It has been solved. Smooth scrolling in Chrome kills horizontal scrolling
I (very!) recently installed Mandriva (10.1) on my old-ish HP tx1000 laptop, and cannot connect it to my TV (via the usual external VGA connector) without considerable picture distortion: the image scrolls and wobbles, as if the vertical adjustment is faulty. (One used to get this effect with one's TV if the antenna wasn't properly adjusted.)
I can see both monitors in "Monitor Preferences" - and have tried playing with the parameters available there (there is a general refresh rate setting, but nothing to adjust vertical rate alone), without having any effect on the scrolling distorted image. I can drag windows back and forth between the two monitors, though only the laptop one is usable.
I am doing a project on page replacement algorithms.... Can anyone point out the the source code for page swapping in linux kernel source tree.(I am using 2.6.31 kernel on a 32 bit x86 machine).
I would like to download and show a source of an webpage in stdout, but this is a https page with authentication form, which requires logging in. I tried like this:
Code: wget -q --no-check-certificate --http-user=USERNAME --http-password=PASSWORD https://webpage.domain.com -O - However, it still downloaded only this login page, not the real webpage. Using the Firefox I can authenticate just fine. Any ideas?
I would like to make a file with all these data in one column, like
a1 a2 . .
[code]....
Can it be done with awk or some other command? Also, is it possible then do add another column in front of this one with numbers of the lines (for every previous column), like
I was gonna put this in the newbie section but its kinda distro related.Ubuntu 10.10 Server.I'm booting to the console then running a program.Said program spams the console and I would like to see things that were already written between the spam.So basically I want to page up and see.Is there any way to do this?Or do I need some kind of console/terminal program or gui I can boot to that will allow me to page/scroll up?I don't want to load a desktop.
I'm using a wireless USB mouse, and whenever I scroll the middle wheel, it will do a PageUp/Down for me. I mean, it is supposed to move the page slightly up/down?
I've check the mouse setting in gnome to find that it only offers a few options like primary key and mouse speed. Is there any way to tune the up/down scale to normal?
After installing a bunch of new updates with the update manager a few problems have popped up regarding the scrolling in firefox with the arrow keys. The first problem is that when I open up a new web page it does not automatically allow me to scroll. I have to first click the web page and then are the arrow keys enabled. The second problem that I have is that when I press the down arrow key to scroll down in the beginning it jumps down to the end of the page. The third and final problem is how it scrolls. For some reason a site in firefox acts like a word document. Instead of be the arrow keys controlling the scroll bar it controlls the little I symbol you see when typing.
It is amazing how annoying it can be when you can't scroll with the arrow keys. If nobody knows how to then I will probably just reinstall firefox. I have also just figured out that page up and down also do not work.
wanted to know if i can execute commands on linux console through a web page and redirect it back to my web page !For example :if i send a query "ls"it should execute this command on my linux console and also redirect the list of the files to the web page from which i give the command !
java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.8) (fedora-53.1.9.8.fc14-i386) OpenJDK Client VM (build 19.0-b09, mixed mode)
I want to add a vertical slider to a JTextPane component. When I do, I get the slider but I don't get a thumb - i.e. the slider doesnt do anything here is my code
Code: JPanel dataPane = new JPanel(); // create panel dataPane ta2 = new JTextPane(); // textpane if (true)
[Code]...
the (true) lets me do something like ifdef to try out my new ideas as you see, this code comes when I create the object but before I populate it. maybe I need to do something after I populate the textpane?
I setup a web server on Suse 11.3 using the "Perfect Server" tutorial on HowtoForge with Ispconfig 2 everything works accept php. Pages only display the page code. Here is the output of the " php -r 'phpinfo();' " command
Code: phpinfo() PHP Version => 5.3.3 System => Linux vserver2 2.6.34.7-0.7-desktop #1 SMP PREEMPT 2010-12-13 11:13:53 +0100 x86_64 Server API => Command Line Interface Virtual Directory Support => disabled [Code]....
I turned on my Dell netbook, but as it was booting (before login page) my cat stepped on the keyboard and totally messed everything up. The laptop doesn't work anymore, and I get a strange page with code on it when I turn it on, this is what it looks like (screen pic attached). Please help! what can i do?
I'm trying to get the source code of a web page from linux command line and save it to a file. I googled for it but didn't get any info. I'm not sure if wget can do this.
Problem is simple but I can't figure out how to solve it, I tried any possible way that I know but with no result.I'm using simple perl script with DBI and do select from one table and do update in other table with results from select, but I can't preserve my '' returned from select when doing update. I simply want my '' from first table to be '' in second but postgres makes them real new lines. I tried to escape '' with , '',"",E(I mean E'value here') in front of value that updating but they are always real new lines not '' in new table.
#!/bin/bash ls -lhGg | while read line; do echo "$line"; done | awk ' { print $3" "$6 } '
what i want to do is be able to print column 3 and every column greater then 5. Has to be to the end of the line, since different filenames can have different amounts of words in them and the blank space is the separator. my current code works just fine if the file has no blank space.
I have a text field that is just list of servers and I need to add the word hostname in front of them... It must be brain fart but I can't think of how to do this. Basically I need this:
With tr '''' < file I can select all columns to become separate rows,but as you see x3 and x4 have to be grouped when transposing.Or should I use awk for this one?
I really enjoyed using Apple's wireless Mighty Mouse and Magic mouse because of their ability to easily touch scroll 360 degrees. Unfortunately, Linux drivers are not provided for these mice.Is there an equivalent wireless mouse that works well in Linux? Ideally with native support or community provided drivers, etc.
I'm using fedora 14. And I have installed apache, PHP and MySQL. I tried testing PHP with phpinfo(). But when I view it view my browser (localhost/test.php) it just shows the code itself instead of displaying the phpinfo page. This is the content of my test.php page.