Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. x_c_x

    Best alignment/layout options

    Any tips regarding my post above? Thanks! =).
  2. x_c_x

    Best alignment/layout options

    This is simply for my learning experience. If I can't align/layout simple elements I shouldn't really proceed with anything more complex. Yes, this is an Amazon design. Thanks! =).
  3. x_c_x

    Best alignment/layout options

    Hi folks. Hope everyone is well! What would be the best alignment/layout properties for designing the attached image? I've only got the below designed and I don't want to proceed only to then encounter issues with breakage, etc. and have to re-write code (lazy, right?). No code necessary. Just...
  4. x_c_x

    General programming discussion

    Great info, cbreemer. Thanks! To answer your question, there is but, I don't know what! Lol. I understand variable declaration/initialization/definition. What I struggle with regarding variables is when to use them. And even this is particular to mid-program, let's say. I understand the...
  5. x_c_x

    General programming discussion

    I'd appreciate some help with the following questions for my further understanding of programming/how to's/dont's, the like. Even if some of you can share your testimony of how you understood some of these topics in your journey would also be helpful to me. If this is posted incorrectly please...
  6. x_c_x

    Weird layout results in HTML/CSS

    Sorry for the convoluted code. I also fixed this some weeks back using the CSS position: relative; property/value. Thanks again! =).
  7. x_c_x

    Weird layout results in HTML/CSS

    Hi all. I have the following code for some for some doodling in HTML/CSS. The first set of code is resulting in shifting the content of the second set of code. The second set is just for a simple web page/site design. I reviewed all code and see everything classed/IDd so, I'm unable to find...
  8. x_c_x

    Code Forum clone, not exactly. =).

    Hi all. Just looking for some validation and tips on doing this better. I took a jab at it a few days ago as I like how the forum pages are designed and colors. This was off memory. First time I learned HTML, CSS and JS was back in 2011. Lol. As you'll see, I don't have all the elements in place...
  9. x_c_x

    Fun activity Say hello... in a coding language!

    I hope this works! Lol. =). HTML: <p id="hello"></p> Javascript: let h = "Hello, skifli"; document.getElementById('hello').innerHTML = h;
  10. x_c_x

    JavaScript Auto background image in JS

    Thanks for the validation, EkBass! As for multiple images (onclick), it would basically be different images loading per a click event. Eventually, I want to make this auto change. Say, for example, designing a gaming/gamer website and as a related effect, while visitors navigate the site, per...
  11. x_c_x

    JavaScript Auto background image in JS

    Thanks! I came up with the following code and want someoe to validate it as normal/standard/correct way of doing this. I didn't know how to remove the image and revert back the background color I have in page so, I used the two statements you see. It worked removing the image and setting the...
  12. x_c_x

    JavaScript Auto background image in JS

    I haven't begun writing any code for this. I'd like to ask for insight on the best way to do this. I want to create an auto background image change on a webpage. I'd like to do this with the most basic approach first. Then, I can learn from that and perhaps implement other JS. I think I...
  13. x_c_x

    First time posting. =).

    Is there a thread to discuss programming concepts, do's/dont's, snippets, the like? Javascript in particular. Thanks! =).
  14. x_c_x

    First time posting. =).

    Hi there. I think declaration is part of my misunderstanding. But, I think I've understood declarations on top (to initialize a program) and value assignments. I think I've also understood declaration and parameters followed by variable usage and arguments. I seem to get lost in putting the...
  15. x_c_x

    First time posting. =).

    Hi. I was searching for a 'general programming' thread but gave up after viewing about 10 results and the countless more that followed. I'd like to ask if anyone knows of an effective source for understanding variables. Doh! I know right; variables! Lol. I suck at these! I can't seem to grasp...
Back
Top Bottom