CFC Website Update 2009-09-14

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Re: CFC Website Update 2009-09-14

    No quote can be reliable until there is a specification of what is to be done.

    The look and feel of a new site might require a design and the creation of graphics even before getting into programming costs. It can be expensive to hire a graphic artist but the results are usually better.

    The creation of specification might consider the use of content management systems, security, off the shelf components, databases etc.

    Comment


    • #17
      Re: CFC Website Update 2009-09-14

      Originally posted by Jonathan Berry View Post
      We're mixing two very different actions in this discussion. First, there is the mark-up of text to make it look nice in a web browser.

      Second, there is programming which involves processing data (say the results of a tournament) to produce new data (say the finish-order crosstable of said tournament and the new ratings).

      Inconveniently, there is also web scripting which may involve both.

      The vast bulk of the CFC website involves mark-up. It is not subject to viruses.
      If you got access to a password, a back door or an exploit that allowed you to insert your own links or code for a popup into an html or php page you could infect someone accessing that page with a virus or spyware even though the mark-up itself isn't infected. Sites get hacked in this way on a fairly regular basis.

      There are sites where you can type in text, they will mark it up for you and display (host) it for free. When I hear the concept "design a web site", I think of that. It's basically free. You can make it look good or bad, but if you use CSS, even your bad sense of aesthetics can often be washed away. Also, mark-up is open, anybody can see it by clicking > View > Source in their browser.
      Websites that use php can be a bit harder to follow if you don't have access to the ftp directory and all of the files. The source listing will show source from the relevant php pages and it might be difficult to separate it out when you are trying to reverse engineer the site. Sometimes the php pages even behave and display differently in different browsers (which can be quite annoying).

      Php allows you to program web pages and change portions of the content, based on user or programmer input without changing everything at once. You can have php pages nested within php pages so that it is not immediately obvious where the html and php code that is generating a portion of a particular page actually resides until you go back and look at all of the relevant php pages.

      But what I think is really meant in this disucssion is more towards the programming side of the spectrum. The CFC rating and membership program was written by me circa 1980. In 1997, Troy Vail thought it was time to rewrite the program. I'm a bit vague on what language he wrote it in, but it was a Microsoft language in the Visual BASIC - Access - Access BASIC family. CFC paid for his training! He examined my code from 1980, and phoned me a couple of times with questions, but he rewrote all the code.
      That probably means either Visual Basic 4 or Visual Basic 5 which came out in 1997 and the database could be converted or the data read with a current copy of Access.

      It is conceivable to spend $20,000 designing a website. You'd need a darned good reason, though. The most popular website in the world, google, has a spare laconic design that might have cost $1.49, but the company is worth billions. So much for eye candy. Other sites may provide extras (games database at chessgames.com, wmv videos at chessclub.com, game replay software at almost everywhere but not necessarily the CFC...).

      I think that what is being suggested is not a re-design, but re-programming.

      It is ironic that the CFC website has been split up (not necessarily a bad thing) and immediately we are faced with the proposal to re-design a stub of the former site for $20,000 ! Is it just me, or is anybody else basking in the Zen of this 21st century CFC-ishness?

      And excuse me for melding mark-up with programming.

      Incidentally, the CFC site might be down, but anybody who wants to examine typical CFC website code (and see the screen results!) can do so via the Internet Archive - Wayback Machine. They seem to have stopped collecting info in early 2008, I'm not sure why, but there's many pages for 2000 to 2007.

      http://web.archive.org/web/*/http://www.chess.ca
      I found the legacy site to be the most useful part of the whole thing. Ratings and Tournament Announcements was what I consulted the most and what I miss the most during the current drought.

      Vladimir Drkulec

      Comment


      • #18
        Re: CFC Website Update 2009-09-14

        Originally posted by David Lyall View Post
        No quote can be reliable until there is a specification of what is to be done.

        The look and feel of a new site might require a design and the creation of graphics even before getting into programming costs. It can be expensive to hire a graphic artist but the results are usually better.

        The creation of specification might consider the use of content management systems, security, off the shelf components, databases etc.
        Most web design firms either have graphic designers on staff or bring one in to do those elements of the design. In most cases that would be included in the $100 per page fee.

        Apparently the framework is already there according to Vincent Chow. Whoever is taking care of the website just needs to get up to speed on Joomla and php and stop shoveling something stinky. I would settle for what they called the legacy site being put back up so that I can check ratings and know the details of tournaments for those few organizers who don't post the details here on Chesstalk.



        Vladimir Drkulec

        Comment


        • #19
          Re: CFC Website Update 2009-09-14

          I also strongly disagree for spending $20K for a new CFC website, that is certainly too much.
          :(

          Comment


          • #20
            Re: CFC Website Update 2009-09-14

            Originally posted by Caesar Posylek View Post
            I also strongly disagree for spending $20K for a new CFC website, that is certainly too much.
            :(
            Me I propose CFC call the new FQE President to have a copy of their site and/or rating system or even integrate both rating systems together. They could even run the CFC system on their servers or on Chess'N Math systems. Larry also has a programmer looking to rebuild the website!!! Lets take the same base for everybody. FQE has a good base.

            We need to work together. It does not help quebecers to have a poor CFC. It could be cheap solution too. A few thousands dollars.

            Larry says that the new FQE President Marc Poulin wants the whole community to work together. I spoke with the president this weekend and his team will make this year a Quebec Youth Chess Tournament WITH Chess'N Math which was something simply impossible with passed politicians at the FQE. I was so surprised!!!!

            You have the president email on the fqe website. The CFC must try it. We are in 2009, things evoluate.

            And if the FQE president can not do it for various good reasons, write me and I will try to be elected FQE president in two years and have a free copy for CFC and Chess'n Math if they want it.

            Carl

            Comment


            • #21
              Juste Wipe It Out Then !

              Originally posted by Christopher Mallon View Post
              Not to mention Eric's statement (at least the part about making it difficult for others to work on) was completely true. They even have competitions for who can write the most obfuscated source code.
              In that case, the simplest thing is to :

              1. take the whole site in a code editor ;
              2. remove all previous code : mark-up, code, template, whatever ;
              3. rebuild from scratch.

              Steps 1 and 2 take about 30 seconds. (That's not a figure of speech, it really does !) Step 3 takes about a week or so for a little site, provided you don't have that much logic underneat. And that goes from design to publishing. If you deal with agile companies that can make your site with their own logic, it could even take about a day's work.

              I fail to see what kind of logic the CFC site needs that gobble all that resource : a database with login ID, IP traces and temporary cookies ?

              A few thousands is not that expensive anyway : one can have it cheaper, one can have it costlier. It all depends on what has been asked for, really.
              Last edited by Benoit St-Pierre; Tuesday, 15th September, 2009, 10:58 PM.

              Comment


              • #22
                Re: Juste Wipe It Out Then !

                Originally posted by Benoit St-Pierre View Post
                A few thousands is not that expensive anyway : one can have it cheaper, one can have it costlier. It all depends on what has been asked for, really.
                Twenty thousand is about half a year's revenues. A bit too much when they already have a site that is free of viruses and just waiting on Google approval :p

                Vladimir Drkulec

                Comment


                • #23
                  Re: Juste Wipe It Out Then !

                  Originally posted by Vlad Drkulec View Post
                  Twenty thousand is about half a year's revenues. A bit too much when they already have a site that is free of viruses and just waiting on Google approval :p

                  Vladimir Drkulec
                  Who the hell waits for Google? Put the site back on the air and let Google scan it whenever the hell they get around to it. Put a notice on the site that says "Google is full of sh1t" or whatever. Move on.
                  ...Mike Pence: the Lord of the fly.

                  Comment


                  • #24
                    Who's the Janitor?

                    A buck more than what they should already be paying in maintenance is too much for that. The one who maintains the site should be the one who does that maintenance. That is, if there is someone. Is there ?

                    Building a website is a breeze. Maintaining one is an annoyance. So what is being asked from the outsourcee, exactly?
                    Last edited by Benoit St-Pierre; Wednesday, 16th September, 2009, 01:09 AM.

                    Comment


                    • #25
                      Re: CFC Website Update 2009-09-14

                      Jean Hebert wrote: Is it possible on this site to express legitimate opinions without having some professionnal second guesser coming in with some righteous advice to protect who knows who from who knows what ?

                      Ken replied: It is normal business practice not to slag former employees of an organization. Re-read the quote, Jean it was more than a "legitmate opinion"

                      I see some irony in you using the phrase "professional second guesser."

                      Comment


                      • #26
                        Re: CFC Website Update 2009-09-14

                        Originally posted by Vincent Chow View Post
                        I have tried to stay away, but I can't.

                        I chose Joomla as the Content Management System because it is argueably the most popular and best supported. If I chose anything else I could be accused of locking it to myself. The problem is that the present administration was chosen despite inadequate knowledge of PHP and Joomla.

                        Nobody consulted me about this virus. All sites are subject to attack. We were attacked last year, but I took care of it the same day! If the virus has been cleaned then the site can be used and then a decision can be made on a new site at a later time. This legacy website was developed years before my time. It was probably state of the art at that time. If still works why not use it? Also, there is no reason why the webzine as is cannot be reinstated. There is little difference between a webzine and a newsletter.

                        $20K is too much for a new website.
                        I never worried (much) about this computer virus stuff when I was ED. Vince was always there doing backups, virus scans, fixes, upgrades, and whatever else computer gurus do to navigate the treacherous waters of cyberspace. I was always very thankful that I had a qualified and dedicated individual attending to our computer needs. Sometimes the right person for the job isn't always the cheapest.

                        I am no computer techy, so feel free to correct me, but:

                        1. If the site is now clean, why not go online and let the google bots scan it and declare it good. Would they not just delete the warning automatically instead of us waiting for some tech department administrator to delete us from the "no fly list".

                        2. If the solution above is not so easy, and given virus attacks appear commonplace in todays world, should we have a backup plan. Perhaps an alternate website ready to go online in case of virus attacks. It sounds like creating new websites is easy these days. I am thinking of a basic site with a tournament listing and rating list only.

                        Here's an idea: Perhaps one of the better (not Ontario) provincial websites could act as a backup site (just some basic info) in times of crisis.

                        Once again, thanks Vince for 70 weeks of uninterrupted uptime!:)

                        Comment


                        • #27
                          Re: CFC Website Update 2009-09-14

                          $100 per page obfuscates what work is being done. Should there be 100 pages in the site then this would cost $100x100=$10,000.

                          Most development tools operate on a template or master page. Once graphics are developed they can easily be incorporated into the other pages which could make use of the same banners and buttons etc.

                          Putting together a requirements document would be a start - including the number of pages to be developed.

                          The requirements could identify what is needed vis a vis graphics, database, security, content management, etc. This would allow setting budgets against each requirement.

                          What is being developed and how it is to be developed should be decided up front by management.

                          Many people have commented on missing the CFC site to check ratings. A project could involve just getting that up in running.

                          Comment


                          • #28
                            Re: CFC Website Update 2009-09-14

                            Not tooo long ago, we used to receive CFC rating updates once every two months in the magazine.

                            Do we realy need more frequent online updates with such a small membership?

                            Comment


                            • #29
                              Re: Juste Wipe It Out Then !

                              Originally posted by Kerry Liles View Post
                              Who the hell waits for Google?
                              The CFC was going to, until everyone raised their objections. There was a reason for the :p.

                              "I used to be disgusted.
                              Now I try to be amused." Elvis Costello, The Angels Want to Wear My Red Shoes.

                              Put the site back on the air and let Google scan it whenever the hell they get around to it. Put a notice on the site that says "Google is full of sh1t" or whatever. Move on.
                              Apparently the website was working for a time today. It wasn't working when I visited it.

                              Vladimir Drkulec
                              Last edited by Vlad Drkulec; Wednesday, 16th September, 2009, 09:24 PM.

                              Comment


                              • #30
                                Re: CFC Website Update 2009-09-14

                                Originally posted by David Lyall View Post
                                $100 per page obfuscates what work is being done. Should there be 100 pages in the site then this would cost $100x100=$10,000.
                                Or they could put up a home page, a ratings page and a tournament announcement page and it would only cost $300.

                                Most development tools operate on a template or master page. Once graphics are developed they can easily be incorporated into the other pages which could make use of the same banners and buttons etc.

                                Putting together a requirements document would be a start - including the number of pages to be developed.
                                If you have money to burn then by all means. If you are fiscally challenged, you should make do with what you have.

                                The requirements could identify what is needed vis a vis graphics, database, security, content management, etc. This would allow setting budgets against each requirement.

                                What is being developed and how it is to be developed should be decided up front by management.

                                Many people have commented on missing the CFC site to check ratings. A project could involve just getting that up in running.
                                Revamping the website will not increase revenues. Putting up the old page and getting it to work would be sufficient without the need for any projects.

                                Vladimir Drkulec

                                Comment

                                Working...
                                X