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.

Exascale

Members
  • Joined

  • Last visited

Everything posted by Exascale

  1. Many of the large web hosting companies seem to offer the world and deliver peanuts as consumers and businesses alike wish to see value while experencing somewhat good customer service. There are many small web hosts who have experencied web professionals from DevOps or Programming backgrounds which can support and help your website acheive its potentional. N.B. all the big hosts care about is throwing as many customers on one server (small foot print) hence low cost and low quality of service.
  2. You could of course setup a *.domain.com A record and have apache serve all requests via one VHOST and create a php file looking something like; if ($_SERVER['SERVER_NAME'] == 'subdomain1.domain.com' ) { echo 'Sub Domain 1'; }
  3. Did you get this sorted in the end?
  4. Glad you got it all sorted
  5. Try CloudFlare its free....
  6. [snip] Do not pimp your own services on this forum.
  7. www-root if on ubuntu and apache on CentOS must have atleast group permissions on parent folders otherwise apache will be unable to serve the files.
  8. [snip] Do not pimp your own services on this forum.
  9. I went to staples an hour ago to find they will print 500 one sided business cards £4.99 thats a bargain!!!
  10. Very nice website dude. Like the theme.
  11. I've had bad experences with SSD's with data loss etc. I'm going to wait a while until they become more reliable they seem a bit of a fad at the moment.
  12. How about Magento? Does everything you need out of the box and more plus there are loads of themes on the web to choose from.
  13. A good starting point to see how your website is performing within google would be Webmaster tools
  14. Thanks dude, we keep evolving the website over time like we are intergrating various systems into the website to enable the vistor/customer to engage.
  15. Who is going to want to advertise in a paper book these days? Plus they try to sell you a premium advert on their website? Would your customers not just use Google?
  16. I would recommend looking at Doctrine or Symfony to get a grasp of the various layers.
  17. We also did the Web Development work on this website so any feedback will help us improve our website for the better of the visitor's and our customers.
  18. If you are to resell web hosting I would always recommend a dedicated setup as you dont really have control over the platform such as security patches etc.
  19. What do you guys think of our website http://www.exascale.co.uk/ it was designed by Aarron Tolly a local Web Designer.
  20. Who is using the twitter bootstrap? Post your site up here...
  21. Do many people use these? Do these tags have any relevent upon rankings within google?
  22. I have a few concerns about these guys; - They offer unlimted bandwidth? - They offer unlimited storage? - Very low pricing? Storage nor bandwidth is unlimited this pricing model insinuates their policies will cap or ensure you do not exceed a 'predefined' acceptable tolerance. If you are to have unusually high traffic I presume they will suspend your account untill you put in place calming measures. You should be honest and up front with your customers.
  23. I also find www.network-tools.com a good website for checking everything DNS.
  24. This is a cool service they can also push notify on iPhone and SMS if required
  25. <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ app.php [QSA,L] </IfModule> SetEnv APPLICATION_ENV development <?php require_once __DIR__.'/../app/AppKernel.php'; define('ROOT_DIR',realpath(realpath(__DIR__.'/..'))); $app = new Kernel(); $app->dispacheRequest(); public function dispacheRequest() { $this->getMethodRoute('homepage'); $match = false; foreach($this->routes as $route) { if (!isset($route['pattern'])) { continue; } if (preg_match('/'.$route['pattern'].'/', $_SERVER['REQUEST_URI']) >0) { if (isset($route['headers'])) { foreach($route['headers'] as $header) { header($header); } } if (isset($route['include'])) { include ROOT_DIR.DIRECTORY_SEPARATOR.$route['include']; } $match = true; } } if (!$match) { header($this->routes['404']['headers'][0]); include ROOT_DIR.DIRECTORY_SEPARATOR.$this->routes['404']['include']; } } Try something like that? They are just snippets from a little framework I have started..

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.