Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

dsavi

Members
  • Joined

Everything posted by dsavi

  1. Thing is, the font you have there is unspecified. Which means that the browser will just use the default font, which can vary from browser to browser or computer to computer, even different installations of the same browser can have a different default font, it's usually customizable.
  2. I take it you're leaving the shareshop?
  3. Doesn't really look very good on TIFblack, to be honest.
  4. dsavi replied to Blink-182's topic in Off-Topic
    I know quite a few people that have/have had/died of cancer. Prostate cancer runs in our family. Good luck to your uncle. It sounds a bit old, but I know how you feel.
  5. What he said. The mods don't have time for nitpicking and loopholing.
  6. LOL. And I can't wait to code for it :) Considering that it's 10 years old, it runs LAMP pretty good, I use it sometimes as a local development server.
  7. Actually, considering where it came from, the syntax wasn't to bad. I used $browser = get_browser($user_agent, $return_array); instead of HTTP_USER_AGENT because I have a very new browscap.ini, and I can look through it to find the browser/platform values that I'm looking for in my code. _HTML_ (As well as the <<<) is used quite a bit in the book I learned the basics of PHP from, ("Learning PHP 5"), it's used instead of echo "Crap"; or echo 'Crap'; so that you can use both single and double quotes in HTML/JavaScript if needed. I just realized that about commenting out the start { :P. And your way of matching the MSIE was probably better. Does anyone have something that will turn RS experience into levels? I can't be bothered to write the 350 or so lines of PHP that would do that.
  8. When I saw the quote in Pryo's sig earlier, I knew it was me you were talking about. Crap.
  9. That one has already been optimized, I can't do anything about it.
  10. Actually, the case is that you don't go to the gallery enough.
  11. Oh, wait... The first 5 errors can be fixed with that thing I gave you. As well as 6 or so more. In fact, nearly all the errors are fixable that way. There are just a few left after that.
  12. Uhm... 0/10 in that case..
  13. GIMP uses by default 3 or 4 channels, IE a RGBA color model: [*:onmhswg2]Red [*:onmhswg2]Green [*:onmhswg2]Blue [*:onmhswg2](Alpha) Those of you that have done this in physics will know that red light and green light make yellow light, etc. The alpha channel is basically a mandatory layer mask: It uses grayscale to indicate the opacity of the selected pixel. There are other color models too, the most common being those that printers use, and Photoshop has very good support for; CMYK. [*:onmhswg2]Cyan [*:onmhswg2]Magenta [*:onmhswg2]Yellow [*:onmhswg2]Key (Black) This uses the physical color model, if you mix yellow (Like yellow paint) and cyan (Blue paint), you get green. If you mix cyan, magenta, and yellow, you are supposed to get black, but instead you usually get a very dark brown. That's where key comes in, it gives a true, dark black that the others can't achieve while still giving good color.
  14. I see what you mean. Not all things that came from this were necessarily bad, to put it another way.
  15. Good luck, 100% web standard compatibility is very difficult and sometimes weird to understand. But it's worth it. I can help you so much as the first error means that you don't have this before your HTML start tag:
  16. The CPU is more powerful than my laptop's... :oops:
  17. Yeah, I'm working on a huge rant about just that for my blog. You could use PHP to change the CSS for Exploder only, it's about the simplest code there is. <?php echo<<<_HTML_ _HTML_; ?> Then there's the other option: Leave out IE entirely. Use PHP to completely override all the code and deny IE* access to anything. Considering what MS did to web standards, I wouldn't put it past myself. Out of curiosity, did I do that correctly?
  18. I hate to say this, but... Your site has some HTML errors. Web standards are very, very important. Also, I suggest saving as many images as possible as .gif/High quality .jpg, it speeds up the page loading drastically.
  19. dsavi replied to Flodder450's topic in Off-Topic
    I want to do it, but my mic is entirely broken. As in, the only noises that emit from the recording, if any at all, are these weird crackles. And I know it's not the speakers, I use them every day for music listening.
  20. You think you need the practice, I haven't made a decent sig in... Ages...
  21. I'm going to see if I have time for this one, if I do, I can't think of a good render to use. I'm not much of a gamer, and I'd look like a complete n00b using a Halo render.
  22. Personally I'm using NetBeans early access for PHP, and I'm working on installing the PHP plugin for Eclipse, I want to know which one is better. As for web design, I go for simple. Either I code it myself (Like using the built in Theme/Template editor for phpBB, which has no extras at all, just a text editor) or I use KompoZer. Even though I hate KDE, I'm a Gnome kind of guy.
  23. What Ginger said. If someone speaks in 1337 the whole time, that's their problem. They'll regret it later.
  24. But I'm not open source.

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.