Published: Sunday, December 3rd, 2006

Popularity: 2%

If you're new here, you may want to subscribe to my Full RSS feed. Thanks for visiting!



Published: Saturday, December 2nd, 2006

I’ve sort of been fighting it for a while now. I must say I’ve been stuck in the past and I apologize for that. I was stuck in the whole “It’s gotta be less that 800 pixels” things. That’s just a basic rule of accessibility, which I’ve carried from years ago. Back them a significant number of Internet surfers still had relatively small monitors and used the 800×600 resolution. Therefore, if you wanted your content accessible to the highest majority of visitors you had to ensure that your site can be viewed relatively well in at least 800 pixels. Although the number of visitors using this resolution was in the minority, it was still not small enough to ignore.

Now comes another problem. Rather a solution that causes a problem. Most people fixed this resolution issue by slapping on a fixed layout. Now fixed layouts have their pros and cons. The pros are, you know exactly how it will look every time. You know where every thing will be on the website. One major con, I experienced at a friend’s house. He had just gotten a brand new 21″ flat panel monitor and everything looked so crisp. After a couple hours of playing, Wolfenstein: Enemy Territory we were just browsing the Internet and I just asked him to check out my latest post at the time. When he did I was horrified. My beautiful fixed width 787 pixel layout, which looks just brilliant on my 17″ at home, still looked brilliant here, but it was so bloody small. I mean the thing was tiny and scrolling took forever. Yeah, we would have had to scroll a lot on a smaller monitor but since we have this huge one, why should we. There was just so much wasted screen space it annoyed me. You could almost fit a whole other site right next to mine.

Popularity: 4%



Published: Saturday, December 2nd, 2006

By the kind folks over at ESwat:

  1. Unnecessary use of splash pages
  2. Forcing a browser window to resize
  3. Single-digit sized fonts and the pixel perfect layout
  4. Using icons that make no sense
  5. Preventing certain browsers from accessing your content

Nothing really new right? Splash screens. When last have I seen a splash screen? I remember in the mid to late 90’s, how everyone who was anyone had a fancy lil’ splash screen running at index.htm and a link: skip, pointing the the main site at enter.html or main.html or even index2.html. Lol, those were the good old days. Now let’s leave them dead and buried people. Those were for the days when developers were first flexing their Flash muscles. Right now, it’s more important to get visitors on the site and keep them there with what they came for.



Published: Thursday, November 30th, 2006

What are you going to be doing on January 15th and 16th? Will you per chance be in the Miami Beach area? Well, there is going to be Social Networking Conference. This is being held for the Social Networking and Online Personals industry. Speakers include Yahoo Personals, Cupid, Plenty of Fish and others.

Past conferences have brought together over 300 executives. This would highly benefit anyone who has started or is thinking about starting up an Online Dating or Personals website. I actually know of someone that has recently started WichitaFallsCupid.com. I doubt he’ll be making to the conference though, but I will definitely mention it to him. New technology will also be discussed along with methods of increasing traffic and conversions. Attendees who are new to the market also have a great chance to network. And did I mention, they’ll be minutes from the beach?

Registration is about $800 if you get it done before January 10th. That is kind of steep, but if this is your industry you should definitely make an effort to attend.

Popularity: 3%



Published: Tuesday, November 28th, 2006

Now I know we’ve all had this problem. Starting up a new website and waiting for the visitors to come rolling in. With blogs it’s one thing. There are many services for blogs that do pings every time you submit an article and stuff like that. Technorati is a great one of these services. There are also blogrolls, blog searches, etc.

But what about normal websites? What if you have a business website and need some promotion? What are you supposed to do? Enter DiscountClick.

First of all there is their Internet Marketing Starter Service

Perfect for websites and business just getting started and need guidance and assistance in online search engine marketing. With this service we will analyze which keywords would best fit for your website. We then get your ads appearing on google, yahoo and msn, as sponsored listings which appear on the top and right hand side of the search results

For a one time charge of $500.00 you get listed in the sponsored link section of Yahoo, Google and MSN. But that’s not all. Before this you get a website analysis. Basic SEO, a keyword analysis, a sponsored listing and a set up for basic bidding.



Published: Monday, November 27th, 2006

It’s funny how these new AJAX applications always have these funny names. zamzar_logo.jpgZamzar, wow. But I must say, I haven’t seen anything like it. Well we’ve all seen file conversion. We might have even seen it free. And a few of us have come into contact with a couple free online converters, but not like this. Not all in one pack like this. You have documents, images, music and video. Have fun kiddies.

Popularity: 3%



Published: Monday, November 27th, 2006

This is funny. I can’t tell you how funny this is. They’re actually comparing PHP to VB6. Basically, VB6 sucks as a language and for that reason should be reduced to scripting where as PHP is somewhat similar because it makes an excellent scripting language.

Karl over at CodeBetter.com writes:

PHP is NOT Object Oriented
As a language, PHP’s object-support is quite rich. Since the introduction of PHP5, developers have had the same level of OO support as most other languages. Of course, there’s nothing forcing developers to use OO principals.

Layering
The only support for layering offered by PHP is the include/require functions. Like OO, proper layering can greatly increase code readability and maintainability. Much like in classic ASP, most developers tightly intertwine their PHP and HTML.

Exception Handling
Exception handling in PHP is like object oriented programming – it’s supported but not used. The PHP framework scarcely makes use of structured exception handling as do most of the online samples. The example which always gets under my skin is the MySQL library.

Other Issues
The fact that PHP is a loosely typed language can lead to significant difficulties for larger projects. Strongly-typed languages like C#, VB.NET and Java can take full advantages of compile-time checking and design-time tools (IDEs) while loosely-typed ones generally can’t.



Published: Monday, November 27th, 2006

Now I’ve heard pros and cons and pros and cons for this topic. Read the article and tell me what you guys think. Here is a basic rundown:

  1. C is lower level then other programming languages
  2. Device drivers and operating systems are written exclusively in C
  3. What if you ever want to get a job programming micro controllers?
  4. C programs are smaller and faster than any other program created in a different language.
  5. If you have learned C, you can learn any modern programming language.
  6. Because C has been around for many years, it has a large community and collective code base.
  7. C is the language of the Open Source community.
  8. C is the only language that teaches you what pointers really are.
  9. C is still the most commonly required language for programming jobs.
  10. Anything that has a microprocessor in it has support for C.

I understand their arguments, well at least some of them. But, to me, all these are also arguments against this point. I personally think people should start off with C++. I do believe, however, that when used right C in no way compares to C++ in terms of speed and many of the above points. But the amount of time and code needed for this efficiency sometimes isn’t worth it.

Popularity: 2%



Pages (26): « Previous Entries 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 Next Entries »