No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
You must use Javascript. When [ICODE]onmouseover[/ICODE] event occurs on the big div, you change the width of the invisible (actually it is not invisible. it has a width of 0 so you think it is invisible) div from 0 to the final width slowly (using [ICODE]setTimeout[/ICODE]). When the [ICODE]onmouseout[/ICODE] event …
I had a similar problem. I [URL="http://www.pcguide.com/ref/hdd/geom/formatUtilities-c.html"]zero-filled[/URL] my hard disk and [URL="http://www.wikihow.com/Update-Your-Computer%27s-BIOS"]updated the BIOS[/URL] and it worked. PS: Try [URL="http://www.ubuntu.com/"]Ubuntu[/URL]. Its always working! PPS: Sorry for the bad English.
Go to [URL="http://www.w3schools.com/"]http://www.w3schools.com/[/URL] and read the HTML, Javascript, PHP and CSS tutorials. After you *fully* understand them try to make a cool website (without WYSIWYG). If you don't know how to do something, use [URL="http://www.google.com/"]Google[/URL] and the reference of the language you are working with on w3schools. I recommend installing …
This is a just simplified case because my C file is too big to post it here: [CODE=C] int main(int argc, char **argv) { GtkWidget *window, *vbox, *toolbar, *locationentry; GtkToolItem *locationbar; gtk_init(&argc, &argv); window = gtk_window_new(GTK_WINDOW_TOPLEVEL); vbox = gtk_vbox_new(FALSE, 0); toolbar = gtk_toolbar_new(); locationentry = gtk_entry_new(); locationbar = gtk_tool_item_new(); gtk_container_add(GTK_CONTAINER(locationbar), …
try putting a [ICODE]<br />[/ICODE] between the tables.
Put this in the head tag of your webpage: [CODE]<meta http-equiv="refresh" content="2;url=http://www.yourwebsite.com/pdfdoc.pdf">[/CODE] Replace "2" with the number of seconds the user will wait until he will be redirected to "pdfdoc.pdf" (replace it with your pdf file's path). You may also use a hidden iframe with the pdf file which will …
The End.
silviubogan