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.

ELITE

Privileged
  • Joined

  • Last visited

Everything posted by ELITE

  1. ELITE replied to ELITE's topic in Server Side
    Thanks, i have just set it up, put the token in the header as a bearer token, if you want a token key for free let me know, it does HTML to PDF, screenshots to PDF, XML site map and few other ideas i am working on
  2. ELITE posted a topic in Server Side
    Hi, just looking for advice, when a user registers I would like them to have a URL token assigned to them, not a problem with that, what I would like to know is the best practice for allowing them access to part of the website that generates an HTML to PDF, the user, from their site uses Curl with the URL token and the URL that they would like converting to HTML. What I would like to know is the following it best to store a session against that user in a database table? how long should I allow the token to be active for 3 months 6 months? do I need to give them a refresh token? or am I over complicating things? thanks
  3. ELITE replied to ELITE's topic in Website Hosting
    hi, i have one sorted, thanks for the suggestions though
  4. Hi, i am looking for a server than i can install python and node, not AWS though. Thanks
  5. You have to use .contents, the best i can do is provide a link at the moment link
  6. i use laravel a lot, i can help you better tonight but for now look at the docs for laravel 5.5 https://laravel.com/docs/5.5/ if it helps i have 2 htaccess files root and public directories see below root <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] </IfModule> public directory <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews </IfModule> RewriteEngine On # Redirect Trailing Slashes If Not A Folder... RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)/$ /$1 [L,R=301] # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] # Handle Authorization Header RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] </IfModule> will have more time to help tonight, hope this helps
  7. haha, no problem, we all do it we just tell everyone haha
  8. your html for <Form is <form2 also change </form2> to </form>
  9. hi, is this link helpful ? http://www.sitepoint.com/css3-background-size-property
  10. personally from my experience i started of learning html css php mysql javascript jquery , when the time came to look for a job all the local companies at the time were looking for MVC frame work experience, if you are looking for a job then take a look at the companies that you would like to work for see what experience they are asking for. In Staffordshire a lot of companies are asking in for Laravel 4 experience
  11. Hi, i dont want the page to refresh just the iframe
  12. Solved this, after the ajax call added .done(function(data) { var result = data; var iframe = document.getElementById('view'); if(iframe.contentDocument) doc = iframe.contentDocument; else if(iframe.contentWindow) doc = iframe.contentWindow.document; else doc = iframe.document; doc.open(); doc.writeln(result); doc.close(); }) this updates the iframe and refreshes the iframe so it works like js fiddle
  13. Hi, i am building a front end developer testing area like js fiddle i have what i want working, it works by loadiing a file and using php file_put_contents to update the file, the way i would like it to work is the posted data to populate the results are (this i can do) the problem i have is if you choose a javascript library like jquery to load into the iframe the iframe needs to be refreshed for the jquery to work and then the results go blank HTML <iframe class="iframe_layout_with_sidebar" src="./files/test.php" id="view"></iframe> AJAX $.ajax({ url: '/convert', type: 'POST', dataType: 'HTML', data: { html: html, css: css, js: js, jquery: jquery, jqueryUI: jqueryUI, ko: ko, option: 'save' }, }) .done(function(data) { document.getElementById('view').contentWindow.location.reload(true); }) php just updates the test.php file with file_put_contents this works but i want it to load the iframe with jquery loaded and with the posted data thank you
  14. powered by wordpress so is this any use to you http://wordpress.org/plugins/wordpress-simple-paypal-shopping-cart/
  15. RewriteEngine On RewriteRule ^oak-furniture/([A-Za-z0-9-]+)/?$ oak-furniture.php?oak-furniture=$1 [NC] this worked for me thanks for pointing out my copy and paste error
  16. Hi thanks for pointing it out i am getting this error now Notice: Undefined index: oak-furniture in
  17. Hi all, i have written a custom shopping cart and i just need the urls to be friendy i have the following url oakfurniture.dev/oak-furniture.php?oak-furniture=BROOKLYN-OAK-4-DRAWER-CHEST i would like it to be oak-furniture.dev/oak-furniture/BROOKLYN-OAK-4-DRAWER-CHEST i have in my .htaccess Options +FollowSymLinks RewriteEngine on RewriteRule ^oak-furniture/(.*)$ /oak-furniture.php?id=$1 and i have restarted apache can anyone help with this thanks
  18. if your using firefox then download firebug sorry i cant be more help but i am colour blind and cant see a brownish/grey inner border :-(
  19. Hi All, is there any evidence that Google ignores pronouns And prepositions, I have been using a few seo tools for word count and notice that keyword count is different on all of them some 10% Thanks
  20. shift and return will add a <br /> and return will add <p> </p>
  21. i think .next may help you $(this).next(".blogdesc").slideUp("fast"); try that
  22. Laravel 4 Eloquent is my opinion
  23. as anyone tried to cancel a subscription with Adobe, i want to cancel a monthly subscription for dreamweaver, there contact and support links take you around in circles and then you contact live chat and get told to wait and then they close the chat down because you dont reply after being told to wait thanks
  24. is this any use to you http://trentrichardson.com/examples/timepicker/
  25. you have missed spelled the url in the link taken you to a page not found you have missed the second c out in church will take a look for you now

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.