Project / Support Center
Welcome, Guest. Please login or register. October 03, 2023, 04:42: AM
Home Help Search Login Register
D-Web Web Site Creator D - Web Web Site Creator On-line HTML Editor No Programming knowledge required. Web Global Net PayPal-Cart Shopping Cart System PayPal - Kart Shopping Cart System for E-Commerce over the internet, that's easy to use. Web Global Net Newsletter Manager Newsletter Manager On-line Newsletter Creator with Email Subscriber Management.
Ring Central Discount
Web Global Net Web Application & Web Development Project Center  |  Recent Posts
Pages: 1 2 [3] 4 5 6 7 8 ... 10

 21 
 on: August 17, 2020, 09:57: PM 
Started by admin - Last post by admin
 <script type=”application/ld+json”>
{
“@context”: “http://schema.org/”,
“@type”: “Review”,
“itemReviewed”: {
“@type”: “Thing”,
“name”: “name of service”
},
“author”: {
“@type”: “Person”,
“name”: “ group or oganization ”,
"reviewBody": "actual review "
},
   "date": "May 2, 2019",
“reviewRating”: {
“@type”: “Rating”,
“ratingValue”: "9.5 ",
“bestRating”: “10”,
 "worstRating": 1
},
"offers":
{
    "@type": "Offer",
    "name": "what are you offering",
    "url": "link to web page with offer",
    "price": "0.00",
    "priceCurrency": "USD"
  },
“publisher”: {
“@type”: “Organization”,
“name”: “group name”
}
}
</script>

 22 
 on: August 10, 2020, 04:54: PM 
Started by admin - Last post by admin
Here is some sample code illustrating how this might be used for a service provider with a local service to provide that we can be introduced on a page without structure data, or appended to a page with existing schema.org structured data:


<script type="application/ld+json">   
           {
   "@context": "http://schema.org",
   "@type": "Service",
   "serviceType": "{Insert Service Here}",
   "provider": {
      "@type": "Organization",
      "name": "{Insert Org Name Here}",
      "@id": "{Insert Org URL Here}"
   },

   "description": "{Insert Description Here}",
        "potentialAction": {
                "@type": "Continue the Conversation",
                "name": "Continue the Conversation"
   "serviceOutput": {
      "@type": "{Insert Output Here}",
      "name": "{Insert Output Here}",
      "@id": "{Insert Defining URL Here}"
   },

        "url": "{Insert URL Here}",
        "@id": "{Insert URL Here}"
}

</script>

 23 
 on: July 16, 2020, 01:55: PM 
Started by admin - Last post by admin
The following rule must be added to the website .htaccess file

RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

 24 
 on: July 15, 2020, 02:08: PM 
Started by admin - Last post by admin
<script type='application/ld+json'>
{
  "@context": "http://www.schema.org",
  "@type": "category",
  "name": "name",
  "url": "url image",
  "sameAs": [
     "Facebook",
     "pintrest"
  ],
  "logo": "logo url",
  "image": "image url",
  "description": "description",
  "address": {
     "@type": "PostalAddress",
     "streetAddress": "address",
     "addressLocality": "city",
     "addressRegion": "state",
     "postalCode": "zip",
     "addressCountry": "country"
  },
  "hasMap": "googlemap",
   "openingHours": "Mo 01:00-01:00 Tu 01:00-01:00 We 01:00-01:00 Th 01:00-01:00 Fr 01:00-01:00 Sa 01:00-01:00 Su 01:00-01:00",
  "telephone": "800-800-8000"
}
</script>

 25 
 on: June 06, 2020, 01:44: PM 
Started by admin - Last post by admin
 Just copy and add red & blue code

 Add this before end of head tag

<script type="text/javascript" src="https://www.google.com/recaptcha/api.js"></script>
          <script type="text/javascript">
      var onloadCallback = function() {
        grecaptcha.render('html_element', {
          'sitekey' : 'YOUR SITE KEY'
        });
      };
    </script>

</head>

Next add this after form tag

  </form>
                     <div id="dmxReCaptcha2" class="g-recaptcha" data-sitekey="YOUR SITE KEY"></div>
                      <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit"
        async defer>
    </script>


Next add this after html tag

</html>
<script type="text/javascript">
   function my_button_click_handler() {

   var recaptcha = $("#g-recaptcha-response").val();
   if (recaptcha === "") {
      alert("Please check the recaptcha");
      return false;
   }
   return true;
};
</script>



Thats it

 26 
 on: June 03, 2020, 08:33: PM 
Started by admin - Last post by admin
 <?php $monitor = substr(str_shuffle("0123456789"), 0, 3);?>

<?php echo number_format($monitor,0,'.',','); ?>  

Red = number of digits

Blue = number of decimals

 27 
 on: June 03, 2020, 03:07: PM 
Started by admin - Last post by admin
mail@example.com

.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
}
 
the HTML:
 
<p class="reverse">moc.elpmaxe@liam</p>

 28 
 on: May 26, 2020, 05:04: PM 
Started by admin - Last post by admin
.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
}

DOES THIS

<p class="reverse">moc.elpmaxe@liam</p>

 29 
 on: May 18, 2020, 09:16: PM 
Started by admin - Last post by admin
<meta property="og:image"

This one drove us crazy for a day or so every thing was fine in the coding of the <meta property="og:image" but we kept getting this error message in the Facebook Debugger Tool
https://developers.facebook.com/tools/debug/

"Invalid Image content type"

Turns out the issue was the Height and Width settings on the page the image was on - it was lower than the Minimum image size required by FB o9f 200 px by 200px.

Once we increased it to that the error went away.

 30 
 on: May 14, 2020, 07:42: PM 
Started by admin - Last post by admin
<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 183.218.63.174<- Denys china Mobile phone access

php_flag display_startup_errors on
php_flag display_errors on
error_reporting(E_ALL);
error_reporting(-1);
ini_set('error_reporting', E_ALL);

Pages: 1 2 [3] 4 5 6 7 8 ... 10
Web Global Net Web Application & Web Development Project Center  |  Recent Posts


Login with username, password and session length
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!