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.

Nouvo

Members
  • Joined

  • Last visited

Everything posted by Nouvo

  1. Start from XHTML,CSS then you'll find what you need next.
  2. Nouvo replied to mr-shock's topic in Server Side
    Hello, the link above is useful but i still want to try my solution <?php $Pic=$_POST['Pic']; $Path='\Image-Store-Folder\'.$Pic; if (!file_exist($Path)){ echo "This file isn't exist on our server"; } else { unlink ($Path); echo "The file should be deleted !"; } ?>
  3. Yes, javascript seems ok to a client side application,btw you can use VBScript (which only works in IE). Go around with google and you'll find somethings, a calculator is not such rarely.
  4. This's a common issue in my country, some sites stop hot-linking, others add their site address on the pictures and consider it as a free ads method.
  5. Discuz It's free, and works very well
  6. Hello, i made this script for my home page, it's a simple way to do what you need, please consider it as a little example. You'll need a 'WebBox' folder in the same place with the index.php, save the web page (Ex : my-home-page.htm) in WebBox and you can have somethings like : mysite.com/index.php?id=my-site (mysite.com/?id=my-site will do the same) <?php $ID=$_GET['id']; if ($ID==""){ echo "You are now at the home page !"; } else { Linker(); } function Linker(){ global $ID; $Path='WebBox/'.$ID.'.htm'; if (!file_exists($Path)){ echo "<center><br><font color=red face=tahoma size=2><b>This page is no longer exists ! <br>"; } else{ $Open = fopen("WebBox/".$ID."_title.txt", "r"); $Title = fread($Open,filesize("WebBox/".$ID."_title.txt")); fclose($Open); echo "<title>".$Title."</title>"; echo ' <style type="text/css"> body{margin-top:0cm;margin-left:0cm;margin-bottom:0cm;margin-right:0cm;} </style> <iframe src='."WebBox/".$ID.'.htm width=100% height=100% frameborder=0";></iframe> '; } } ?> It would be better if you use include instead of echo a frame in your page, i've just relized this from the posts above.
  7. Hello, I was wandering on the internet and suddenly found you, a cute forum with many friends, hope to know you all.

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.