Everything posted by igorv
- PHP JQUERY AJAX TOGGLE DATABASE VALUE
-
Light Responsive CSS
You can try http://purecss.io/ its lite and you can customize it at http://yui.github.io/skinbuilder/?mode=pure
-
Easy backup VPS
You can do it via ssh console using rsync command rsync -avz vpsusername@vpshostname:/home /root/temp
-
How do I select a data from other likely data
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.
-
Database built around google maps. (few questions)
Try http://leafletjs.com/ (JavaScript Library for Mobile-Friendly Interactive Maps)
- JS pass argument AND event handler to function
- JS pass argument AND event handler to function
-
Interactive website database help!
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
-
Interactive website database help!
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.
- Responsive image gallery
- Responsive image gallery
- Need help with this please
-
jQueryUI not working ?
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/
-
Best anti-spam form for bespoke website?
http://www.webdesignerforum.co.uk/topic/68584-anti-spam-form-without-captcha/
- (easy to use?) CMS
- (easy to use?) CMS
-
Ajax cross domain requests from browser question (CORS)
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
-
Ajax cross domain requests from browser question (CORS)
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) });
-
Simple website requiring CMS
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
-
picture slider not working
Firebug is your friend: http://jsfiddle.net/E5dfU/
-
Best way to call function on resize window (jQuery)?
Take a look at http://www.fourfront.us/blog/jquery-window-width-and-media-queries
- (easy to use?) CMS
- (easy to use?) CMS
- (easy to use?) CMS
- (easy to use?) CMS