Skip to content
View in the app

A better way to browse. Learn more.

Web Designer 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.

SimpleSucces

Members
  • Joined

  • Last visited

Everything posted by SimpleSucces

  1. Thanks for your insight, i've tried saving it with GIMP but the image quality turned out really bad because of the transparency pixels. If you don't check that it will just use the color in full opacity, therefore messing up the image basically. I might just set a max-width for Chrome browsers if this keeps up, but i will try to find another solution if there is one.
  2. Yeah as i said in the original post, it's only on Chrome.
  3. Hey guys, I'm working on a project involving parralax. I have a page (or scene if you will) which has multiple Images in a list. My problem is that on a screen with a resolution of 1920x1080 pixels a part of the page turns black. I have been trying to fix this issue by using PNG24 which apparently is best for having resized images with transparency, but alas, it didn't work for me. In addition, the logo also disappears when using the parralax when using the parralax. This freak like issue (it is to me anyways) is only happening on Chrome. Firefox, Safari and the other major browsers perform fine with these images. Any help would be very much appreciated. the URL is: http://66943.glr-imd.nl/project
  4. Codecademy is a great site indeed! They explain everything very well and give you lots of info as to why you use different methods!
  5. ^^ iFrames are usually heavier to load than just putting your content in a textbox. Additionally, it's easier to edit your content if it's all in one page rather than having to navigate to your iFrame url's every time you want to change something.
  6. I don't think iFrames are the way to go here. Fancybox has the ability to show text (Although the purpose is for a title) with an image, so you should be able to restyle this to your needs.
  7. Is this jQuery? If so, you can probably set the height of the contact element when the page is loaded, so you can incidentally set it to 0. Also, check if the jQuery is loaded AFTER the rest of the document is loaded, this is typically done using this piece of code: $(document).ready(function() { //Run code when the page is fully loaded //Your code here });
  8. If you are completely unexperienced with Webdevelopment i suggest you check out codecademy.com! It's a great site for beginners and everything is explained extensively!
  9. Because certain themes have full responsive layouts built in, of course not all of them, but there is a fair amount of options with responsive themes already. However, you are right, there is always the option to use plain HTML/CSS in the CMS layouts, but as there is a lot of built in functionality available i assumed it's a given someone wants to use its functionality.
  10. So i've been wondering what you guys think about responsive template such as bootstrap. Personally, for now i like to work from the ground up because 1) A better learning Experience 2) I feel more in control. Obviously when Wordpress or another equivalent CMS comes into place the whole subject changes, but let's not take the CMS into account this time What do you think about Responsive templates? Yay or Nay?
  11. SimpleSucces replied to a post in a topic in General Chat
    E-mail compatibility, that'd be all. *BANG*
  12. SimpleSucces replied to a post in a topic in General Chat
    While working my computer decides to take a break and just turns off, no warnings, not restarts, just *poof*. Conclusion: My PC hit puberty.
  13. SimpleSucces replied to a post in a topic in Graphic Design Forum
    I usually start in PSD, but if i need to get the idea and features on the table i create a mindmap with little doodles that roughly visualise how i see features etc. being used on the web. Then when i have a basic layout, i start coding and continue adding/modifying certain things from there.
  14. This means that the page you are trying to redirect the user to does not exist. You should check if url you send it to exists. Maybe you made an error.
  15. SimpleSucces replied to a post in a topic in General Chat
    Ugh, Mother Nature hates me. Thought to travel towards the sun when i went to Bosnia, instead, the sun decided to travel to where i live. And vice versa >.<
  16. Made yet another version, i hope i can get some feedback on this? http://i1081.photobucket.com/albums/j358/oooppss1/Main_zpscac2b66c.png
  17. Looks pretty Sweet, i got used to it real quick though, i always used Dreamweaver before, which was good for beginners, so when i started using PsPad i had to train myself in knowing the exact spelling, syntax, etc. PsPad is simple enough when you find out where what you need is. (Very easy to switch from one FTP address to another as well)
  18. I use PSPad myself, it's free as well, i personally like it.
  19. SimpleSucces replied to a post in a topic in General Chat
    I am just a beginner, but i'd like to help out as well if there is something to do!
  20. Hi guys, I was wondering what you think is an absolute neccesity in terms of having a good/well functioning website. Thinks of both the technical aspect and the Design/User Experience aspect. (I am aware that this is a very broad question, but that makes it all the more interesting.)
  21. Well, i'm awake o.O
  22. Thanks for the link (and help for that matter) I've been looking around those places as well, but cannot seem to find a proper solution, i'm gonna try it on a different computer with Firefox just to see if it's just this one that ignores it. And i'll share it here Thanks again, much appreciated
  23. Just tried it, and still does not seem to work.. It's not some sort of gamebreaker for me, but it does raise questions..
  24. ^^ It was quite simple really: I used this: (not the specific styling, just an example.) @media screen and (min-width:960px){ body{ background-color:#000; /* Or any code for that matter */ } } in the CSS, and i called is like this: (Again, it might've been called different) <link href="/css/style.css" rel="stylesheet" type="text/css" /> It might've been my browser, because it DID work on all other browsers
  25. This reminds me, i've tried to use @media-screen in my CSS, and it worked on all (compatible) browsers except Firefox, i disabled all plugins etcetera, but with no avail. Instead, i assigned it through HTML, which worked fine. But still, anyone an idea why it wouldn't work?

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.