• Member Avatar for lewashby
    lewashby

    Created sliding tables

    body { background-color: gray; } h1 { color: blue; text-align: center; } #courtstable { border: 1px solid black; position: absolute; top: 75px; left: 0px; width: 25%; background-color: yellow; } #medicaltable …
  • Member Avatar for lewashby
    lewashby

    Began Watching sliding tables

    body { background-color: gray; } h1 { color: blue; text-align: center; } #courtstable { border: 1px solid black; position: absolute; top: 75px; left: 0px; width: 25%; background-color: yellow; } #medicaltable …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in Connecting to a database

    Thanks, I'll give that a try.
  • Member Avatar for lewashby
    lewashby

    Created Connecting to a database

    In the following code, why is neither "Connected Successfully" nor "Connection failed" ever displayed on my page? Also, I'm trying to place for table side by side in one large …
  • Member Avatar for lewashby
    lewashby

    Began Watching Connecting to a database

    In the following code, why is neither "Connected Successfully" nor "Connection failed" ever displayed on my page? Also, I'm trying to place for table side by side in one large …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for creatings html row from a database

    In an php/html document could I create a loop to create html table rows as long as there is a rows to be read from a MySQL database table? I …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in creatings html row from a database

    Thanks all.
  • Member Avatar for lewashby
    lewashby

    Created creatings html row from a database

    In an php/html document could I create a loop to create html table rows as long as there is a rows to be read from a MySQL database table? I …
  • Member Avatar for lewashby
    lewashby

    Began Watching creatings html row from a database

    In an php/html document could I create a loop to create html table rows as long as there is a rows to be read from a MySQL database table? I …
  • Member Avatar for lewashby
    lewashby

    Created LMDE can't install anything

    Below is something like what I get when I try to install anything on my just installed OS Linux Mint Debian Edition. Reading package lists... Building dependency tree... Reading state …
  • Member Avatar for lewashby
    lewashby

    Began Watching LMDE can't install anything

    Below is something like what I get when I try to install anything on my just installed OS Linux Mint Debian Edition. Reading package lists... Building dependency tree... Reading state …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for HP printing

    I just purchased an HP Envy 5642. I can print to it from Linux without a problem but I don't see a way to scan. When I hit scan on …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in HP printing

    I finally got it. I didnt' have the latest version of hplip and the latest isn't the latest version in the Ubuntu repositories either. I was able to download it …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for gcc & g++ debugging options

    [Linux] When using gcc and or g++ is there a way I can have two output files, one with and one without debugging symbols in one gcc/++ command? I don't …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in HP printing

    In hp-setup I also found an option called 'Manual Discovery' with a text box labeled 'USB bus ID:device ID (bbb:ddd):' This is what I get from lsusb Bus 006 Device …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in HP printing

    I'm running Linux Mint 17 and it's on the list but nothing I try is working. I also tried hp-setup but it couldn't find the device, it is plugged in …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in HP printing

    hp-info returned no device found and the printer/scanner is turned on and plugged in via the USB. I don't think HP has any Linux support for this model. I'm going …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for using php with html & css

    My head is starting to hurt just thinking about all the possabilities and impossabilities of mixing html and css with php and I'd like to understand how's this works. I …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in gcc & g++ debugging options

    Thanks Moschops that was helpful, although I think you vastly overestimate me. I hope one day to me actually using these tools and a regular, but for now I tinker …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in scanner image quality

    I'm using Linux Mint and my printer/scanner is the HP ENVY 5642. After looking at HPs Linux support page I found that the HP Linux program HPLIP program does not …
  • Member Avatar for lewashby
    lewashby

    Created scanner image quality

    I just purchased an HP all in one printer and scanner but because I use Linux I can't scan directly to my desktop. As a result I'm having to scan …
  • Member Avatar for lewashby
    lewashby

    Began Watching scanner image quality

    I just purchased an HP all in one printer and scanner but because I use Linux I can't scan directly to my desktop. As a result I'm having to scan …
  • Member Avatar for lewashby
    lewashby

    Created HP printing

    I just purchased an HP Envy 5642. I can print to it from Linux without a problem but I don't see a way to scan. When I hit scan on …
  • Member Avatar for lewashby
    lewashby

    Began Watching HP printing

    I just purchased an HP Envy 5642. I can print to it from Linux without a problem but I don't see a way to scan. When I hit scan on …
  • Member Avatar for lewashby
    lewashby

    Created gcc & g++ debugging options

    [Linux] When using gcc and or g++ is there a way I can have two output files, one with and one without debugging symbols in one gcc/++ command? I don't …
  • Member Avatar for lewashby
    lewashby

    Began Watching gcc & g++ debugging options

    [Linux] When using gcc and or g++ is there a way I can have two output files, one with and one without debugging symbols in one gcc/++ command? I don't …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in using php with html & css

    Thanks. Any input on my second question reguarding PHP broken if/elif with html in the middle?
  • Member Avatar for lewashby
    lewashby

    Created using php with html & css

    My head is starting to hurt just thinking about all the possabilities and impossabilities of mixing html and css with php and I'd like to understand how's this works. I …
  • Member Avatar for lewashby
    lewashby

    Began Watching using php with html & css

    My head is starting to hurt just thinking about all the possabilities and impossabilities of mixing html and css with php and I'd like to understand how's this works. I …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for Small program I don't understand

    #include <iostream> #include <stdlib.h> #include <cstring> #include <stack> using namespace std; #define MAX_CHARS 100 int main(int argc, char* argv[]) { char input_str[MAX_CHARS + 1], *p; stack<double> num_stack; int c; double …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in Small program I don't understand

    Okay, it's just declaring two varibles at one time on one line.
  • Member Avatar for lewashby
    lewashby

    Created Small program I don't understand

    #include <iostream> #include <stdlib.h> #include <cstring> #include <stack> using namespace std; #define MAX_CHARS 100 int main(int argc, char* argv[]) { char input_str[MAX_CHARS + 1], *p; stack<double> num_stack; int c; double …
  • Member Avatar for lewashby
    lewashby

    Began Watching Small program I don't understand

    #include <iostream> #include <stdlib.h> #include <cstring> #include <stack> using namespace std; #define MAX_CHARS 100 int main(int argc, char* argv[]) { char input_str[MAX_CHARS + 1], *p; stack<double> num_stack; int c; double …
  • Member Avatar for lewashby
    lewashby

    Created Working With PDF files

    At my current job me and the rest of the staff that work in my area are uisng a lot of files that when opened look like PDF files but …
  • Member Avatar for lewashby
    lewashby

    Began Watching Working With PDF files

    At my current job me and the rest of the staff that work in my area are uisng a lot of files that when opened look like PDF files but …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for usb stick not auto mounting

    Two of my USB sticks have stopped auto mounting. I can still mount them manually by running `mount | grep /dev/sd` and then looking for the device name to mount …
  • Member Avatar for lewashby
    lewashby

    Created usb stick not auto mounting

    Two of my USB sticks have stopped auto mounting. I can still mount them manually by running `mount | grep /dev/sd` and then looking for the device name to mount …
  • Member Avatar for lewashby
    lewashby

    Began Watching usb stick not auto mounting

    Two of my USB sticks have stopped auto mounting. I can still mount them manually by running `mount | grep /dev/sd` and then looking for the device name to mount …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for rsync from a script not working right

    When I want to sync my music directory to my SDcard I use the command `rsync -a --delete /home/garrett/Music /media/garrett/6BF6-AC8A` and everything works just fine. I got tired of typing …
  • Member Avatar for lewashby
    lewashby

    Created rsync from a script not working right

    When I want to sync my music directory to my SDcard I use the command `rsync -a --delete /home/garrett/Music /media/garrett/6BF6-AC8A` and everything works just fine. I got tired of typing …
  • Member Avatar for lewashby
    lewashby

    Began Watching rsync from a script not working right

    When I want to sync my music directory to my SDcard I use the command `rsync -a --delete /home/garrett/Music /media/garrett/6BF6-AC8A` and everything works just fine. I got tired of typing …
  • Member Avatar for lewashby
    lewashby

    Created chown not working

    Take a look at the following lsit of files from my media server root@media-server:/home/garrett/Videos/Movies# ls -l total 16 lrwxrwxrwx 1 root root 46 Jun 27 22:17 Adventures In Babysitting.mkv -> …
  • Member Avatar for lewashby
    lewashby

    Began Watching chown not working

    Take a look at the following lsit of files from my media server root@media-server:/home/garrett/Videos/Movies# ls -l total 16 lrwxrwxrwx 1 root root 46 Jun 27 22:17 Adventures In Babysitting.mkv -> …
  • Member Avatar for lewashby
    lewashby

    Replied To a Post in understanding .mkv files

    .ISO, does that mean you have the menu just like a DVD or BD disk? I rip my DVDs and BDs as lossless from the disk quality and a lot …
  • Member Avatar for lewashby
    lewashby

    Created understanding .mkv files

    There's a few things I'm confused about when it comes to the .mkv file format. It's the file format I use for my media server for several reasons. I'm told …
  • Member Avatar for lewashby
    lewashby

    Began Watching understanding .mkv files

    There's a few things I'm confused about when it comes to the .mkv file format. It's the file format I use for my media server for several reasons. I'm told …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for Shallow Copies?

    I'm reading the book 'C++ Without Fear 2nd Edu' and I'm a little confused on the subject of shallow copies. The book says the problems can arise if you make …
  • Member Avatar for lewashby
    lewashby

    Created Shallow Copies?

    I'm reading the book 'C++ Without Fear 2nd Edu' and I'm a little confused on the subject of shallow copies. The book says the problems can arise if you make …
  • Member Avatar for lewashby
    lewashby

    Began Watching Shallow Copies?

    I'm reading the book 'C++ Without Fear 2nd Edu' and I'm a little confused on the subject of shallow copies. The book says the problems can arise if you make …
  • Member Avatar for lewashby
    lewashby

    Marked Solved Status for stream operator overloading

    #include <iostream> #include <cstring> using namespace std; class String { private: char *ptr; public: String(); String(char* s); ~String(); operator char*() { return ptr; } int operator==(const String &other); }; int …

The End.