RSS

Archive | Web2.0 RSS feed for this section

Step 1 to Building your Own Online Business

9. August 2007

1 Comment

I am going to provide a few steps on starting a business, this being the first article. Since these processes are fresh in my memory, I am documenting what I have accomplished to try and make it easier for you to start your own web company. Of course, if you have any comments or suggestions, [...]

Continue reading...

Online Marketing: Staying Current in 2007

3. August 2007

1 Comment

Call this a Guide to iMarketing in 2007. There are a lot of new technologies out there such as blogging, podcasting, social bookmarking and networking, search engine optimization, internet marketing and web2.0. I have been researching these technologies about 40 hours a week this summer to understand how everything fits together. Now, I want to [...]

Continue reading...

How CodeIgniter Keeps You Organized

31. July 2007

2 Comments

I have written a few articles on CodeIgniter now because it truly has changed the way I develop websites. It has cut the development time in at least half, preventing redundant work by providing great built-in features that I can use in every one of my projects. Plus, CodeIgniter is so easy to pick up. [...]

Continue reading...

CodeIgniter Routes Trick - Removing Controller Names from the URI to Keep URLs Short.

31. July 2007

0 Comments

CodeIgniter is great because you can separate your content from your styling with controllers, models, and views. Another great thing is when you create a website with CI, you automatically use friendly URLs (if you use an .htaccess file). If you have a bunch of unrelated pages however, you might wonder how you can keep [...]

Continue reading...

Thirty Day Challenge Update…

30. July 2007

0 Comments

This looks like it will be good. The challenge starts on Wednesday, August 1st, 2007. So far, I have learned about some great new tools for your website, some I haven’t even heard of before. If you haven’t already, sign up now! Catch up on the blogs, podcasts, video podcasts, and do a little research on [...]

Continue reading...

Build your First Web 2.0 App with PHP, Ajax and CodeIgniter

30. July 2007

3 Comments

CodeIgniter is an awesome tool if you want to learn PHP or start to use object oriented programming (OOP) with your new website. CodeIgniter is flexible with a small footprint and offers tons of features already built in, such as session management, active record use with mysql databases. The best part is it lets you [...]

Continue reading...

How to be Web 2.0 Compatible

24. July 2007

0 Comments

A short but sweet list of guidelines to follow while building a web 2.0 website. Learn XHTML. Make sure your pages are XHTML transitional or strict. This will help with your visibility to search engines and cross-browser compatibility. XHTML Tutorial by W3Schools Learn CSS. With CSS, you can start separating content from appearance and CSS is more [...]

Continue reading...