- Strength to Increase Rep
- +10
- Strength to Decrease Rep
- -2
- Upvotes Received
- 32
- Posts with Upvotes
- 30
- Upvoting Members
- 20
- Downvotes Received
- 4
- Posts with Downvotes
- 4
- Downvoting Members
- 4
Technical Writer/Copy-writing
Programmer
Web Developer
*QA
Graphic Designer, Painter
*Software analysis is my favorite part of dev
- Interests
- Reading, History, Science, Pets, Cooking
Re: Hot is the water in the kettle, although not actually steam, that would be invisible. | |
| |
The game is as follows: You may change [I]up to two[/I] (2) letters in the given example by either: [LIST] [*]adding one\two letters [*]removing one\two letters [*]adding one letter, removing one letter[/LIST]Example: [LIST=1] [*]Ruin [*]Rain[/LIST]I will begin: [B]Flume[/B] | |
Re: [LIST] [*]FLCL [*]Ghost In The Shell [*]Full Metal Alchemist[/LIST] | |
I've just started a class to learn automation testing via Selenium. I'm using Firefox 61.0.2 (64-bit) I'm noticing a possible bug; not something major, but something that prevents efficiency: When attempting to load a saved project into the IDE via Open Project or through drag-and-drop, it does not load. Usually … | |
When I submit a form and the page refreshes the password and password confirmation values are being displayed in the address bar. Why is this? Can anyone explain this and give me an idea how to suppress this behavior? Please see attached screenshot. Thank you in advance! ![pass12.jpg](/attachments/large/0/f9784f8c4ab7d06aef077fb0ecdc4988.jpg "align-center") | |
(Mod: if this is not the appropriate area for this post, please move. Thanks.) I am attempting to Find and Replace text in an Excel 2016 spreadsheet. For example, I'm searching for the following URL in the spreadsheet: https://sample.com/user Upon located this URL in the spreadsheet, I want to replace … | |
Before I get into the specific issues, I want to provide some other details: - Normally, I work on a live, paid server (even in dev); I realize that is not advised, but it is a bad habit I developed over the years. I've tried using Xammp, but do not … | |
I've been reseraching the best way(s) to store both ipv4 & ipv6 ip addresses. Simply put, so far there seems to be much debate as to how to do so properly ranging from storing them as varchar or in a binary format. I'm really not sure at this point. I … | |
I have recently been using XAMPP for dev. Although I'm new to XAMPP, the recent issue sprung up surprisingly, the simple script running a day before. The script is just being used to test the ability to capture/display an IP address; this will later be used in a larger project: … | |
I am searching for the logical Python logical operator "or"; While C++ is: 1 || 4 (using pipes) I assume Python would simply be "or", as in: 1 or 4 Or something like this: if var1 == "image0.GIF" or "image1.GIF" or "image2.GIF": varValue = 10 Is this syntax for Python … | |
I am attempting to properly install and run a Ruby script. I have not worked in Ruby for some time and am not sure what I'm missing; it worked perfectly in the past (on a work machine.) I am receiving the following error message: **<Main> undefined local variable or method … | |
I want to collect basic user information when they land on an index page, such as: IP Country City State Zip Code I've looked into sites such as ipinfo.io that offer a service regarding these details, but think it may be easier to collect the same info via PHP. From … | |
An odd thing I've never seen or had occur in all the years of web dev: The other day I got some code from Git-Hub and added it to my index page. I decided not to use the code and removed it. I then noticed that the Git-Hub favicon image … | |
I am attempting to transfer all content from a Win10 machine to a Win7 machine. They are connected via a cable. I go through the steps to allow them to recognize one another; I transfer one, small text file to test it. On the Win7 machine, the other machine (Win10) … | |
I am currently working on using Javascript arrays to swap images for rollover buttons. This was working perfectly for one build about a week ago. That is, I am working on something else now and tried to use the same code that worked for this - it's broken now; -A … | |
I am working on developing a simple site, optimizing for mobile. I am using jQuery at this time to render basic, rollover buttons using image-swapping. The issue I am having involves using **multiple**, different buttons; for example, 3 buttons, different images for each (one "on" image, one "off" image for … | |
I am using a template to learn more about fluid design My main confusion at this point regards how structure and size is defined. For example in the CSS, there is a header tag; but the actual area of the header/banner is not defined. Or is it? I cannot figure … | |
Hello, To begin, I am a registered member but have not been here in awhile - I have misplaced my login credentials and must post anonymously. I recently purchased a new laptop and am cleaning up my old one and giving it to a friend. This older laptop runs Windows … | |
Re: [URL="http://i52.photobucket.com/albums/g31/reranger/01005haa.jpg"][IMG]http://i52.photobucket.com/albums/g31/reranger/01005haa.jpg[/IMG][/URL] [IMG]http://i52.photobucket.com/albums/g31/reranger/80SHAIRFAMILY.jpg[/IMG] [URL="http://i52.photobucket.com/albums/g31/reranger/01005haa.jpg"] [/URL] | |
I apologize if I asked this question before - I may have. I am hearing two sides to this issue: 1. .php files WILL display in a web browser 2. .php files will NEVER display in a web browser I find this very confusing. I am watching video tutorials and … | |
Hello. A section of what I am developing for my site requires the User to select an avatar for their account. 1)Instead of using visible radio buttons I have decided to allow the actual avatar image to act as the radio button for selection. I am receiving various results based … | |
Re: Note from Vegaseat: Please do not clutter the 'Starting Python' sticky with questions, read: http://www.daniweb.com/techtalkforums/post104844-2.html I have deleted your entry here and answered your questions in the regular Python Forum at: http://www.daniweb.com/techtalkforums/post283596-1.html | |
Re: I die and my energy becomes one with the Gods/Godesses/Non-Terrestrial Scientists, pure energy reformed in a new dimension, eternally. In the mean time, I practice the ancient ways as an advanced Mammal may. Our finite brains cannot understand or express the details. Cave paintings on French, stone walls, Plato and … | |
Hello. I am working on a form with multiple text-entry boxes and I am using jQuery to give messages to the User for each field. So far every field works correctly except for the last field, "Company": When a User enters any text the message should disappear, behaving like the … | |
Hello. I am currently attempting to convert my inline-css for text boxes into classes for my external style sheet; I thought of using class selectors but do not fully understand some aspects of them. An example I found online: ` <!DOCTYPE html> <html> <head> <style> .center { text-align: center; color: … | |
Hello. This is probably something very simple that I am missing (Or something that I have done wrong), but upon filling in and validating all fields of the form and pressing the "Register" button nothing happens; Usually the page would reload as if the form had been submitted. The code … | |
Hello. I am rebuilding a registration page and the accompanying form. I am at a point of implementing jQuery for password validation. It will not validate nor does it give error messages. I have researched this on other sites but nothing so far seems to work at all. Please see … | |
Hello, I am experimenting with implementing jQuery to validate my form (I hired a programmer one year ago to do this but it seems she made a mess of it so I am attempting to rebuild it.) I have multiple fields in my form and I wish many of them … |