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. You can try http://purecss.io/ its lite and you can customize it at http://yui.github.io/skinbuilder/?mode=pure
  2. igorv replied to akamoroz's topic in Server Side
    You can do it via ssh console using rsync command rsync -avz vpsusername@vpshostname:/home /root/temp
  3. SELECT id FROM members WHERE( a like '$category,%' OR a like '%, $category,%' OR a like '%, $category' ) but better solution is to alter structure of MEMBERS table.
  4. Try http://leafletjs.com/ (JavaScript Library for Mobile-Friendly Interactive Maps)
  5. Hmm, maybe this is what you need http://jsfiddle.net/sxgrhayp/15/
  6. try http://jsfiddle.net/sxgrhayp/13/ Tutorial: https://developer.mozilla.org/en/docs/Web/API/EventTarget.addEventListener
  7. Nick is right, it's not job for a beginner. Anyway, you can use my tool for quick database and site prototyping, here is taxi service example site http://vebdizajn.rs/projects/taxi/list Admin panel: http://vebdizajn.rs/projects/taxi/objengine/admin.php?userid=taxi.sa&password=taksi11
  8. If you don't have data for all streets and numbers in town you do not need Pick-up / Drop-off Locations table. Pick-up / Drop-off Locations should be 2 columns in Booking table. (and maybe you should add lat/log columns also) Passenger/Company should be one table.
  9. Image http://sleepylabs.co.uk/images/millenium1.jpg height is 601px, should be 600px
  10. try $(this).animate({bottom: '-200'}, { duration: 2000, easing: 'easeOutBounce' }); use 'jQuery 1.9.1' and 'jQuery UI' not 'jQuery 2.0 edge' http://jsfiddle.net/4qy8r/14/
  11. http://www.webdesignerforum.co.uk/topic/68584-anti-spam-form-without-captcha/
  12. Can you review my new online shop: http://bootstrap3cms.com Admin panel: http://bootstrap3cms.com/objengine/admin.php?userid=shop1.user&password=shop1pass Feel free to edit items in admin panel.
  13. You can try above JS code from your page, in firebug console (you will need jquery included on your page) ,or send me service url
  14. If Trip advisor server have cors enabled you just need to append "callback" param to your jquery ajax call: $.getJSON( '//TripAdvisorURL&callback=?' , function( data ) { console.log(data) });
  15. I created free tool at www.objengine.com where developer can create db objects he need and just replace static html with $ObjectName.ObjectProperty example site: http://somehost.bl.ee/amoeba/ Admin panel for end user: http://somehost.bl.ee/amoeba/objengine/admin.php?userid=amoeba.user&password=auser Admin panel for developer http://somehost.bl.ee/amoeba/objengine/admin.php?userid=amoeba.sa&password=asa Json service for every object you define: http://somehost.bl.ee/amoeba/objengine/ajax.php?objectname=About&orderby=changedate%20desc
  16. Firebug is your friend: http://jsfiddle.net/E5dfU/
  17. Take a look at http://www.fourfront.us/blog/jquery-window-width-and-media-queries
  18. I guess you are right, but I newer had cursor disappearing problem, and I did tests on firefox, chrome and ie, thx
  19. What browser you are use?
  20. How about now: http://somehost.bl.ee/objengine/admin.php?userid=testuser3&password=testuser3

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.