General Rules of Thumb How to Use Whitespace and Tabs You can put the select clause left aligned (example 1) and everything else 1 tab over. I have also seen it where you have all the keywords left aligned (example…
This is an open-source Windows based terminal to access servers through the command line. http://www.putty.org/
I highly recommend this opensource secure file program is great for moving files between servers. http://winscp.net/eng/download.php
I’m such a huge fan of Handbrake. Such a great FREE tool. It is not often you get such a value for free. This product is great for adjusting the quality of videos. You can make MP4s smaller for iPhones…
VLC media player is simply the best multi-format video media player. VLC can also rip DVDs to MP4. http://www.videolan.org/vlc/download-windows.html
The perfect music player. I have enjoyed this cool easy to use music player to play my mp3 files without all the extra crap from iTunes. http://www.foobar2000.org/
http://scrumtrainingseries.com/ Scrum is an agile way to manage a project, usually software development. Agile software development with Scrum is often perceived as a methodology; but rather than viewing Scrum as methodology, think of it as a framework for managing a…
Scrum is an agile way to manage a project, usually software development. Agile software development with Scrum is often perceived as a methodology; but rather than viewing Scrum as methodology, think of it as a framework for managing a process….
The following terms are often used in product development using the Scrum framework: Scrum Team – Product Owner, Scrum Master, Development Team, Subject Matter Experts (SME) Product Owner – The person responsible for maintaining the Product Backlog by representing the interests of…
How does scrum actually work? The green items are “artifacts”. The blue items are “meetings”. The three main roles are at the bottom. What is a burndown chart? The most important principle of scrum is after every sprint the software must…
What makes Scrum different from any other method? Yes, the process itself, but also — the team! Scrum is all about accountability. In contrast to classical project management methods, Scrum doesn’t have and doesn’t need a product manager, a task…
There are five main meetings in Scrum. 1. Sprint Planning Attended by the scrum master, product owner, and development team. Outside stakeholders may attend by invitation (rare). The two defined artifacts coming out of this meeting are the sprint goal…
Product Backlog In the simplest definition, the Scrum Product Backlog is simply a list of all things that need to be done within the project. It replaces the traditional requirements specification artifacts. These items can have a technical nature or…
This paper identifies what academic conference attendees in the Information Systems (IS) field consider to be attributes of successful and unsuccessful academic presentations.
Sponsored by USC Marshall School of Business Association of Business Communication The winner is based on the most citations over the past five years using Google Scholar data. Empirically-based research articles published within the last ten years in International Journal of…
This study addressed college students’ acceptance of push communication (i.e., email and SMS messaging) as a means of receiving course-related content.
Georgia College – University Award This award encourages and rewards excellence in the scholarship of teaching and learning. The recipient of this award will be the university’s nominee for the Regent’s Scholarship of Teaching and Learning Excellence Award. https://www.gcsu.edu/ctl/faculty-teaching-service-awards-center-for-teaching-and-learning
The purpose of this paper is to identify the factors that influence student learning as it pertains to textbooks.
International Association for Computer Information Systems The Ben Bauman Award for Excellence recognizes faculty excellence and service. Candidates for the Ben Bauman Award include senior faculty with significant service to their profession, university and community. Service would include taking a…
This research aims to investigate what factors influence the users on StackOverflow to participate.
Go to atom.io and install the latest version of Atom.io. Windows – If you are on a Windows machine go to file – settings – + install. Search and find the packages below to install. Packages to Install atom-file-icons autocomplete-python…
Abstract Universities have always struggled to provide students with a hands-on environment to learn proper and up-to-date information technologies. Universities have had to balance a safe work environment for the students with the security and resource needs of the university….
International Association of Computer Information Systems Research paper: “IMPACT OF USERS’ MOTIVATION ON GAMIFIED CROWDSOURCING SYSTEMS: A CASE OF STACKOVERFLOW” Sarah Penoyer, Georgia College & State UniversityBreana Reynolds, Georgia College & State University FACULTY SPONSOR & CO-AUTHORBryan Marshall, Georgia College…
[otw_shortcode_button href=”https://www.bryanmarshall.com/wp-content/uploads/2018-Fall-MMIS-6391.pdf” target=”_blank” shape=”square”]Syllabus[/otw_shortcode_button] [otw_shortcode_button href=”https://upay.gcsu.edu/C20792_ustores/web/classic/store_cat.jsp?STOREID=17&CATID=28&SINGLESTORE=true” target=”_blank” shape=”square”]GC-CODEC.COM[/otw_shortcode_button] [otw_shortcode_button href=”http://info.perforce.com/try-perforce-helix-teamhub-free.html” target=”_blank” shape=”square”]Helix Sign Up[/otw_shortcode_button] [otw_shortcode_button href=”https://helixteamhub.cloud/login” target=”_blank” shape=”square”]Helix Login[/otw_shortcode_button] [otw_shortcode_button href=”https://www.bryanmarshall.com/mmis-6391-topics/” target=”_blank” shape=”square”]Topics[/otw_shortcode_button] Semester: Fall 2018 Instructor: Dr. Bryan Marshall Email: bryan.marshall@gcsu.edu or professor@bryanmarshall.com CRN: 81007 Time: 5:30 – 8:15 pm Location:…
[otw_shortcode_button href=”https://www.bryanmarshall.com/wp-content/uploads/2018-Fall-CBIS-4210.pdf” target=”_blank” shape=”square”]Syllabus[/otw_shortcode_button] [otw_shortcode_button href=”https://upay.gcsu.edu/C20792_ustores/web/classic/store_cat.jsp?STOREID=17&CATID=28&SINGLESTORE=true” target=”_blank” shape=”square”]GC-CODEC.COM[/otw_shortcode_button] [otw_shortcode_button href=”https://www.bryanmarshall.com/agile-scrum-overview/” target=”_blank” shape=”square”]Scrum[/otw_shortcode_button] [otw_shortcode_button href=”http://info.perforce.com/try-perforce-helix-teamhub-free.html” target=”_blank” shape=”square”]Helix Sign Up[/otw_shortcode_button] [otw_shortcode_button href=”https://helixteamhub.cloud/login” target=”_blank” shape=”square”]Helix Login[/otw_shortcode_button] Semester: Fall 2018 Instructor: Dr. Bryan Marshall Email: bryan.marshall@gcsu.edu or professor@bryanmarshall.com CRN: 80514 | 80963 Time: 2:00 – 3:15…
This hands-on PHP Programming course provides the knowledge necessary to design and develop dynamic, database-driven Web pages using PHP 7. PHP is a language written for the Web, quick to learn, easy to deploy and provides the substantial functionality required for e-commerce.
Step 1 – Sign up for Helix Team Hub Step 2 – Download the GetHub Desktop Software Step 3 – Steps to Building a Web Application Step 1 – Design your site – build out your pages using Balsamiq. Step 2…
Create Read Update Delete
Rule #1. A function must return a value. Rule #2. You must create the fuction before you CALL the function. Rule #3. You must make a place to store the “returned” information to return to. [code]$storedVariable = function_name($variable1Passed, $variable2Passed);[/code]
The first is the decision structure. If, Else If, and Else [code]if(condition 1){ echo "Condition 1 was true!"; }elseif(condition 2){ echo "Condition 2 was true!"; }else{ echo "Condition 1 and Condition 2 were NOT true!"; }[/code] Things to note: 1….
Commenting // – single line comment /* multi-line comment */ Quotes Single quotes will print exactly as seen, not caring about $. Double quotes will print recognizing variables starting with $. PHP requires a Server (Server side programming language) Since…
https://www.siteground.com/studentsprogram/ Dreamweaver and Siteground If you are having trouble connecting your Dreamweaver to Siteground, here is the connection I was able to get to work. I was able to use the information from the main screen when you…
We are going to be working with HTML5 this semester. I am including some very good videos on YouTube.
[otw_shortcode_button href=”https://www.bryanmarshall.com/wp-content/uploads/2018-Spring-MMIS-6505.pdf” target=”_blank” shape=”square”]Syllabus[/otw_shortcode_button] PowerPoints 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 Semester: Spring 2018 Instructor: Dr. Bryan Marshall Email: bryan.marshall@gcsu.edu or professor@bryanmarshall.com CRN: 21523 Time: Thursday’s 5:30 – 8:15 pm Location:…
So by far, my most favourite PHP editor is Atom by GitHub. Atom by GitHub (Download Now) If you are looking for a pretty good PHP editor that is free – Atom may be the way to go. There is a…
Here is another practice: Here is another practice: Look for the users. They can be in the owner, group or at the beginning of the line “logged in”. To add the new users: [code]sudo adduser <newusername>[/code] Next, look for…
What do you need to have installed on your system to get WordPress up and running? Remember, WordPress is just a website. There is an easy program you can use to transfer files over to AWS. You do not need…
USERS adduser — creates the user, adds a home directory, creates a new group with username, adds a password deluser — removes a user from the /etc/passwd file, this does not remove home directory delgroup — removes a group su — switch…
FOLDERS / FILES / PERMISSIONS Here is a comprehensive list of some great Linux commands that can be used on the Amazon Web Services (AWS) elastic compute servers. ls — list current directory files and folders cd — change directory…
[otw_shortcode_button href=”https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe” target=”_blank” shape=”square”]PuTTY[/otw_shortcode_button] [otw_shortcode_button href=”https://the.earth.li/~sgtatham/putty/latest/w64/puttygen.exe” target=”_blank” shape=”square”]PuTTYgen[/otw_shortcode_button] For this exercise, you will be creating a new server on the Amazon cloud. You will need a credit card, although if you do this correctly, it should be free. Amazon gives…
[otw_shortcode_button href=”https://www.bryanmarshall.com/wp-content/uploads/2017_Fall_MMIS6392.pdf” target=”_blank” shape=”square”]Syllabus[/otw_shortcode_button] [otw_shortcode_button href=”https://www.bryanmarshall.com/wp-content/uploads/2017-Security-Audit-Paper.pdf” target=”_blank” shape=”square”]Audit Project[/otw_shortcode_button] [otw_shortcode_button href=”https://www.bryanmarshall.com/wp-content/uploads/2017-example-audit-paper.pdf” target=”_blank” shape=”square”]Example Project[/otw_shortcode_button] Catalog Description Exposure to EDP procedures, standards and techniques, types of controls, data integrity, risk assessment, and expectations of the internal and external auditor in…
1. Add your site to Google Analytics (10 points). 2. Add your site to Google Search Console (10 points). 3. Using the Yoast SEO plugin, fix the onsite SEO for ALL of your content pages (60 points – 30 for…
For this assignment you will be creating content for your site. Go through the list of content types in the “How To Write Great Blog Posts” book. 1) You will need to create 2 MVP articles and 6 filler posts….
ITIL Explanation https://www.youtube.com/watch?v=vBguassbAzo
Questions to Contemplate Why do you want to be a manager? What type of manager would you be? What does an IT manager do? What is the strategic value of the IT department? What is the difference between leadership and…
Using Cisco Packet Tracer, recreate your home network. Create a short video showing what and how you created the project in packet tracer. Upload your video to YouTube and submit the URL to D2L. Go through this short self-paced course…
The purpose of this study was to identify the factors that influence the acceptance of electronic collaboration technology by higher education students and that influence their predicted usage of the technology for virtual team collaboration.
[otw_shortcode_button href=”https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe” target=”_blank” shape=”square”]PuTTY[/otw_shortcode_button] [otw_shortcode_button href=”https://the.earth.li/~sgtatham/putty/latest/w64/puttygen.exe” target=”_blank” shape=”square”]PuTTYgen[/otw_shortcode_button]
Amazon Web Services (AWS) is a secure cloud services platform, offering compute power, database storage, content delivery and other functionality to help businesses scale and grow. Explore how millions of customers are currently leveraging AWS cloud products and solutions to build sophisticated applications with increased flexibility, scalability and…
2016 CBIS 3213 – Final Exam Study Guide 10 questions on Scrum Artifacts, Meeting Types, User Roles 10 questions on Hardware Monitor Types, Hard Drives, CPUs 10 questions on Networking Binary Conversions, OSI Model, IPv6 10 questions on Sys Admin…
Watch this three video series to see how to set up your router. You do not need to do the subnetting part.
Click on the router – then click on CLI. This configuration will set up a router between two networks.
Please go through this PowerPoint and be able to identify each device. What is it’s name? What is it used for? How much does it cost? The below information was taken from the following website: https://en.wikipedia.org/wiki/Networking_hardware Networking hardware may include gateways,…
Here is a great video on subnetting. Feel free to watch this short video.
The best way to describe information technology is to put it into perspective. When you think of computers, think of the different components. The people and processes fall under Information Systems. How do you build the systems goes under Computer Science. And generally speaking, the computer hardware, networking equipment, and computer operating systems fall under the Information Technology umbrella.
This study examines 83 IS qualitative studies in leading IS journals for the following purposes: (a) identifying the extent to which IS qualitative studies employ best practices of justifying sample size; (b) identifying optimal ranges of interviews for various types of qualitative research; and (c) identifying the extent to which cultural factors (such as journal of publication, number of authors, world region) impact sample size of interviews.
This paper details some of the obstacles to cloud computing that have been identified in recent literature, grouping organizational concerns into four categories, namely security, organizational resistance, performance, and lack of economic gains.
This article describes the growing adoption of enterprise social networking platforms by organizations in an attempt to foster better team communication and collaboration.
The project-based approach to foundational IS topics in an introductory course provides modest benefits in interest in MIS majors and minors.
We examined the impacts of the team listening environment and the frequency of team communication on team coordination in business environments.
In this research paper, we describe the process we took to go green in one of the computer labs on our campus.
There are many blogs and columns available online as to what security measure is the best to implement and when, however very few articles actually compare and contrast methods side by side.
This paper describes our approach to using virtualization in two courses for MIS students.
This article presents a cross-cultural training method that focuses on horizontal and vertical individualism and collectivism.
Georgia College – University Award This award recognizes excellence in teaching, research, and campus and community service to a College of Business or School of Nursing faculty member. https://www.gcsu.edu/ctl/faculty-teaching-service-awards-center-for-teaching-and-learning
International Association of Computer Information Systems An award for the best paper treating pedagogical issues is awarded at the annual conference. The paper is selected from those submitted for presentation at the conference. The Conference Chair has the responsibility for…
The purpose of this paper is to examine the role end-user training has on performance expectancy and effort expectancy, two variables associated with technology acceptance.
This paper identifies some key attributes Information System (IS) graduates should be aware of in their quest to find a job.
The objective of this research project is to apply the method of web-based learning to overcome the limitations of comment-based code learning.
The primary focus of this study was to determine why and how small businesses implement content management and to clarify the relationship of content management to regulatory compliance issues presented by the Health Insurance Portability and Accountability and Sarbanes-Oxley Act.
This paper reviews Web Services technologies, challenges to their implementation, demonstrates nine ways that traditional assumptions regarding security are inapplicable to Web Services, and suggests possible solutions to these problems.
The focus of this paper is to elaborate on how such an integration would be accomplished in an advanced database course.
This paper reviews Web Services technologies, challenges to their implementation, demonstrates nine ways that traditional security best practices are inapplicable to Web Services, and suggests possible solutions to these problems.
The Hollywood Marines I remember I reported to boot camp on April 4, 1994. In the Marines that would be 940404. After a couple days in processing, I joined Kilo “K” Company. It was an interesting transition. We had three…