Moved
For those interested I have moved the blog to our main site, now located at Able Net Design Blog
Gain control of your website NOW!.
Blogging the diaries of Able Net Design a small web development firm in Australia. Posts by Tristan Jud of Able Net Design
For those interested I have moved the blog to our main site, now located at Able Net Design Blog
Since I now strive and insist that we develop in the latest css and xhtml standards, I came across an issue I wasn't sure how to handle.
div
#table {width: 100%; margin: 0; padding:0;}Lets have a look at the xhtml code:
<div id=
"table"><div id="leftcell"><p>First Row Left Cell Text</p></div>
<div id="rightcell"><p>Right Cell Text</p></div>
<div id="leftcell"><p>Second Row Left Cell Text</p></div>
<div id="rightcell"><p>Right Cell Text</p></div>
</div>
This is just a simple two row two column design but you can see that changing certain attributes in the css you can create a more advance form.
That is basically the new form of xhtml and css tables. Nice, clean, so what more could you want.
Tags: Content Management System, CMS, PHP, MySQL, Able Net Design, Web Design, Web-Design, CSS, XHTML, Webdesign, CSS, Press Release, PR, Sphere, seo, online marketing, search engine optimisation, search engine optimization, WebTrends, author, tour, web2.0, web 2.0, Ruby On Rails, ruby-on-rails
With the arriaval of this wireless solution I have been focusing on the redevelopment of the Able Net Design website.
Of course it will be built in that all important web 2.0 style. So at the moment to keep with the web 2.0 culture I am playing around with some AJAX functionality.
Work will also start to take serious form for my top secret website that I am developing. The main template has been created so it is just a matter of developing the code and functionality.
Simplified Success for those that don't know is the book I am writing at the moment about how to run a successful website. Of course I can't go into every aspect but I can provide some valuable information. Well the update on the book is that it is almost complete. So very shortly you will be able to purchase it.
On that note I have to go. So many blogs to update.
Tags: Content Management System, CMS, PHP, MySQL, Able Net Design, Web Design, Web-Design, CSS, XHTML, Webdesign, CSS, Press Release, PR, Sphere, seo, online marketing, search engine optimisation, search engine optimization, WebTrends, author, tour, web2.0, web 2.0, Ruby On Rails, ruby-on-rails, curveycorners
The discovery of this metaphor could is probably the best way to explain how SEO tips get out.
The Internet is like the Australian Bush. SEO tips and techniques spread like wild fire.
There is more to this but you will need to wait until the release of my book to get the full metaphor.
My new server which I now offer unlimited hosting accounts, has started to runs it's first websites. By tomorrow I hope to have all the websites transferred which will make life alot easier.
Other websites have been coming online in the last few days so all in all it has been a very busy time.
I have also spent a lot of time researching web 2.0 of course. Layouts and designs for these types of websites have changed so much that I feel the more I know the better I can inform my clients.
Tags: Content Management System, CMS, PHP, MySQL, Able Net Design, Web Design, Web-Design, CSS, XHTML, Webdesign, CSS, Press Release, PR, Sphere, seo, online marketing, search engine optimisation, search engine optimization, WebTrends, author, tour, web2.0, web 2.0, Ruby On Rails, ruby-on-rails
ablenetdesign-hosting.com is finally up and running.
Thats right I picked up another new client today for the CMS. I will be starting on that account with in the next day or so.
I like most other designers have played with images as backgrounds to make divs rounded. To me it always seemed like a lot of work and codeing. And once you got into a bit of a layered design with nested divs you started to run into all sorts of problems.
I think I new there had to be another way when I was updateing a new clients site which had rounded divs yet the designer before me didn't think of indenting the code. As you could imagine it was a mess.
JavaScript was my answer.
I came across a few but I tend to use scripts when their developers take the time to build a quality website. So the one I came up with is CurveyCorners.
There site looked good, they had examples and an active forum which all helps if you get stuck. So I downloaded the latest version and setout to implement it into my top secret application.
The first rounded div was a cinch, then me wanting more I started to play with multiple rounded divs. This started to cause a problem. However it was my fault. Let's just say there were some spelling errors in the code which I wrote.