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.

picatree

Members
  • Joined

  • Last visited

  1.    picatree reacted to a post in a topic: Use gitkraken or stick to git?
  2.    picatree reacted to a post in a topic: Merging ideas from 2 websites
  3.    picatree reacted to a post in a topic: Node Meeting 2: minutes and homework
  4. What kind of help do you need? I condensed everything you need to know in the app. Head to http://Redvoltex.blogspot.ca Sent from my iPhone using Tapatalk
  5. Check out my application it pushes css to the limits but all works great including the JavaScript I was doubting. Top left is the control and you can position any element anywhere you want and just continue to coding. You get element inputs by document.getelementsbyName("element").[0].value check it out at Http://Redvoltex.blogspot.ca and we all learn't something. Sent from my iPhone using Tapatalk
  6. Using Redvoltex you can really test the limitations of css on common elements. Not all elements are supported the same way and all browsers know this issue too. However all can be done without json or other frameworks. Frameworks are only useful for common functions, but why expose an app for unnecessary open functions? This is a remedy for disaster hacking not to mention bandwidth hogging and a recipe for single point of failure. This is my home work and this is how I managed to make things work. Sent from my iPhone using Tapatalk
  7. Well I am a newbie at web development and mostly I love playing around from my native application to web development. I'm a fun of design once and run anywhere. My recent app Redvoltex accomplished everything using only css html and JavaScript. A few things are off but they can be manually adjusted by Css. It's a windows happlication please check it out and let me know. Http://Redvoltex.blogspot.ca Sent from my iPhone using Tapatalk
  8. Thank you fisicx and thank you nfc212. My objective was to create a program in my native application which gives me object drawings such as buttons textboxes etc positioned by design within my application and translate the same design layout in a web browser. So far all works but the output is somehow and always off. However the layout can be corrected by adjusting the Top and Left pixels. Thanks again. Sent from my iPhone using Tapatalk
  9. Thanks mr nfc the z-index:-1 is used so elements don't overlap. The idea is to edit the Top and Left CSs style to position the elements anywhere on the screen as well as as to get data inputs such as Name on textbox1. The elements should be movable manually by changing Top and Left css. Can you do that thanks a lot. Sent from my iPhone using Tapatalk
  10. Hi I have created a form which collects a user name and simply just displays a user name when you click ok using css and JavaScript but nothing is working. Any idea on how to make it work? Thank you Frank <!DOCTYPE HTML> <HTML> <HEAD> <TITLE>First Step </TITLE> <STYLE> Html, Body { margin:10; padding:0; } #Label1 { position: absolute; cursor: default; Left: 142px; top: 38px; z-index:-1; } #Label2 { position: absolute; cursor: default; Left: 142px; top: 223px; z-index:-1; } #Textbox1 { position: absolute; Left: 142px; top: 68px; z-index:-1; } #Textbox2 { position: absolute; Left: 142px; top: 110px; z-index:-1; } #CommandButton1 { position: absolute; Left: 142px; top: 154px; height: 30px; width: 435px; z-index:-1; } </STYLE> <script LANGUAGE="JavaScript"><!-- Function okClick() { var b= document.getElementsByName("Textbox1") alert (" Your Name Is "+ } // --> </script> <BODY> </BODY> <FORM ID= "TakingFirstStep" NAME="TakingFirstStep" METHOD=POST ACTION="javascript:void(0)"> <DIV ID="Label1"> <Label for="Label1">Enter your email address and click the button below to get started.</label> </DIV> <DIV ID="Label2"> <Label for="Label2">I hate SPAM and promise to keep your email address safe.</label> </DIV> <DIV ID="Textbox1"> <INPUT TYPE="TEXT" NAME="Textbox1" VALUE="name" SIZE= "23" </DIV> <DIV ID="Textbox2"> <INPUT TYPE="TEXT" NAME="Textbox2" VALUE="email" SIZE= "23" </DIV> <DIV ID="CommandButton1"> <INPUT TYPE="button" Onclick= "OkClick() " value = "Ok" > </DIV> </FORM> </HEAD> </HTML>

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.