NI-Limits Blog

It’s our business to help your business!

Simply put, NI-Limits are digital design and web management specialists who not only design functional interactive marketing environments, but are also able to leverage vast arrays of web-enabled technologies, which allow for fuller market penetration and impact.
As a result; we strongly recommend either IE7 or preferably Firefox to view this site!

 

 

The Most Important Internet News of 2008

There have been several major internet-related news articles that have taken the world by storm yet seem fairly unknown to most. What is the biggest issue at hand, and what that threatens to destroy everything we have come to love? It’s net neutrality and its very damn serious

iPower seems to be believe that the internet (as we know it today) will be destroyed before the year 2012, when ISPs will control content distribution:

Bell Canada and TELUS (formerly owned by Verizon) employees officially confirm that by 2012 ISP’s all over the globe will reduce Internet access to a TV-like subscription model, only offering access to a small standard amount of commercial sites and require extra fees for every other site you visit.

Another item of particular importance is the news from iCANN, where the Inquisitr mentions rumours regarding the fact that the TLDs )Top Level Domains) will soon be open to registration from anyone with a business model or the rights to the name:

The Internet’s regulating organization has just approved a proposal to create an unlimited number of customized top-level domains. That means URLs will no longer be restricted to .com, .net, or .us-style suffixes; instead, anyone can apply to have any letter combination become a reality.

Snagging a new name won’t be a simple procedure, however: ICANN will first require proof of a “business plan and technical capacity,” meaning you have to have thousands of dollars of server and router-type equipment to get through. A thorough review process will then make sure the suffix is not offensive and does not infringe on anyone’s intellectual property.

The change will go into effect next year, with registration opening in April and the first new names going live toward the end of the year. Once approved, nearly anything could be possible — .microsoft, .mcdonalds, .tech — you name it.

The BBC later confirmed these (and other) rumours:

The net’s regulator, Icann, voted unanimously to relax the strict rules on so-called “top-level” domain names, such as .com or .uk.

The decision means that companies could turn brands into web addresses, while individuals could use their names.

A second proposal, to introduce domain names written in Asian, Arabic or other scripts, was also approved.

If these facts were not worrying enough, Read / Write Web reports on another up-coming mass-pc-crash:

In thirty years, the internet will stop working! Apparently, a bug similar to the millennium bug will affect Unix-based systems, like those that run the tubes, in the year 2038. The bug, being dubbed the “2038 bug,” arises because Unix-based systems store the time as a signed 32-bit integer, in seconds, from midnight on January 1 1970. And the latest time that can be represented in that format, by the Posix standard, is 3:14 AM on January 19, 2038. After that, times will wrap around and be represented as a negative number.

And in following on from the articles where we discussed the arrest of bloggers, Profy has been keeping track of things, and now reports a total of over 64 global arrests that they know about:

The BBC has an interesting article today based on a report out of the University of Washington. The report notes that 64 people have been arrested since 2003 due to blogging activities, which doesn’t sound like a very large number, does it? However, three times as many people were arrested last year than were in 2006, which may imply that blogger arrests are on the rise.

The report indicates that the majority of blogger arrests take place in Egypt, China, and Iran, but they certainly don’t have a monopoly on official repercussions for using blogs and other forms of social media as a form of expression and protest; just a week and a half ago, the Moldovan government seized the computers of 12 “young people” who posted criticism of the ruling party of the Republic of Moldova online.

 

If you liked that article, perhaps you will also like these...?

Funky Coming-Soon & Under Construction Examples

 

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • BlinkList
  • blogmarks
  • del.icio.us
  • bodytext
  • Fleck
  • Furl
  • Linkter
  • Netscape
  • NewsVine
  • RawSugar
  • Reddit
  • Slashdot
  • SphereIt
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • blinkbits
  • Scoopeo
  • Spurl
  • ThisNext
  • Haohao

28.Jun.08
Geeky Stuff
Comments (0)

 

Web 2.0 Colours live from Adobe’s Kuler API and NewsGator Widgets:

Adobe have (as you may have heard) opened the back-door to their extremely popular Kuler by releasing an API for the system that allows users to create their own RSS driven widgets such as the one found below, which also utilise an accordion based reader from NewsGator:

Kuler is all about color and inspiration: explore, create, and share color themes. Due to popular demand we are publishing the Kuler APIs (Application Programming Interfaces). These APIs allow you to submit requests to http://kuler.adobe.com/kuler/API/, which returns lists of feeds (highest rated, most popular, and newest color themes posted to the site) or searches themes.

 

If you liked that article, perhaps you will also like these...?

Funky Coming-Soon & Under Construction Examples

 

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • BlinkList
  • blogmarks
  • del.icio.us
  • bodytext
  • Fleck
  • Furl
  • Linkter
  • Netscape
  • NewsVine
  • RawSugar
  • Reddit
  • Slashdot
  • SphereIt
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • blinkbits
  • Scoopeo
  • Spurl
  • ThisNext
  • Haohao

08.Sep.07
Geeky Stuff, Graphic Design
Comments (0)

 

IBM Introduces HTML5!

An in-depth article from IBM recently introduced some of the new elements that have been introduced by Version 5 of the HTML framework.

Although this will surely be a nightmare for many of us, it is one that we welcome with open arms in light of the evolution in design that will certainly arise from such rapidly emerging technologies:

HTML 5 introduces new elements to HTML for the first time since the last millennium. New structural elements include aside, figure, and section. New inline elements include time, meter, and progress. New embedding elements include video and audio. New interactive elements include details, datagrid, and command.

Development of HTML stopped in 1999 with HTML 4. The W3C focused its efforts on changing the underlying syntax of HTML from Standard Generalized Markup Language (SGML) to XML, as well as completely new markup languages like Scalable Vector Graphics (SVG), XForms, and MathML. Browser vendors focused on browser features like tabs and RSS readers. Web designers started learning CSS and the JavaScript™ language to build their own applications on top of the existing frameworks using Asynchronous JavaScript + XML (Ajax). But HTML itself grew hardly at all in the next eight years.

Structure

Even well-formed HTML pages are harder to process than they should be because of the lack of structure. You have to figure out where the section breaks go by analyzing header levels. Sidebars, footers, headers, navigation menus, main content sections, and individual stories are marked up by the catch-all div element. HTML 5 adds new elements to specifically identify each of these common constructs:

  • section: A part or chapter in a book, a section in a chapter, or essentially anything that has its own heading in HTML 4
  • header: The page header shown on the page; not the same as the head element
  • footer: The page footer where the fine print goes; the signature in an e-mail message
  • nav: A collection of links to other pages
  • article: An independent entry in a blog, magazine, compendium, and so forth

Block Semantic Elements

As well as the structural elements, HTML 5 adds some purely semantic block-level elements:

  • aside
  • figure
  • dialog

Embedded Media

Video on the Web is booming, but it’s almost all proprietary. YouTube uses Flash, Microsoft uses Windows Media®, and Apple uses QuickTime. Markup that works for embedding such content in one browser doesn’t work in the next. Consequently, the WhatWG has proposed a new video element that allows the embedding of arbitrary video formats.

Interactivity

HTML 5 also goes under the rubric of Web Applications 1.0. Toward that end, several new elements are focused on more interactive experiences for Web pages:

  • details
  • datagrid
  • menu
  • command

These elements all have the potential to change what is displayed based on user action and choice without loading a new page from the server.

Eight years is a long time to wait for new features, especially in the fast-moving world of the Web. HTML 5 restores some of the excitement of the early days when Netscape, Microsoft, and others were introducing new elements every other week. At the same time, it takes a much more careful approach to defining these elements so that everyone can use them interoperably. The future looks bright.

 

If you liked that article, perhaps you will also like these...?

Funky Coming-Soon & Under Construction Examples

 

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • BlinkList
  • blogmarks
  • del.icio.us
  • bodytext
  • Fleck
  • Furl
  • Linkter
  • Netscape
  • NewsVine
  • RawSugar
  • Reddit
  • Slashdot
  • SphereIt
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • blinkbits
  • Scoopeo
  • Spurl
  • ThisNext
  • Haohao

08.Sep.07
Geeky Stuff, World Wide Web
Comments (0)