CDES Marketing LLC

CDES Marketing LLC Marketing consultation, campaign management, SEO, copywriting, sales presentation development - our results oriented strategies deliver measurable benefits

The Delphi Online Conference is coming up soon.  If you are a nerd or have any interesting in the directions that the pr...
11/10/2021

The Delphi Online Conference is coming up soon. If you are a nerd or have any interesting in the directions that the programming worldis going - you might want to sign up. FREE LINK for those who sign up for DELPHICON before it starts. If you wait until later and want to see someof the reruns - it will cost you $399 for admittance.

The official online conference all about Embarcadero Delphi

09/02/2021

It's not often that I get 'stumped' when working with Excel, having been a Microsoft Office Suite user for going on 30 years now.

However - the other day, I created a new workbook, laid out a fairly basic table of information, went to 'set the print area' to reflect the table I had created, and Excel wouldn't LET me adjust the print area. It said the margins were out of limits. I checked the margins - they looked normal (for portrait letter pages).

I closed the workbook and Excel. Re-opened the workbook and same problem. I created a new workbook - same issue. I rebooted the computer - same issue persisted.

Win 10 x64, Office 365 - all current with updates as of 9/1/2021.

I (finally) checked the page selected and it was a weird number I had never seen before. I clicked on the pull down and NOTHING looked familiar from the options. A long list of 4 digit numbers. I googled a couple of the numbers and they turned out to be various labels.

A light flickers on... while the default printer for this workstation is an HP OfficeJet 8710 - it does have a Dymo label printer attached to it. I checked the system's default printer - it was still the OfficeJet but when I checked what printer Excel was trying to print to - it said the Dymo label printer. I changed that to the HP OfficeJet 8710 and suddenly everything was back to normal in Excel.

No idea how that got changed - I have NEVER used the Dymo printer with Excel and the label printer has never been the 'default printer' for the workstation. This was only in Excel - Word, Access, PowerPoint, Publisher, etc. were okay, all pointed to the OfficeJet or alternatively to Microsoft PDF printer which I use sometimes to create PDF versions of Office Suite documents.

I suspect (but cannot verify) that somehow, the Dymo Connect software interacted with Excel and flipped the 'current printer' setting inside of Excel. I did print some labels the previous day, using the DYMO Connect software (proprietary label printing software for the Dymo label printer). That had nothing (or shouldn't have had) anything to do with Excel? I've used the Dymo software before (many times, over 100 times) and NEVER had this kind of issue arise before).

06/26/2021
To understand how screen sizes relates to actual viewable square inches or desk/stand space requirements it helps to kno...
12/24/2020

To understand how screen sizes relates to actual viewable square inches or desk/stand space requirements it helps to know the standard height x width vs. diagonal dimension conversions.

This link is to a site that offers a comprehensive chart showing the factors. To evaluate or compare viewable real estate, remember that the square inches is calculated by multiplying the height by the width.

TV Dimensions, TV Sizes Screen You decided to bu

A couple people trying to learn to build web pages - asked me how to toggle an element to 'open' and 'close' using a but...
10/05/2019

A couple people trying to learn to build web pages - asked me how to toggle an element to 'open' and 'close' using a button.

Easiest way, assuming reasonably modern browsers - is to add a 'default class' to the element you wish to toggle and then use a javascript function to 'toggle' between two classes.

NOTE: the 'trigger' is the onclick event and most page elements can support the onclick event, doesn't have to be a button, could be an image, or text or a header element like the element in the page body below.

NOTE: The button or other element with the onclick event does not have to be above or below the toggled element - the target element is identified / found in the 'document object model' by the id property. The trigger and toggled elements can be on the extreme opposite ends of the page - the code will still function the same way. You could modify this a bit and use the hover property to toggle the target element(s) when hover is active.




hideme {display: none;
}
showme {display: block;
}




function toggle() {
if( document.getElementById("mydiv").className == "hideme")
{
document.getElementById("mydiv").className = "showme";
} else {
document.getElementById("mydiv").className = "hideme";
}
}






This is some text to show up at the top of the page

OPEN ME


Whatever I place in this div - could be images, or an audio element or a video element, or a linked list or whatever, will only be visible when the class has been changed to 'showme' and if you click the button again, the div will again be invisible.



An excellent resource that I frequently use is W3schools.com

For a much more sophisticated example of what you can do with toggling of elements/objects - check out https://www.w3schools.com/howto/howto_js_hover_tabs.asp

Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, Python, Bootstrap, Java and XML.

This one goes out to those working in medical practices and medical lab reps. .
05/01/2019

This one goes out to those working in medical practices and medical lab reps. .

05/26/2018

Courtesy of How-To Geek!
------------------------------------------------

Did You Know?

The mouse cursor is a tilted arrow because the low resolution of old computer monitors made it difficult to see a perfectly vertical-oriented arrow.

03/17/2018

If you have a home wifi setup - for the sake of security, you should change the default password for the admin user and also change the password/key for the security to something 12 characters long, mix in upper-case/lower-case and numbers.

Now - for those really concerned about security - if you turn off the SSID broadcasting, people trying to 'steal' a wifi hookup from you won't typically SEE your network when they scan for what's available. However, that makes hooking up new devices (or old ones that have lost their connection) a bit more of a pain in the arse. You have to know and manually type in the SSID you wish to connect to. If you live in an urban neighborhood - this might be a small price to pay to avoid giving access to your home network to all the teenage hacker wannabe's who can readily learn how to scan for and hack into the typical wifi network on the Internet, not to mention the occasional hardcore criminal looking to steal your passwords, account logins to your bank, maybe install a keylogger into your home computer or iPad or whatever... and thus, store every keystroke you make into a hidden file for retrieval later.

The ancient and theoretically obsolete art of batch files and knowing how to use the command line shell tools remains an...
03/14/2018

The ancient and theoretically obsolete art of batch files and knowing how to use the command line shell tools remains an extremely valuable skill.

Of course, you can also get yourself into a lot of trouble with just a few keystrokes or one typo can be a mini-disaster (or not so mini).

Still - if you have the courage to 'grab the steering wheel' without a bib, a nanny, or seat belt - and make the transition from someone who uses a computer program to someone who works with and operates the computer - then these skills are somewhat of a rite of passage.

If you already have the basics - know how to open a command line shell by 'running' cmd.exe then you might be ready. Extra points if you know the hot key sequence to make this happen without touching the mouse or touchpad.

SIDEBAR: Want to impress the casual program user?

Windows Key + R, type in cmd.exe and To the uninitiated, it's like a black hole suddenly opened up in their computer screen. :-) (see below if Windows Key term confuses you) the + R means press the R key while holding down the Windows Key.

03/02/2018

After you have done all the usual stuff but a PC continues to intermittently fail. Try swapping out the ram if you have some spare simms around. Occasionally failing memory can be devilishly tricky to diagnose. Very easy to blame the wrong thing for the symptom - blue screen events showing vague or random errors codes that don't really tell you anything. .

Address

1101 E Tropicana Avenue Ste 2166
Las Vegas, NV
89119

Opening Hours

Monday 9am - 6pm
Tuesday 9am - 6pm
Wednesday 9am - 6pm
Thursday 9am - 6pm
Friday 9am - 6pm
Saturday 9am - 1pm

Telephone

(877) 630-2192

Alerts

Be the first to know and let us send you an email when CDES Marketing LLC posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to CDES Marketing LLC:

Share