Blog Feed: A technology blog focusing on Web 2.0 with webmaster resources, tips, and tricks.
| Home | My Account | Directories |
Comparison of Blogging and CMS software
Published on 2010-04-08 09:26:36
If you need a website that you can actually update yourself, you should look at http://php.opensourcecms.com/. They have a huge list of Open Source Blogging and CMS software ad nauseam. So what is the differences between blogs and CMS (content manage > read more
Google Adwords: The Conclusion
Published on 2010-03-23 05:22:38
I tried everything to make a profit. I used Expedia.com, Buy.com, this website (web design), PearlParadise.com and tmiWireless.com. People simply aren't buying. Yeah they click, but that only costs me money. They don't buy. > read more
Horizontal JQuery Scrolling Gallery
Published on 2010-03-20 06:20:14
While customizing a script for a client's website, I chose Andrew Valums excellent script (under the MIT license). Following is a modified version of his script. I'm sure many will find it useful. It is intuitive and fairly easy to customize. > read more
GoArticles: Free content for your blog
Published on 2010-03-17 07:10:42
GoArticles claims to be "the Web's largest free content article directory." The articles I have read under "most viewed" are the biggest load of garbage I have ever seen. Not only can the authors not string two coherent sentences together, they don't > read more
Google Adwords – My Experiment
Published on 2010-03-06 05:09:55
Some time ago I received a card from my friend Google. He is the rich, wise and jolly old man that everyone knows. Is there anything that Google doesn't know? Sometimes I Google myself and am surprised at all the stuff I learn. I believe I even le > read more
Funeral being held today for aging Web browser
Published on 2010-03-04 12:53:45
CNN headline: "'Funeral' being held today for aging Web browser." If you guessed that Internet Explorer 6 died, you would be correct. The poor baby. It grew up with diminishing respect from the Web community. Someone finally dealt the fatal blow > read more
Netbeans- My New IDE Editor
Published on 2010-03-03 06:44:25
I've never been excited about a programming IDE before. That is until I tried Netbeans. The best thing about Netbeans is that it is free. The second best thing about Netbeans is that it is the best IDE there ever was. > read more
Creating Rainbow Colored Text with Jquery
Published on 2010-02-21 18:46:55
Using Jquery’s animate function, we can animate any element’s properties. The effect is achieved by changing the .css value associated with an element. In this tutorial, we will animate the color attribute to create a rainbow effect. Demo > read more
Top 5 Free Cross-browser Testing Websites
Published on 2010-02-20 02:10:47
With so many different browsers and platforms being used today, it is not feasible to test your webpage in all of the different browsers out there... well, until now. Now you can go to one of these websites, enter your URL and see your page rendered > read more
Compress CSS and Javascript to Speed up your Webpage
Published on 2010-02-19 05:49:11
Since I began using JQuery, my external Javascript files were getting HUGE. Using the following code, my external JS went from 108,499 to 34,066 bytes. My fairly small css file went from 6100 to 1600 bytes. > read more