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.

Bitpalace

Members
  • Joined

  • Last visited

  1. Maybe browserstack.com can help you.
  2. Yes, many hosting providers are doing a full backup of customer installations. If you want to do your own Wordpress Backups, it is normally best to use a popular, proven-to-work plugin for that. See http://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/ for a list of popular plugins.
  3. The best thing to do from your customer's perspective is to offer different gateway. Some prefer Paypal, some prefer others. Let your customers choose what they want to go with.
  4. 4 GB + i7 will do for Windows 10, so it will basically be o.k. Dust can normally be removed by opening the chassis back.
  5. Roughly three steps: Most users are not really designing sites any more. They install Wordpress, Joomla, Drupal and buy a "theme", "template" etc. for that. Than they make minor changes to existing designs. Real website design normally starts with painting an exact simulation of the website screen in a paint program, e.g. Photoshop, Photoimpact, Gimp. This is a purely creative process and does not need any programming skills. The second step is slicing. You slice your ideal website painting into rectangular blocks. This may be a time-consuming process, because you have to think thoroughly about the order of elements, which block can go where, what part will be a background image, which parts will be front images. Slicing is necessary because all objects on screen are rectangular while great designs often feature polygones. Then you position these blocks using a CSS stylesheet to form your website. It's like a puzzle that you must solve. This part is also a time-consuming process.
  6. The user has asked for a solution of his current issue with his existing script in his existing environment. He has not asked whether he is using the right MySQL extension, neither did he ask to make his statement secure, faster or change his way to communicate with his database server. His question was how to extract the NULL datasets. The example given is exactly what the user had posted in first place, adding the extra to request the NULL datasets, too. Nothing less, nothing more. We would also like to point out that the post on migrating the user's statement into a PDO structure is totally missing the point.
  7. Change $pageSource = mysql_query("SELECT * FROM pmkArticles WHERE category = '$directory1'"); to $pageSource = mysql_query("SELECT * FROM pmkArticles WHERE category " . ($directory1 == ''' ? "LIKE '' OR category IS NULL" : "LIKE '$directory1'") . ')';
  8. It seems that you are migrating a Wordpress website. Migrating Wordpress is much more difficult than simply copying the files and database, because your URLs, references to images, backgrounds, stylesheets etc. are stored in serialized data fields inside datasets in the database. These cannot easily be changed manually. For that reason I recommend that you use a plugin like "Duplicator". It will make the migration much easier and save you a lot of trouble with the FTP upload process that you are currently experiencing. Link: https://en.wordpress.org/plugins/duplicator/
  9. Three examples: With JQuery: http://stackoverflow.com/questions/3...r-using-jquery With CSS: http://jsfiddle.net/gd8ba/light/ Directly in HTML with a little bit of JavaScript: https://www.interspire.com/support/k...+An+Image+Swap
  10. The ideal number of staff to get a company started is probably 2. "Company" means that there is company, e.g. the business owner is not doing it solo. Else it would not be a company. Seriously, being two is advantageous. One may get sick, yet you keep your business running. In negotiations your contract partner may not like you but like your co-worker, so send in your co-worker. You can extend your business hours, you are safer in your office ... Regarding qualification: Many employees have more than a single qualification. A network administration can also be your developer, your graphics designer can also be your an SEO expert.
  11. Our experience is that customers are thankful if they get assistance and responses on weekends and public holidays. There is no point in not answering mails on weekends. If you are doing business on the Internet, your must be present 24/7. Think about other cultures, too. What a Sunday is for Christian countries is a normal workday in many others.
  12. Sorry. We're going through dozens of discussions boards several times daily. Hundreds of thready, so sometimes we overlook that someone may have posted the same response before. Anway, Nillervision's advice was posted, and it is the best advice that the user can get. There is no need to post any individual advice beyond that, because Page Insights tell the user all he needs to know.
  13.    Bitpalace reacted to a post in a topic: Any one to improve the speed of website
  14. Please go to https://developers.google.com/speed/pagespeed/insights/ and check your URL. Google will exactly tell you what you need to do.
  15. Well, maybe the computer is right in telling you that the file is corrupted?
  16. It is possible that the same CD can be read in another drive.

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.