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.

swiped

Members
  • Joined

  • Last visited

  1. Hi, I would like to ask if anyone knows of a wordpress plugin that can do the following. I have 10 pages that will each contain certain content that is only for the eyes of users who have the right to view the pages I set for them and not the others. So if I had a user called Dan and I wanted to let Dan view only pages "1,6,8" I can set the user to allow him when logged in to view them pages and not the others "2,3,4,5,7,9,10" and another user called Claire rights to "2,3". I have found ones that allow groups to see page but as I cant make groups it will be easier to just set the user to view his/her set pages. I also don't want to allow them to edit the pages in any way. ------------------------------------------------------------------------------------------------------------------- The pages will have videos that are for workout/dance routines that they must learn but also they can not view ones that they have not signed up for. Any help with a plugin that can do this would be great as the most I have found are for groups and also allow users to edit the contents of the pages that I don't want them to. Thank you for your time Sam
  2. No not yet just wanted to see if it was possible then if it is I will find a few of the more popular ones and use them. Thanks for your reply.
  3. Hello All, I wanted to know if it is possible to use php or a server script to read text from chat rooms and display it in a website. I want to build a webpage project that grabs random text or filtered text from different chat rooms and displays it in a page so it will scan chat rooms for "I like" keyword and then return the paragraph and display them on a webpage. This is for fun and thought it would be a cool page I am not looking to get users names or any other info just the text so that when someone looks at this page it will have random "I like" quotes. If anyone knows how this can be done or point me to any help would be great... Thanks Sam
  4. Thanks for the link it will be help full, But what I wanted was div colour bars coming in from the left to right and each one a new colour will be random colour and then it will move across the screen and go out the right side of page with a new colour coming in behind it and repeating. like sliding colours from left to right. Can do it with css background image but not div content or bg colour...
  5. Hi , I use dreamweaver I can use notepad but for quick and fast finding issues and the built in functions in dreamweaver make it faster at solving issues. Also its a program thats made for webdesign so it has all the features you need to use for making website.
  6. Hi , I am trying to make a div that scroll across the screen random colours like this image i have uploaded so far i can get the beackground image to do this using javascript but not divs with random colour changes. Anyone that that knows any links or code help would be great thanks!
  7.    swiped reacted to a post in a topic: Cms what 1?
  8. Thanks Pat24 looks good! going to play around tonight and try one to get one of my sites into it.. Think this is perfect for what i wanted!!!
  9. I want to be able to build sites and not have to work around wordpress coments plus posts and hooks so on , just build a layout and setup a backend that let's me edit it. My look my way of building. I'm not knocking wordpress just it's best suited to what it does blogging. I'm going to try Concrete5 today as they have some cool videos showing it in use
  10. Thanks for the reply Yeah I want to be able to not be limited to learning Wordpress code to use a cms I would like to have something that can integrate to what ever site I build! I'm not saying I can not code and maybe one day I will do a more complex website, But with Modx i can not find a good tutorial on how to integrate it into the website i have made and how to get the best out of it. Maybe a link to a good tutorial or starting point or another cms that will link to pre built websites is what i was after. Thanks hope i made it a bit more clearer. P.s i can code well and a quick learner just need that good starting point!
  11. Should be just adding this line: <img src="pic.gif" alt="Smiley face" align="middle" width="100px" height="100px" /> <div class="unify" style="margin-top:15px;"> <div style="margin-top:15px;"> <div > <h3><a href="severntrentprojects.php">Severn Trent Maintenance Contract</a></h3> <p><img src="pic.gif" alt="Smiley face" align="middle" width="100px" height="100px" /> Severn Trent has been a valued customer since 2001. We are recognised as a key partner in completing roof maintenance works across the Severn Trent Water network of sites throughout the midlands. </p> <br /> </div> </div> </div>
  12. Well if your blog is on your site and is also wordpress this link might help you to do so. http://www.corvidworks.com/articles/wordpress-content-on-other-pages
  13. My input: 1, Header needs to be more than just the logo and could be better with more height. 2, The top menu would look better done in the style of the drop down and also not as long as your page in line with the two side menus would be better. 3,You could do with a nice footer to balance out the page and for quick links to products so on. 4, Maybe if you have spare space in the header move the language box to the top right in header or add a search there. 5, Instead of having both sides with adds use a width ways google add system and have it at top under menu would increase content space as 3 lots of different text when scrolling down will trap the eye. Other than that not bad.
  14. Good question You can not cover the menus of a browser with Javascript as you can with flash as far as i know and go into full screen like a youtube video. I think your more meaning that by using vector you can go fit different screen sizes and still have them look the same with the vector stretching. But there maybe a few easy things you could do to get a result like this for your html website. You could maybe use JavaScript to capture the monitor size and then select a css page that could be tweaked for that size monitor if they have JavaScript turned on. Making it easy to have different size fonts so on. Also look into liquid layouts this will make use of what ever screen space there is. ------- JavaScript ------------ <script type="text/javascript"> if ((screen.width<=800) && (screen.height<=600)) { window.location.replace('http://example.com/800-600-or-less'); } else { window.location.replace('http://example.com/greater-than-800-600'); } </script> Hope this helps a little.
  15. U could always create a class css style that looks like your links minus or with the underline and use this class for keeping look without the link aspect. This will also let you validate your css and html and comply to all standards. //css .notActive{ text-decoration: none; text-decoration: underline; color: red; } // html part // wont link <div class="notActive">www.mydomain.co.uk</div> // will link <a href="http://www.mydomain.co.uk/test.html">Test Page</a>
  16. Hello All, I've just been looking for a more flexible cms systems I usually use Wordpress but don't like the aimed at blogger style and limitations on design but its great for non coders to use I know that. I found a couple of cms systems that might be good for letting me design any style site and have it linked up to the site easily and also easy to use and nice features for updating quickly either for me or the person I build the site for the couple I've seen are. Modx , Concrete5 I'm not sure these are the only two that I should consider? I don't build complex websites mainly use JavaScript to give some eye candy and nothing big like social networking just have to have a way of updating gallery's easily. I have installed Modx but to be honest not found there website help full with how to use it or add it to a site I have made maybe this is as I downloaded there new version Revolution. I've yet to install Concrete5 as I've seen loads of people saying they love Modx ... Any help with either Modx or another cms system would be great as im a little lost! Thanks

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.