image
image

|


Go Back   macosx.com > Site Forums > Site Discussion

Reply
 
Thread Tools
  #9  
Old October 23rd, 2006, 12:07 PM
fryke's Avatar
Super Moderator
 
Join Date: Sep 2000
Location: macosx.com
Posts: 13,041
Thanks: 2
Thanked 0 Times in 0 Posts
fryke has a spectacular aura aboutfryke has a spectacular aura about
That established, I guess this thread _should_ be about the obvious concern of the user that having to go through 7 (is that number correct?) stages before submitting a question. Are these steps all necessary or can they be reduced?
__________________
MacBook Air 13" 1.6 GHz, 2 GB RAM, 80 GB HD. Mac OS X 10.5.4
MacBook 13" 1.83 GHz, 2 GB RAM, 160 GB HD. Mac OS X 10.5.4
Hackintosh Core2Duo 2.4 GHz, 2 GB RAM, 160 GB HD. Mac OS X 10.5.4
iPhone 3G 16 GB (v2), AppleTV 1G 40 GB (v2)

Mac user since 1987, Apple Product Professional 2007, 2008.
Reply With Quote
  #10  
Old October 23rd, 2006, 12:20 PM
Registered User
 
Join Date: Jan 2006
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
nuubie is on a distinguished road
Quote:
Originally Posted by DarkSorrow View Post
The ads are there for a reason, those ads help to keep the website stay up.

If you dont like the ads, then there is a way to remove it. Firefox with Adblock extension can do this. i use it all the time
The last time I downloaded a major update the speed was over 1000 kb/sec. So its really fast. Its not the ads - its the design. I addressed specific points which nobody has responed to.
Reply With Quote
  #11  
Old October 23rd, 2006, 12:22 PM
Natobasso's Avatar
Tech-Bot 5000
 
Join Date: Jul 2002
Location: Yo' Mama's House
Posts: 2,898
Thanks: 1
Thanked 2 Times in 2 Posts
Natobasso is on a distinguished road
Give it time

Quote:
Originally Posted by nuubie View Post
The last time I downloaded a major update the speed was over 1000 kb/sec. So its really fast. Its not the ads - its the design. I addressed specific points which nobody has responed to.
Give it time, grasshopper. The ONE PERSON running this site is pretty busy, but also dedicated to making the site as good as it can be. We'll certainly discuss more ideas here...
__________________
Powerpoint is not a design application
Reply With Quote
  #12  
Old October 23rd, 2006, 12:46 PM
fryke's Avatar
Super Moderator
 
Join Date: Sep 2000
Location: macosx.com
Posts: 13,041
Thanks: 2
Thanked 0 Times in 0 Posts
fryke has a spectacular aura aboutfryke has a spectacular aura about
Also: Don't double post the same message again. Makes no real sense.
__________________
MacBook Air 13" 1.6 GHz, 2 GB RAM, 80 GB HD. Mac OS X 10.5.4
MacBook 13" 1.83 GHz, 2 GB RAM, 160 GB HD. Mac OS X 10.5.4
Hackintosh Core2Duo 2.4 GHz, 2 GB RAM, 160 GB HD. Mac OS X 10.5.4
iPhone 3G 16 GB (v2), AppleTV 1G 40 GB (v2)

Mac user since 1987, Apple Product Professional 2007, 2008.
Reply With Quote
  #13  
Old October 23rd, 2006, 05:52 PM
Cheryl's Avatar
Rosie Moderator
 
Join Date: Dec 2001
Location: Chicago, IL, USA
Posts: 3,212
Thanks: 0
Thanked 1 Time in 1 Post
Cheryl is on a distinguished road
Here is a possible reason why you are experiencing trouble:

Quote:
The data center, our primary server, is right now having data issues, things going up and down and that will cause issues as well. In addition, our fail-over system failed, because of the upgrade on Thursday to the human readable links setup didn't propagate correctly.

Needless to say, everything is kinda up in their air right now. The fact we are broadcasting today is a miracle in and of itself.
__________________
Cheryl

iMac 17" 800 MHz PowerPC G4
80 GB Ultra ATA
WD Firewire 160 GB

----------}--@
cheryl@macosx.com
http://homepage.mac.com/ladyfair/PhotoAlbum1.html
Reply With Quote
  #14  
Old October 23rd, 2006, 08:05 PM
ScottW's Avatar
Founder
 
Join Date: Sep 2000
Location: Overland Park, KS
Posts: 3,164
Thanks: 0
Thanked 5 Times in 2 Posts
ScottW is on a distinguished road
Well, I appreciate any feedback on the site.

A couple of things in response.

1) Navigation. This is separate from a process. Navigation includes the ability to move around the site, ie, main menu bars and submenu items. I have made an effort to keep the navigation links in all the same places on the pages and to make it easy to get around. While everyone here might have a different take on what they would like to see, I think the navigation is 95% good. Always room for some minor tweaks.

2) Process. I will be the first to admit, that the process could use some work. What looked good on paper, ran into some implementation issues. In fact, I spent a really long time on building the a question asking process and it was the first thing I wrote when I built the new site, starting back in March. By the time I had completed the rest of the site, the newly built question ask process code was so outdated in style and approach, that I had to toss out the old code and redo it. So, I built it twice.

I ran into some implementation issues.

First, my goal was to build more of a smart system, one that could complete system details based upon little information, this would help users who where not technical to narrow their list of options. This was part of the Profile Builder. However, to database all that information and specifics was more than I could take on and I decided to axe for the current time, that automatic process, but the system is in place to support it for future use.

Secondly, the category selections where to be Javascript and they would allow you to select from various drop down options based on other drop-downs. The problem I ran into is it didn't work 100% of the time in all browsers and if a user had turned off Javascript, it didn't work. I thought I would try AJAX (and granted that was new territory for me) and I could get it to work (and well) inside all browser but Safari. Since I run a Mac site, I figured I should make things work in Safari as a priority. Because this was holding me up from meeting deadlines I had set for myself, I decided to go the sure bet way of making it work, let the server spit out new information based on selections. Granted, those automatic reloads are javascript but seemed to work better across all browsers and platforms, than some of the other code I had been testing.

Third, a simple Subject/Question form left much to the imagination many times when users asked questions. Sometimes it is like pulling teeth. The more information we can get out of users on the first round, the faster time to resolution.

Last but not least, I was attempting to change the way we approached incoming questions on the tech side and not put them by OS, but by category. I however, had to axe that part of it for backwards compatibility in the short term and it was easier to implement in the short term. So, in the end you have a partial implementation.

I think AJAX is the way to go on the categories, but I would need some help integrating that into my PHP to work on all browsers. Then, I'd just make one long forever scrolling question form.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mac help files are worse than... Hadit Opinions, & Open Letters 2 January 29th, 2006 09:14 PM
It is back and worse than ever!! HomunQlus Bob's Place 10 June 27th, 2005 10:31 PM
Tried to fix my mac, think I made it worse :( MissyC Mac OS X System & Mac Software 22 August 2nd, 2004 03:59 PM
Wallstreet - From bad to worse Zarembo Hardware & Peripherals 2 November 4th, 2002 01:21 PM
Why Win2K is worse than OS X? PoweMACuser Apple News, Rumors & Discussion 5 July 27th, 2001 02:09 PM


All times are GMT -5. The time now is 03:50 PM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.