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.

GigafishLabs

Members
  • Joined

  • Last visited

Everything posted by GigafishLabs

  1. Yep I also think that the bigger screen the better, for web design the iMacs are great you can get one for sth like 600 pounds off ebay.
  2. And even if someone does not know that disabling javascript works, he can always print a screen and take what he wants. The best way to protect content is to give it away for free.
  3. Just like mates above said, but to summarize keep using anchors but use jquery effect to smooth the movement.
  4. A lot of ppl use Dreamweaver but I personally recommend netbeans and eclipse but depends on the language used.
  5. To be honest I feel like Html and Css is so simple that anyone can lear it one day and master in a week. Just from the beginning read coding standards and keep to them, write websites. Thats it.
  6. I would recommend writing website after website html css so you will master everything, you do not need to finish them necessairly but you will have templates and will be able to track your progress. Doing the same thing over and over again helps to become better in it.
  7. Search engines not browsers.
  8. Networking is the king, join your local networking group, talk to people make relationships then you will have your group of clients and enough work to stop needing additional advertising.
  9. Learning is one thing but if you want to make a living out of it not find a job then learn more about running a business than all other things, simply with html and css you can start making money.
  10. Let me also do it: http://w3schools.com/php/php_mysql_intro.asp Here you will find very nice fundamentals on working with SQL and combining with PHP. All you need to know.
  11. I am referring to all browsers not google only, SEO is the Search Engine Optimization not Google Engine Optimization So basically speaking you can be right about google, but focusing only on google and ignoring the rest is not a good habit. Additionally I am afraid that by saying - ignore Validations - some people who just started to learn might get confused, and ignore actually important things.
  12. You didn't fully understand. Below IE8 means IE4,IE5,IE6,IE7 ect. Cheers
  13. The easiest way is to write yourself a javascript browser detection script, and put raw html website below IE8 with information, users can access info and they are told to upgrade. It won't lose you visitors.
  14. I didn't know that SEO is only a google related term? What about Bing, Yahoo, MSN, Aol and other you do not consider other search engines for SEO, and foremost what W3C errors do you consider as not affecting SEO, for example missing alt attribute is an Validation error which affects ranking....
  15. position: relative; top: 0px; left: 0px; Add relative positioning and adjust top and left.
  16. You need to fetch the table within the database. Create a form with search box and query a text from that form against the database and fetch. to query Use $query - mysql_query("SELECT * FROM yourtable WHERE yoursearchname='$searchedname'"); to display use while($row = mysql_fetch_assoc($query)) { echo $row['yoursearchname']; // row name } This is quite easy to do but you need to have a fundamental knowledge about PHP and MySQL
  17. Use 301 redirection, this will help you to maintain results from .COM domain in position without loosing the traffic from that links.
  18. The extension does not matter for SEO but the content. If you will optimize your website's content for UK google then it will be found there more easily. Whether it is .NET or .CO.UK the content is the factor that determines the indexing, also the links but we are going more deep into SEO here.
  19. Why don't you write a function from data you have already and filter what's needed?
  20. add to style property: style="position: fixed;"
  21. Have you tried - overflow-x:hidden; ? Try: overflow-x: hidden; Change in your style.css body { background-color: #553C19; margin: 0px; padding: 0px; background-image: url(images/bg_repeat4.jpg); } to body { background-color: #553C19; margin: 0px; padding: 0px; background-image: url(images/bg_repeat4.jpg); overflow-x: hidden;}
  22. It is based on Drupal therefore is limited to some extent, if you are not coding the website yourself and requires a lot of work I would recommend hiring a PHP coder to make some stuff possible for you. I think you could improve the message, as for the newcomer it is not really obvious what is this social network about...
  23. You should work on your typography in my opinion.
  24. If you are thinking about SEO then Validation is a must.
  25. The best way is the way that will make your Client feel comfortable, but you have to also be comfortable about it. I am not sure if inviting a stranger to your house is a good idea, but if they want a bit closer relationship than only a phone conversation you can always meet up for a coffee or arrange a video call. D

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.