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.

igorv

Members
  • Joined

  • Last visited

Everything posted by igorv

  1. igorv replied to Brock's topic in Frontend
    I guess problem is on next and prev onclick event handler, you need to save incremented data value $(".next").on('click', function () { var $projects = $("#projects"); pid=$projects.data('id'); // read $projects.data('id', pid+1 ); // increment and save $projects.load("projects.html #div" + $projects.data('id') , function () { }); return false });
  2. You can try http://manos.malihu.gr/jquery-custom-content-scroller Also install "web developer extension" for firefox, there is "view generated source" option which is different from initial "view source".
  3. You can use mysql on duplicate key update syntax: INSERT INTO StudentData SET RollNo = $RollNo , FirstName=$firstname , LastName=$lastname , MobileNo=$mobile ON DUPLICATE KEY UPDATE FirstName=$firstname , LastName=$lastname , MobileNo=$mobile
  4. igorv replied to Brock's topic in Frontend
    HTML <a id="load1" href="#" data-id="1" class="load"> <img> </a> <a id="load2" href="#" data-id="1" class="load"> <img> </a> JS $(".load").click(function () { $("#projects").html(""); $("#loading").show(); $("#projects").load("projects.html #"+$(this).data('id'), function () { $("#loading").hide() }) })
  5. It is possible to update the pages via email, but I would not recommend you to do it. Can you post 'whats on page' url?
  6. Put https://github.com/spyrosoft/PHP-Terminal-Emulator on your server and try "unzip" command via terminal emulator.
  7. When you login as admin you can create database structure and web pages. You need to create object and properties for that object. For example "News" is object properties may be date, title, description, user, image, category... When you define object and properties (and press refresh in main menu), you will have cms and web-service ready for that object in main menu, all you need is to put "$Objectname.Propertyname" in your html code I setup demo admin page on my test server where you can create object, insert html code and see results http://www.mobilearea.info/start?userid=objdemo pass: objdemo Preview: http://bookingcentar.com/obj-demo/test (change "test" to any name defined in "web pages" from admin) I am not very good in explaining things I guess...
  8. Hi, if you are good with html/css you you can try create site using my framework. I created example using html code from "mobile website builder" from previous post (only for test purpose, will be removed). cms: http://www.mobilearea.info/start?userid=objuser pass: objuser result page: http://bookingcentar.com/obj-demo/real2

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.