Category Archives: Web development

Web Design Mauritius – Be Responsive

The Internet has become an integral part of everyday life. Even on the move, more and more surfed with mobile phone and tablet. Therefore, it is enormously important that the homepage on all devices is clearly displayed and easy to use. Responsive web design is essential for a clean presentation, but also for search engine optimization.

The Importance of Responsive Web Design

“Responsive” translates from the English as “react”. Translated to the web design, one could say the design “responds” to the device on which it is displayed. When creating a homepage in Responsive Web Design, it specifies how the page is displayed on different screen sizes. On the monitor with at least 1024-pixel resolution, the user sees a classically constructed website, usually with a few columns next to each other.

If the same page is called up with the tablet, which has significantly less width, the columns adjust themselves so that a clean picture develops. Even further, the content of the page must adapt when it is opened with the smartphone. In this case, the page recognizes the resolution and usually has no more columns, but sorts the content among themselves.

Continue reading

3D in your web pages

How to put interactive 3D images on a web page? What technical solutions for them to be visible by a maximum of Internet users, in other words supported by a wide range of browsers? How to implement them?

Several solutions exist, but none has yet emerged: technologies, equipment and standards are constantly changing in this area, so the choices are not obvious. To schematize, there are solutions that have proven themselves but which do not seem to have a future (Flash 3D, Java3D) and promising solutions based on standards but which are not yet universally supported (WebGL, CSS3 3D).

Flash 3D: proprietary solution (Adobe), user side requires the Flash plug-in, design side a good knowledge of ActionScript or go through a dedicated 3D Flash engine (Away3D, CopperCube …).

Java3D: open-source solution, Java API (not included in the JDK), user side requires the Java virtual machine, design side some knowledge of 3D programming or go through software like WireFusion.

The Flash plug-in and the JVM are installed on almost all (98%) desktop computers. Continue reading

wordpress-mauritius

Web Development Mauritius: WordPress

The different stages of creating a site are considerably easier under WordPress thanks to its flexibility and its performances. In order to fully understand the benefits of WordPress, let’s detail the steps of building a website in chronological order.

Web development in a nutshell

The specifications: This is the document that takes up the final schedule. It includes functional behaviors and plugins that will bring the project to its final release.

The model (also called “Wireframe”): it is an overview with a tree and a graphical interface.

Integration: this is the phase during which we add content such as articles, images, etc.

Developments: it is the step of the code that it is HTML, CSS, Javascript, PHP, MySQL…

Delivery of the project

In WordPress, development can take place throughout the entire project.

This flexibility makes it possible to continuously improve the project even if it is already delivered, very simply and quickly.

Continue reading

words-website-content-mauritius

How to write good content for your website?

To be more precise, your content must be relevant, digestible, interesting and memorable, identifiable by the search engines. And they must be kept up to date. And if your content is good, why reserve your talent to your website?

Relevant and digestible

When you write a text, strive to think like your readers. Address your visitors, your customers. Use specific terms. Go straight to the point in your texts and descriptions. What works best is necessarily short. Avoid any entrepreneurial jargon, talk like your customers would. Otherwise, they may never come to your site. And if they succeed in falling on them, they will not understand much of it, and will go to other heavens.

People do not read websites, they scan the screen until something catches their attention. If there is too much text to inspect, or if they do not find anything they expected, they move on to something else. Split your texts. Make short sentences and small paragraphs.

Choose your titles carefully. Do not say too much, or too little, it is the rule. And give care to the language you use, it’s important: If your site is for children, say “How to make paper flowers”, if it is addressed to specialists say: “Model for Origami: Pink “.

Use illustrations. A picture is worth a thousand words. If possible, replace some paragraphs with a photo or video.

Continue reading

web design mauritius

Web Design Mauritius: Why create a website?

Creating a website is a powerful communication tool.

A website is a unique way to communicate with the world. So whether you have chosen to create a website to share your passion for music or animals, to make your company known to potential customers, to sell crafts or other items, there are no more barriers. With a site, a multitude of possibilities is offered to you.

The Internet is the ideal medium to reach a large audience at little cost.

A website gives you:

  • A business card of your company
  • A permanent and detailed advertisement
  • A facility open 24 hours a day and 365 days a year
  • Increased competitiveness
  • Better reaction speed
  • Increased credibility

Mass media communication

Internet is the only communication medium where you can broadcast photos, music or videos. This ability makes it a rich and dynamic medium. Creating a website is an essential step in a company’s growth strategy. Today, the website has become a true communication tool and a powerful marketing tool.

Continue reading

web design mauritius

Web Design Mauritius: 2017 on the Web!

Web design remains one field that is always evolving. Meaning that you always have to upgrade your site to fit the current generation of features. This year began loudly on the web design side of things – three dominant features are ruling new designs and this is what our article is all about. Here are the three trends to keep an eye on this year and to maybe add on to your website to be on the trendy side of things.

A video to replace images

The display of large-format video clips to replace banner images is a good way to boost a website. Increasing the speed of web connections allows us to integrate more and more media items in better resolution. The html5 video tags allow us to easily integrate them and ensure a good cross-browser compatibility. The only barrier to this trend: Apple mobile devices do not support automatic video playback to preserve battery life.

“Landing pages”

One very common feature being used nowadays remains the Landing Page. Landing pages allow several companies with a smaller budget to maintain a high-quality presence on the Web. They also allow a company that already has a web presence to launch a targeted campaign or online offensive and increase the conversion of visits – thus not only increasing their visibility but also increasing their gain in clients.

Continue reading

WEB DESIGN: Edge the new browser from Microsoft!

edge browser

 

Edge is the new Microsoft browser (code name: Spartan). It will be released with Windows 10 whose launch is announced for July 29. The publisher has Edge as a new generation of browser, powerful, innovative, and especially designed for the modern web. It is already possible to test it in beta by downloading the Windows 10 desktop Preview, or Windows 10 beta Mobile (designed for smartphones and tablets). Edge will not replace Microsoft Internet Explorer completely, but will be offered as an alternative to it. It will be integrated with Windows 10 alongside IE that will remain present in the desktop version of the OS.

A browser that is more efficient than Chrome and Firefox

Microsoft insists on the optimization work conducted around the motor of its browser. Objective: To accelerate the implementation of websites, including improved JavaScript JIT compiler Chakra. According to the publisher, the optimization allow Edge to go well beyond the JavaScript execution performance of Chrome and Firefox. In support of its analysis, it highlights the results recorded by the browser during the Jet Stream tests (developed by Apple) and Octane 2.0 (proposed by Google).

The results of the Jet Stream test states that Microsoft Edge runs web applications 1.6 times faster than Internet Explorer 11. According Octane test, it would even be 2 times more efficient in this exercise as its predecessor. Both comparisons were made with a variation of browsers on an HP machine (equipped with Windows 10) with 12 GB of RAM and a next generation processor (Intel Core i7 860 CPU clocked at 2.80GHz).

Continue reading

HTML

HTML

HTML

HTML: Definition

HTML or “Hypertext Mark-Up Language” is a “marking” language whose role is to formalize writing a document with formatting tags. The language is nowadays most commonly used in the creation of webpages. The tags allow you to specify how the document should be presented and the relationship it has with other documents.
The tags used are written in between angle braces. For example, <html>.

Here is a list of all existing html tags.

HTML: Internet

HTML allows the playback of documents on the Internet from different computers, thanks to the HTTP protocol, allowing access via the network to documents identified by a unique address, called a URL.

The World Wide Web (WWW for short), or simply Web is a “virtual canvas” formed by the various documents (called “web pages”) linked together by means of hyperlinks.
Web pages are usually organized around a home page, playing a central point in the navigation using hyperlinks. This coherent set of web pages linked by hyperlinks and centered around a common home page is called web site.
The Web is a huge living archive composed of a myriad of websites offering web pages that may contain formatted text, images, sounds, video, etc.

Continue reading

New Year 2015- Web Companies

Merry Christmas and Happy New Year from Web Companies

2014 is nearly over and our favorite time of the year is about to come. A fabulous year, rich in emotions. Lived with passion at the Web Companies family.

Decorations to welcome the upcoming 2015 in good spirits. Like every year, we are always keeping updated with the trends of web development which is always in the process of evolving. And always, our teams are into the effort of raising our standards to offer more excellent services to our dedicated clients.

We at Web Companies are zealous to fight this New Year 2015.
We want to say thank you for having supported us for our 20 years of existence.
Merry Christmas and Happy New Year 2015!

Merry Christmas and Happy New Year from Web Comapnies

Merry Christmas and Happy New Year from Web Companies

Why Web companies is the best web agency of the Indian Ocean?

An unseen confident look never before. Patrick Arnaldi talks about his 20 years at the head of Web companies, the best web agency of the whole Indian Ocean if not the only web agency. Quality Service – Only one keyword for him. To have resisted so long on the web market has not been an easy task. Patrick talks about his experience with fluidity and seems to master every side of the business with acute precision. His love for the job can be seen from his eyes.

Web-companies is the only web agency in the Indian Ocean which seem to still resist.

How did Web Companies evolve?

As a true pioneer of web-based development in Mauritius in 1995, WEB Ltd has evolved into a regional ICT company. Now the recognized leader in web services, WEB Companies Group is a leading independent integrator of medium and large customer accounts in the Indian Ocean.

WEB Companies can now emerge as a global supplier to leading companies through its structure of complementary services.

The constant evolution of existing technologies and the emergence of new technologies make increasingly more complex information systems and require constant change. All services are designed to provide long-term business benefits to our through the use of the Internet.

Web-companies is now represented in more than 3 countries including Mauritius, the Seychelles, Réunion Island and newly set up branch in Vietnam.

What factors has played a crucial role in the development of web-companies as the most flourishing web agency of the Indian Ocean?

It began its operation in Mauritius in the year 1997 and was the only web-agency to operate in the Island. Being the first counseling and internet agency of both Mauritius and its sister island- Reunion.

Continue reading