|
|
|
|
Web design Dubai articles
|
3 Elements of SEO in Dubai That Are Best Run Alongside Website Design |
|
Find out why it can be beneficial to start SEO work early in a websites development in Dubai.
Ensuring that a website is properly optimised for search engines is one of the most important steps that an online business will take. Until a business manages to become renowned online (such as amazon, ebay, etc) a huge amount of their traffic will be derived from search engines. Due to this it is vital that the Dubai website appears near the top of search engine results pages. Despite the fact that most business owners are aware of the importance of achieving a high ranking in the big 3 search engines (Google, Yahoo and Live) a huge number of them don’t even consider search engine optimisation until they have either launched a website or are preparing to. This article aims to explain why it can be hugely beneficial to start an SEO campaign at the same time as, or slightly before, the website is being designed.
Keyphrase Selection
One of the most important steps in the search engine optimisation process is the selection of keywords. There are several important aspects to look for in a keyphrase that is likely to prove successful. Firstly it is vital that enough people actually search for a particular term. Secondly it is necessary to analyse the competitors that already hold the page one rakings for that phrase. If the top 20 results in the major search engines are held by dominant authority sites with high pagerank ratings it is extremely unlikely that a new website will be able to have a strong impact. Finally the keyphrase has to be considered in relation to how well it relates to the page that it will be linked to. For example, for businesses it is integral that they not only generate traffic but also that the traffic is likely to convert to sales. Typically highly generalised keyphrases will generate traffic that is looking for information rather than products or services so it is worthwhile looking into more specific long-tail keyphrases.
When designing and building a website it is enormously beneficial if the keyphrases have already been selected. This allows the developer to tie the different sections of the website (or product categories for e-commerce sites) to the keywords making each of these sections far easier to optimise for in the long run.
On-site SEO
One of the first steps that an SEO specialist will take when beginning to optimise a website is to analyse the website and create a list of recommendations on what can be improved to give the site the best chance at achieving high rankings. While often these changes are relatively straightforward to implement after a website is completed it makes far more sense if these recommendations are made early to allow the designer to implement them on their initial build. By doing this the owner of the site can save the considerable amounts of time and money that would have been incurred by writing and then rewriting the code and content on each page.
Copywriting
Another reason for starting SEO before a site is completed is that the copy on the site can be written with search engines in mind. While it is obviously important that the website is written for its human visitors first and foremost there are some straightforward SEO techniques (such as utilising the keyphrase within the text and linking to other relevant pages on the site using keyphrase appropriate anchor text) that can help boost a websites ranking. By figuring out the keyphrases early and writing SEO friendly content from the start a lot of the time and money that is often spent redrafting content can be saved.
Ultimately while it is perfectly possible to embark on an SEO campaign after a website has been completed it usually makes far more sense to start it early and then build the site with the SEO in mind. This can save the considerable amount of time that rewriting Titles, headers, descriptions, content, etc can take and result in a website that is ready to launch with the highest potential to rank highly. |
|
|
Handy Hints for Web Designers |
|
Web Designing in Dubai is as easy as 1-2-3, claim some of the software tools on the market that "generate" your pages for you. Unfortunately, many Dubai web designers today have fallen prey to this marketing gimmick - and the results are obvious. Every now and then, one comes across a website that looks good with a particular browser and a particular screen-resolution; but view it with a different browser, and you can't even read the plain text on the page. Worse still, given the number of operating systems that are used by netizens worldwide, these pages will never be seen properly by more than a half of the intended surfers.
Now let's assume that this web page belongs to a site that sells stuff online. The very fact that half the users cannot even see the page, translates into losses worth half the amount straightaway (perhaps, even more!) I guess that makes a good case for the raison d'être of this article! Web Designing is, in my opinion, a cocktail of creative skills & technical prowess – and one is no less important than the other.
In the following lines, I have jotted down a few points that I noticed during my online journeys, important from the point of view of web designers. Some of them may be taken with a pinch of salt; for it is not possible to please everyone everytime. But most of them are simple enough to be used as a rule of thumb.
- A picture, they say, is worth a thousand words. A picture file, alas, is also almost as big. Images, no doubt, enhance the look of a page, but it is not advisable to go overboard in stuffing your page with a truckload of images. Most net-surfers use a dial-up connection, and the average time to load a page should be no longer than 5 seconds. If it's longer, the surfer will most probably click away elsewhere. So, within this time, all the images on a page must be loaded as well. So, as a rough yardstick, keep the aggregate page size less than 30k.
Another important point to note is that each file on the page requires a separate HTTP request to the server. So a lot of small images - even if they do not add up to a lot in terms of bytes - will slow down the loading a lot.
Even when you must use images for navigation, please give a second thought to the users who will not be seeing those jazzy, fantastic & truly amazing buttons that you spent hours to design. Yes, I'm talking of the ALT text attribute of the IMG tag. Do not forget to provide an Alternate Text for each image that you use for navigation. (It may be left blank for certain images that are purely for aesthetic reasons, but let that be an exception, rather than the rule.) Though not obviously apparent, ALT text can help such users immensely.
Modern browsers offer users a choice to turn off images. This gives an idea of how troublesome the unwanted images could be.
A couple of more attributes that make your pages load faster are the HEIGHT and WIDTH attributes. Without these, the browser must wait for the image to download since it cannot know how much space to leave for them!
-
Navigability & functionality come before artistic excellence. It is no use making your site a masterpiece of art if users cannot navigate around it - even after they reach the main page, they have no clue as to how to go where they want to go.
-
Especially common, is a kind of navigation that some people call Mystery Meat Navigation. That means, that unless your mouse moves over an image, you have no idea where that link might take you. Only when the mouse hovers do you see the actual link. This is cumbersome because users need to move their mouse all over the place to find out which part is a link and which is not.
-
Follow the K.I.S.S. principle: Keep it simple, stupid!
-
Next is a very important practical suggestion: whenever your whole page is within a TABLE, the page cannot render (i.e., the page does not show on the screen) unless the entire table is downloaded. You might have noticed this on several websites, when there is no activity for a long time, and suddenly the entire page is visible. Hence, to avoid such a situation, what you should do is this: Split the table up into two tables one below the other, and let the top one be a short table that displays just the page header and a few navigation links. So now, immediately upon downloading this part of the page, users can see the page header – and this prepares them for the long wait ahead, as well as keeps them from leaving your site to go to other sites, in case of a slow connection.
-
The ongoing browser wars have left only one casualty – the user. As a word of caution, stay away from all browser-specific functions. Because if a certain feature is supported by one browser, it will most definitely not be supported by another. Where you must use such features, it should not hamper the display of the page in the other browser which does not support such functionality. In other words, your page should degrade gracefully.
-
Creating a new browser window should be the authority of the user only. Do not try to popup new windows to clutter the user's screen. All links must open in the same window by default. An exception, however, may be made for pages containing a links list. It is convenient in such cases to open links in another window, so that the user can come back to the links page easily. Even in such cases, it is advisable to give the user a prior note that links would open in a new window.
-
Keep in mind the fonts-challenged users too. The ultra-jazzy "Cloister Black MT Light" font that looks so amazing on your machine may well be degraded into plain old Times New Roman on your user's machine. The reason? He/she does not have the font installed on his/her machine - and one thing's obvious - there's nothing you can do about the situation, sitting halfway across the globe from them.
-
Stay clear of out-of-the-way hard-to-find fonts. Use plain vanilla fonts like Arial, Verdana, Tahoma, and Courier. If need be, make your jazzy fonts into an image and put that on the page. (and while you're there, do not forget Tip #1.)
-
A new design trick that is increasingly being used on the web has caught my fancy: It is a very functional navigation bar that guides you across all possible paths within the site. It looks something like this:
Home > Section > Subsection > Page
What better than to give your users a handy way of visiting just about any other page on your own site, and informing them where they are!
-
Another new trend on the web is not all that inviting - various vendors come up with "revolutionary plug-ins" and undoubtedly, most amateur web designers jump up to spruce up their pages using them. The reality is that most people won't have them installed, and wouldn't care about it anyway. Come to think of it, have you seen plug-ins on any of the most popular sites, including Yahoo.com, Amazon.com or Google.com? It's simply not the best thing to do. Mention must be made here of Macromedia's Shockwave Flash plug-in, which has now made its way onto most computers today, and thus presents no harm in using vector animation on your site.
-
Java is yet another often-misused technology on webpages. Use Java as a utilitarian programming language, not as a graphics front-end for your photos/images. There are various things you can do with Java; that does not mean you should do all of them. Java applets are known to run slower, so users experience a certain sluggishness in performance. And worse still, Java has been known to crash certain browsers. This is not something everyone likes, especially if it is done for the sole purpose of showing a set of images in a slideshow!
The moral: Use it, but with discretion.
-
Never underestimate the importance of those META tags. They can make all the difference between your users coming to your site and going to your competitor's – just because they couldn't find yours. Search Engines heavily rely upon the Keywords & Description Meta tags to populate their search database. And once again, use discretion in writing these. Including a huge number of keywords for the same page can spell trouble. The description should be a small, meaningful summary of the whole page that makes sense even when seen out-of-context of the webpage itself, say, in a listing of search engine results.
-
And the final point that summarizes all the points so forth: Write for all browsers, all resolutions, and all color-depths. If you show people pages that look best with their own browser and their own resolution, that makes them feel "at home", and you get a better response. Compare this with a website that proclaims "Viewed best with Browser X at a resolution of 1024x768." I'll give you a choice between two options when you see such a page: download the suggested browser (which might well be over 50 Megs), then go get a new monitor that supports the high-resolution, and then adjust your screen setting so you get the perfect picture. Or simply click away to another site. Which do you prefer?
|
|
Web designers, like any creative person, can suffer from writers block. But because of our work, there are many ways you can learn to deal with the blocks and get unstuck. These six suggestions have worked for me to get new design ideas in the past and will work again.
- Be prepared for procrastination to try to block you. When I'm working on a new design or article idea, I find that that's when ideas for other projects will come up. For example, I might start thinking of ways to paint my office, about the wool I need to wash, or a possible location for a new kitchen garden. I realize that these are just ways of procrastinating, but they are also things I'd like to do. So, if I'm writing or working on a Web design, I write them down and continue brainstorming my current project. I've found that if I write down the things I want to procrastinate, they don't press as much as they would if I try to simply ignore them.
- Start in the middle. For some reason, many Web designers feel an intense need to start at the top of their Web page and design down. Yes, ultimately, you'll have to think that way about the HTML or CSS, but when you're working on a design, you should focus on the most important part first - and that's not usually the navigation, branding, or advertising found at the top. When writing content, the same is true, I've found that if I start writing with a title, my articles are usually completely different than what the title says. So I have to write a new title when I'm done anyway.
- Step away from the computer. I've found that it can get very easy to get hung up on technical issues like HTML or JavaScript when I try to do an initial design on the computer. While I do most of my rough writing drafts on the computer, I do most of my designs on paper first. For one thing, they're easier to erase and scratch out. Plus, since I use scratch paper for most rough drafts, so if I decide I hate an idea, I don't feel bad about throwing it out.
- Take the time you need. Planning is one step in most projects that is both the most important and the least used. Most people, including Web designers, prefer to jump right in and start building things. If you prefer designing a page, you probably get out Dreamweaver or Photoshop immediately after starting a project. If you prefer developing pages, you probably jump right into the PHP or JavaScript to generate behaviors. But most Web design and development projects end up over budget, over time, or not meeting the requirements - and this is usually because the planning phase of the project was glossed over in favor of action. Take time with your planning and when you think you're done, take a little more time. Planning won't hurt your designs, but lack of planning will.
- Ask for help. Don't be afraid to ask for help, but be sure to find people who can provide you with constructive criticism. It doesn't help if they are too effusive about how wonderful it is, but someone who can't find anything good is also not a lot of help.
- If you're really stuck, do something else. The idea is to get your mind off of the problem you're working on. This can allow your subconscious to think about it unobstructed. I can't tell you how many times I've gone to sleep and woken up in the morning with the ideal solution completely formed in my head.
|
|
Who is a Web Designer in Dubai?
A Web designer is someone who designs Web pages. A Web designer is more focused on the look and feel of a website than how it works, and often uses WYSIWYG editors rather than diving into the HTML directly.
Web designers have the following skills:
- Some HTML
- CSS
- Design
- Project management
Companies looking for Web designers are looking for people with a good aesthetic sense that can build and maintain websites that look good.
Web designers won't be asked to build Web programs or applications or maintain databases for data driven websites.
Web Designer in Dubai is Used as a Catchall
Some people use the term Web Designer to refer to anyone who does anything on a website. Most freelancers refer to themselves as Web designers.
Be sure to read the job description carefully for any job you are applying for to make sure you meet the requirements.
Bullseye Studio as a web designers company in Dubai
We provide all aspects of Web design and development. We know how hard it can be to find great London Web designers, that's why we've made it easy to find us! Talk to us today about your Web site requirements.
|
|
Business cards are cards bearing business information about a company or individual. They are shared during formal introductions as a convenience and a memory aid. A business card typically includes the giver's name, company affiliation (usually with a logo) and contact information such as street addresses, telephone number(s), fax number, e-mail addresses and website. It can also include telex, bank account, tax code. Traditionally many cards were simple black text on white stock; today a professional business card will sometimes include one or more aspects of striking visual design.
Construction
Business cards are printed on some form of card stock, the visual effect, method of printing, cost and other details varying according to cultural or organizational norms and personal preferences. The common weight of a business card may vary on your location. Generally, business cards are printed on stock that is 350g/m2 (density), 100 lb. (weight), or 12pt (thickness).
High quality business cards without full-color photographs are normally printed using spot colors on sheet-fed offset printing presses. Some companies have gone so far as to trademark their spot colors (examples are UPS brown, Los Angeles Lakers' purple, and Tide's orange). If a business card logo is a single color and the type is another color, the process is considered two color. More spot colors can be added depending on the needs of the card. With the onset of digital printing, and batch printing, it is now cost effective to print business cards in full color.
To simulate the "raised-print" effect of printing with engraved plates, a less-expensive process called thermography was developed that uses the application of a plastic powder, which adheres to the wet ink. The cards are then passed through a heating unit, which melts the plastic onto the card. Spot UV varnish onto matte laminate can also have a similar effect.
Full color cards, or cards that use many colors, are printed on sheetfed presses as well; however, they use the CMYK (cyan, magenta, yellow, and black) four-color printing process. Screens of each color overprinted on one another create a wide gamut of color. The downside to this printing method is that screened colors if examined closely will reveal tiny dots, whereas spot color cards are printed solid in most cases. Spot colors should be used for simple cards with line art or non-black type that is smaller than 5 points.
Some terminology in reference to full color printing:
- 4/0 - Full Color Front / No Print On Back
- 4/1 - Full Color Front / One color On reverse
- 4/4 - Full Color Front / Full Color Back
These names are pronounced as "four over zero," "four over one," or "four over four".
A business card can also be coated with a UV glossy coat (offset-uv Printing). The coat is applied just like another ink using an additional unit on a sheetfed press. That being said, UV coats can also be applied as a spot coating - meaning areas can be coated, and other areas can be left uncoated. This creates additional design potential.
Business Cards can also be printed with a digital copier, which uses toner baked onto the surface of the card. Some industry leaders have begun avoiding the using the term copier in their literature, insisting their state-of-the-art machines are more like digital presses, than their office-oriented predecessors.
While some of the older office copiers may have had problems running heavy business card stock, the newest digital presses can print on stock as heavy as 80# to 100# cover stock, and 12 to 14 point stocks with ease.
UV coats, and other coatings such as Aqueous Coatings are used to speed manufacturing of the cards. Cards that are not dry will "offset" which means the ink from the front of one card will end up on the back of the next one. UV coatings are generally highly glossy but are more likely to fingerprint, while aqueous coatings are not noticeable but increase the life of the card. It is possible to use a dull aqueous coating on uncoated stock and get some very durable uncoated cards, and using UV coating or plastic lamination can also be applied to thicken thin stocked cards and make them more durable as well.
When cards are designed, they are given bleeds if color extends to the edge of the finished cut size. (A bleed is the extension of printed lines or colors beyond the line where the paper it is printed on will be cut.) This is to help ensure that the paper will cut without white edges due to very small differences in where the blade cuts the cards, and it is almost impossible to cut the cards properly without. Just being a hair off can result in white lines, and the blade itself will pull the paper while cutting. The image on the paper can also shift from page to page which is called a bounce, which is generally off by a hairline on an offset press, but can be quite large on lower end equipment such as a copier or a duplicator press. Bleeds are typically an extra 1⁄8 to 1⁄4 in to all sides of the card.
- Bleed Size: 3.75 × 2.25 in (1⁄8 in bleeds) (95.25 × 57.15 mm)
- Standard Cut Size: 3.5 × 2 in (89 × 51 mm)
Fold-over or "tent" cards, and side fold cards are popular as well. Generally these cards will fold to the standard size.
In today's global marketplace, it is not uncommon for the cards to be printed with English on one side and the local language (if not English) on the other. |
|
|
|
|
|
|
Page 1 of 3 |
|
|