RE: Help me with my new website!
May 22, 2018 at 11:44 am
(This post was last modified: May 22, 2018 at 11:58 am by bennyboy.)
(May 21, 2018 at 11:40 pm)FlatAssembler Wrote: I've tried Windows 7. But it runs way too slow on my 12-year-old laptop with 512 MB of RAM and a 1.2 GHz Celeron processor. I also think it would be nice to have a modern PC (capable of running Windows 10, it would certainly be able to run many more useful programs than the 5-year-old MacAir I am usually using), but I don't have money to buy it right now.If you are very selective, or if you have time to look around a little, you can build your own desktop computer for a very good price.
Quote:Maybe I can try to make some money with my knowledge of programming. After five years of learning, perhaps I know enough. What do you think?To be blunt, while you are clearly a smart guy, I think you'd be likely to embarrass yourself if you attempted to take on a professional contract. That being said, I'm not a professional either, so please don't let me get in your way.
Quote:I mean, I want the popups to appear above certain words when the user hovers over them. Open the link, click "click here" and hover over the word "romk", I think you will understand the problem immediately. I can't simply set the popup to be absolutely positioned when the word "romk" itself isn't (it can be moved by scrolling the "main", and not by scrolling the whole page).Ahhh. Those aren't pop-ups. They're tooltips, and can be handled exclusively with .css:
https://www.w3schools.com/css/css_tooltip.asp
This is almost literally what you are doing with your event calls, but much briefer and more elegant.
Quote:But it's not much better than in Opera 36 (on my PC) or Safari 6.2 (on my Mac), right?For me, google Inspect is the only tool I need to debug my web code. It really lets you see what's going on at every step, and for .ASP it's super-important because it shows me how .ASP renders stuff out to HTML, so I can hack it with my Javascript if necessary.