Re: ASUS Laptops - my experience Hardware and Software by toneewa …-windows), and it gives you more options. They likely just hit Automatic Repair, and it rebooted. Booting from a USB or… Design vs. Coding Programming Software Development by cored0mp … I'd be happier if they were actively attempting to hit a metric and fulfill a specification. Re: ASUS Laptops - my experience Hardware and Software by rproffitt https://www.asus.com/support/faq/1044458/ notes the Intel RST as well. As to BB/GS, I've found them hit or miss on this area. And on some models you "Disable Intel Volume Management Device (VMD) technology". I'm of the opinion that such steps should be automatic and built into "modern" Windows. Re: Do you participate in any other communities? Community Center Geeks' Lounge by Dani …. Google then released an anti-forum algorithm, and DaniWeb was hit suuuuuuuuuper hard, as was Devshed. Jim ended up just writing… Re: Design vs. Coding Programming Software Development by Reverend Jim I think it is a good idea for the design team to get input from the coders. Let me give you a non-programming example. My brother was a civil engineer in charge of the maintenance of the province's water treatment plants. When the design for a new plant came to his desk he showed it to the people who would be doing the actual hands-on maintenance. … Re: Design vs. Coding Programming Software Development by Dani Are you implying that a single person would constantly rotate across positions involving software architect, coder, writing documentation, and doing QA? I'm not a fan of this strategy. Firstly, different people have different strengths and weaknesses. You want to put each person in a position in which they will thrive at doing what they're best at.… Re: Design vs. Coding Programming Software Development by Reverend Jim I'm saying that the design team should get input from the coders who will have to implement/maintain and software system. A designer might not put hooks into the code for logging that can be enabled and disabled as required for troubleshooting. When I designed infrastructure I put in many hooks of this type. In a production system they would … Re: Design vs. Coding Programming Software Development by cored0mp @Reverend Jim > That meant there were no junctions that could be disassembled to clean the insides of the pipes. They would have had to cut the pipes after installation and install access points to allow for cleaning. Design people often don't have maintenance as a priority. I agree and if anything I would go further. I don't see coding… Re: Design vs. Coding Programming Software Development by Reverend Jim >and find your choice of plumbing perhaps apt Before I retired, if someone asked what I did I usually replied, "digital plumber". It was not my full job but it described the major duties much better than just "programmer". Re: Design vs. Coding Programming Software Development by cored0mp @dani > Are you implying that a single person would constantly rotate across positions involving software architect, coder, writing documentation, and doing QA? Yes. > I'm not a fan of this strategy. Firstly, different people have different strengths and weaknesses. Yes, but given that the req will request five properties, if … Re: Design vs. Coding Programming Software Development by pritaeas > I think that to be a good coder one must show some talent for design. And to be a good designer one must show some talent at code. I have never experienced this in any of the companies I have worked for. It's a bit different for web apps, since some designers know (the quirks of) HTML/CSS, but to me that is not coding. Re: Design vs. Coding Programming Software Development by Reverend Jim I frequently had to deal with Engineers who felt they could both design software and write it. I only once met an engineer who could do both competently. She got her degree in computer engineering and started in my group as a junior member. She rose quickly through the ranks and even became my boss for a couple of years (my happiest at work) before… Re: Design vs. Coding Programming Software Development by chuckc Reading this I thought, suppose in a group of cave men, some were good at making wheels and some were very good at making wagons. If they switched rolls might they get round wagons with square wheels? On the other hand, if they had a wheel maker who insisted on making square wheels, switching roles might be a good thing. Maybe one size doesn’t … Hit by Panda again. Now What? Digital Media Digital Marketing Search Engine Strategies by Dani As many of you may be aware, DaniWeb was originally hit by the Google Panda algorithm back in February. We finally … Panda update at the end of July. We were just hit by Panda yet again this past week, which was the… rollouts? Also, has anyone else been hit, made a complete recovery, and then been hit yet again? We're losing 50%+ of… Re: Hit counter Programming Web Development by tehgreatmg …script [CODE]<?php session_start (); // get current hit $opFile = fopen ("counter.txt", "… if new session if (!isset ($_SESSION['hit'])){ // set session $_SESSION['hit'] = TRUE; // add the hit $handle = $handle + 1; //…write("'.$handle.' Hits");'; // put new hit to db $opFile = fopen ("counter.txt… Re: Hit counter Programming Web Development by MattEvans …[code="PHP"] <?php // get current hit $opFile = fopen ("counter.txt", "r…filesize ("counter.txt")); fclose ($opFile); // add the hit $handle = $handle + 1; // print javascript echo '…document.write("'.$handle.' Hits");'; // put new hit to db $opFile = fopen ("counter.txt"… Re: Hit by Panda again. Now What? Digital Media Digital Marketing Search Engine Strategies by wcspaulding … have followed your writings on Google Webmaster. My site was hit on April 10. It appears that the panda penalty is… Re: Hit by Panda again. Now What? Digital Media Digital Marketing Search Engine Strategies by stellaandreapar Quality content is still one key to make it to the top again. I have sites that are hit too. i just hope they recover as soon as possible. Re: Hit by Panda again. Now What? Digital Media Digital Marketing Search Engine Strategies by claydcousta Moving content from sub folders to subdomains managed to get around panda on my test sites after they got hit (they are test sites so are there to keep track of the algorightm, I have LOADS, that are each weighted in content or link building to a particular element. Re: hit counters Programming Web Development by Dani Unfortunately you can't make a hit counter in either JavaScript or DHTML (and I'm assuming … posted in the JavaScript and DHTML forum). You see, a hit counter needs some way of keeping track of how many… and those types of ornamental bells and whistles. For a hit counter, you will need a server-side language such as… hit/miss cache simulator Programming Computer Science by FotG … = nWCache[where_]->getValue(in); if (temp != -1) hCount.hit(true); else { hCount.hit(false); nWCache[where_]->add(in); } } [/code] I… Hit Counter Programming Web Development by Atlanta15Braves … me. I am logging into a database and incrementing a hit counter when someone goes to the page. I have two… and is needed to instantiate the hitcounter.php file. The hit counter should open the database and store the hits in… Re: Hit Counter Programming Web Development by Atlanta15Braves … started from scratch on this page....so here is my hit counter code. The first bit of code would actually be…; The count visits file also still needs to instantiate the hit counter file as mentioned above....sorry to be so lengthy… Hit Counter& web Analytics Hardware and Software Networking by JohnLewise "Hi, I am having a few issues with Web hit counter & traffic Analysis: 1. How can I get the …online hit counter? 2. How to track the number of uniques or… hit counters Programming Web Development by missdiva hello can anyone tell me how to make my own hit counter? hit counter Digital Media UI / UX Design by ATS Can someone please explain to me how to create a hit counter. Any help would be appreciated. Thanks, Ryan Re: hit counter Digital Media UI / UX Design by peter_budo did you ever tried google search? look what i got just by typing simple query, [URL="http://www.google.co.uk/search?hl=en&q=website+hit+counter+tutorial&btnG=Search&meta="]here[/URL] make your decision which language you want to use my friend Re: hit counter Digital Media UI / UX Design by xwizkid1 A Cool way to get a hit ocunter for your site is go to [URL="http://www.clustermaps.com"]www.clustermaps.com[/URL] they also show you where the hits are coming from it works great on my site [URL="http://www.ddskateboarding.com"]www.ddskateboarding.com[/URL] its just a thought but try it out :) Hit counter Programming Web Development by tehgreatmg I need help with writing a hit counter in javascript. I am new to weboage design so I really dont know how to go about doing this. Re: Hit counter Programming Web Development by MattEvans ….php[/url] Perl/SHTML:[url]http://www.akamarketing.com/simple-hit-counter-with-perl.html[/url] C++: [url]http://www.daniweb…