What is Standard APEX? TOOLBOX FLAT DESIGN CARTOON PEOPLE

Size: px
Start display at page:

Download "What is Standard APEX? TOOLBOX FLAT DESIGN CARTOON PEOPLE"

Transcription

1 What is Standard APEX? TOOLBOX FLAT DESIGN CARTOON PEOPLE

2 About me Freelancer since 2010 Consulting and development Oracle databases APEX BI Blog: APEX-AT-WORK - Oracle ACE Associate

3 What is Standard APEX? A few tips and guidelines based on my experiences with over 100 projects that I have worked with during the last 10 years. Before I will tell you something about Standard I will define what I actually aim for: Build what the customer / end-user needs Application development on time and within the budget Easy to maintain application Standard APEX features Good looking application

4 What can I give you?

5 AGILE development Project Manager Customer Boss End-User 95 % of all my projects were AGILE. Everything you do, do it with the people who has to work with your application. Talk and discuss with them. APEX Developer Be a team working with the end-user.

6 Do not Project manager let the project manager do the customer communication for you. Customer boss talk only with the head of the department or someone who thinks knows it all. Believing believe that they actually know their business process. Especially if several departments are invoked. End-Users talk with just one person on the customer side. Tip: Find the guy who actually understand how it works!

7 Low Code It is somewhere between no coding and do it all yourself. IN APEX USE APEX Do not reinvent the wheel. Instead: PLACING THE BUSINESS CODE Always think like Database FIRST ALWAYS THINK LIKE THIS Form on table (DML) Interactive Grid (DML) JET Charts (SQL) Universal Theme (CSS) Inside your database business schema Use packages Use views Can I fix it with SQL? Can I fix it with PL/SQL? Can I fix it with CSS? Can I fix it with Javascript? Tip: Think twice if you really need an extra JS framework.

8 How to start building an application Don t start coding, start talking! 1. Talk with the customer and understand what are his needs? Important question: Ask the customer if somebody already tried to solve it? If the answer is yes more then 2 twice. Leave the room and never come back. EXIT

9 How to start building an application 2. If you feel it is not enough information to build up the application A: Start with a simple throw away prototype Discuss with the customer the results Repeat the process until you know what he needs B: Important questions you should ask What do you want? Do we have the same target as a team? I can t do it alone. Can I see the legacy application and the data? Can you tell me about specialties inside the application? Do you have program interfaces with other systems? How many? How much data? Update cycle?

10 How to start building an application 3. You know what the customer needs Build a prototype data model Import some real data Start with the complex stuff not with the base data functionality Build an application package for the business logic and the error logging functionality SQL of complex APEX reports should be saved in views

11 Things you may shouldn t do 1. Integrate all kind of Javascript frameworks and/or plugins 2. Complex business logic inside APEX 3. View layers based on pages and statements. Example: v_1_emp_report

12 Example 1: The view nightmare An APEX prototype which I had to finish Starting position: 10 tables 20 pages 60 views Base view for each table defined as: v_100_0_emp v_100_0_dept Detail view looked like this: v_100_1_emp_with_dept v_app_id_page_id_name based on v_100_0_emp and v_100_0_dept

13 Example 1: The view nightmare I had a few problems with it Code duplication Standard APEX processes can't run inside the view hell Maintainability decreases Costs and development time increases What did I do? I dropped it down to the ground and made it simple. Result: 10 tables 20 pages 10 views Tip: I always use V_ as a name for view including business logic and LOV_ as a source for APEX list of values.

14 Example 2: JS Performance Leak I came to rescue it No Interactive Grid was available yet. Customer needed to manually update a large table dynamically row by row. Needs: Edit a cell and update dependent rows in the report Context Menu (Right click) Tree functionality Freezed Header

15 Example 2: JS Performance Leak First solution The first company tried an Javascript library called EasyUI. The proposed to the customer that all features can be fulfilled with it. But a few problems occurred: All communication was done with JSON No standard APEX APEX was not more then a shell anymore Tons of Javascript Complex PL/SQL packages only for the library and the JSON handling had to be added No security / no SSP was used (URL tampering)

16 Example 2: JS Performance Leak First solution Major problem was: Loading of the report took 15 minutes

17 Example 2: JS Performance Leak Don t say you can. Show that you can: Prototype it! I said I don t know if it is possible. But I can try making a prototype. I started with the most important question: Can APEX display 8000 rows in a decent time? URL: :8080/ords/f?p=GRID_PROTOTYPE:2

18 Example 3: Customer goes wild You don t understand what they want Migrate a planning tool from Excel to APEX 14 Excel files Base data had to be filled in manually Reporting on different levels The result of all files saved a huge Power Point Keep in mind: Always stick to the standard features of APEX!

19 Example 3: Customer goes wild Current situation

20 Example 3: Customer goes wild What we did A1 A2 A1 A2

21 Example 3: Customer goes wild You don t understand what they want From our perspective Data preparation could be automated (20-30 days per year) We had data integrity Row level security Read and write functionality on column level Better design but similar look and feel towards the old tool Used only standard APEX components (IG, JET Charts)

22 Example 3: Customer goes wild You don t understand what they want From customer perspective They wanted something new! A dashboard Seeing all important data Easy data editing inside the dashboard We should show off some new design ways Because we are the experts

23 Example 3: Customer goes wild You don t understand what they want First important question when you create a dashboard: What data on what level is important to make a decision? Look at the Excel! We made some dashboard examples: Look this can APEX do (Examples with JET charts): Is this all APEX can do? Yes. Those are the basic APEX features we work with. We looked at the Internet and found a Dashboard Competition. Mr. Arnhold why didn t you show us? You are right I could have done this but what you see is no Standard. Those examples are prove of concept and includes a lot of risks. Mr. Arnhold why didn t you show us?

24 Example 3: Customer goes wild Plugin he would have loved to be integrated

25 Example 3: Customer goes wild Plugin he would have loved to be integrated

26 Example 3: Customer goes wild Plugin he would have loved to be integrated

27 Dashboard Competition Examples Think twice before you choose something From customer perspective Does it fit the requirements? Does it look good / modern? From developer perspective How complicated is it? JAVASCRIPT! Will your colleagues understand? Security? Required Frameworks? I MADE IT!

28 Dashboard Competition Examples Think twice before you choose something :8080/ords/f?p=304:1

29 Dashboard Competition Examples Think twice before you choose something :8080/ords/f?p=305:1

30 Dashboard Competition Examples Think twice before you choose something :8080/ords/f?p=306:1

31 Summary What is Standard APEX? Stick to the end-user Logic: SQL, PL/SQL, CSS, JS Use the basic features (IG, JET charts, Form on table, Dynamic Actions) Database Modell Use packages APEX is made to be agile Javascript is not APEX

32 THE END

Oracle Forms and Oracle APEX The Odd Couple

Oracle Forms and Oracle APEX The Odd Couple Oracle Forms and Oracle APEX The Odd Couple About me 2 Francis Mignault CTO and Co-founder, Insum Solutions 30+ years with Oracle DB, 14+ years with APEX. (Forms 2.3 / Oracle 5) Books: Expert Oracle Application

More information

Oracle Application Express 5.1

Oracle Application Express 5.1 Oracle Application Express 5.1 New Features [Name] [Title] December 2016 2 Agenda 1 2 3 4 5 6 7 Oracle Application Express Overview Interactive Grid Oracle JET Charts Universal Theme Productivity Improvements

More information

Planning & Managing Migrations

Planning & Managing Migrations Planning & Managing Migrations It s for the birds. Har har. Aimee Degnan / aimee@hook42.com Expectation Setting This is the first run of this presentation. It is being shaped for DrupalCon. Is text heavy

More information

Stanko Tadić

Stanko Tadić State of modern JavaScript development 04.02.2017. Stanko Tadić HELLO, MY NAME IS STANKO TADIĆ and I m a Principal Developer at Work & Co. I love development, music and cartoons. You might say I m a geek.

More information

Clickbank Domination Presents. A case study by Devin Zander. A look into how absolutely easy internet marketing is. Money Mindset Page 1

Clickbank Domination Presents. A case study by Devin Zander. A look into how absolutely easy internet marketing is. Money Mindset Page 1 Presents A case study by Devin Zander A look into how absolutely easy internet marketing is. Money Mindset Page 1 Hey guys! Quick into I m Devin Zander and today I ve got something everybody loves! Me

More information

Apex 5.1 Interactive Grid and Other New features

Apex 5.1 Interactive Grid and Other New features Apex 5.1 Interactive Grid and Other New features Presented by: John Jay King Download this paper from: 1 Session Objectives Become familiar with the new features of APEX 5.1 Learn how the Interactive Grid

More information

CONVERSION TRACKING PIXEL GUIDE

CONVERSION TRACKING PIXEL GUIDE Conversion Tracking Pixel Guide A Step By Step Guide to Installing a conversion tracking pixel for your next Facebook ad. Go beyond clicks, and know who s converting. PRESENTED BY JULIE LOWE OF SOCIALLY

More information

Grid Essentials. APEX 18.1 Interactive Grids. Karen Cannell TH Technology

Grid Essentials. APEX 18.1 Interactive Grids. Karen Cannell TH Technology Grid Essentials APEX 18.1 Interactive Grids Karen Cannell kcannell@thtechnology.com TH Technology About Me TH Technology Oracle Consulting Services, APEX Focus Mechanical/SW Engineer - Analyzed, designed,

More information

Oracle APEX 18.1 New Features

Oracle APEX 18.1 New Features Oracle APEX 18.1 New Features May, 2018 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Oracle APEX Overview. May, Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Oracle APEX Overview. May, Copyright 2018, Oracle and/or its affiliates. All rights reserved. Oracle APEX 18.1 Overview May, 2018 Copyright 2018, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

Week - 01 Lecture - 04 Downloading and installing Python

Week - 01 Lecture - 04 Downloading and installing Python Programming, Data Structures and Algorithms in Python Prof. Madhavan Mukund Department of Computer Science and Engineering Indian Institute of Technology, Madras Week - 01 Lecture - 04 Downloading and

More information

Database Developers Forum APEX

Database Developers Forum APEX Database Developers Forum APEX 20.05.2014 Antonio Romero Marin, Aurelien Fernandes, Jose Rolland Lopez De Coca, Nikolay Tsvetkov, Zereyakob Makonnen, Zory Zaharieva BE-CO Contents Introduction to the Controls

More information

Strong signs your website needs a professional redesign

Strong signs your website needs a professional redesign Strong signs your website needs a professional redesign Think - when was the last time that your business website was updated? Better yet, when was the last time you looked at your website? When the Internet

More information

Case study on PhoneGap / Apache Cordova

Case study on PhoneGap / Apache Cordova Chapter 1 Case study on PhoneGap / Apache Cordova 1.1 Introduction to PhoneGap / Apache Cordova PhoneGap is a free and open source framework that allows you to create mobile applications in a cross platform

More information

TOP DEVELOPERS MINDSET. All About the 5 Things You Don t Know.

TOP DEVELOPERS MINDSET. All About the 5 Things You Don t Know. MINDSET TOP DEVELOPERS All About the 5 Things You Don t Know 1 INTRODUCTION Coding and programming are becoming more and more popular as technology advances and computer-based devices become more widespread.

More information

LeakDAS Version 4 The Complete Guide

LeakDAS Version 4 The Complete Guide LeakDAS Version 4 The Complete Guide SECTION 4 LEAKDAS MOBILE Second Edition - 2014 Copyright InspectionLogic 2 Table of Contents CONNECTING LEAKDAS MOBILE TO AN ANALYZER VIA BLUETOOTH... 3 Bluetooth Devices...

More information

EXECUTIVE OVERVIEW. Upgrading to Magento 2

EXECUTIVE OVERVIEW. Upgrading to Magento 2 EXECUTIVE OVERVIEW Upgrading to Magento 2 Upgrading to Magento 2: Facts and Important Considerations Upgrading to Magento 2 (M2) is not as simple as running a script or issuing a few basic commands. Migrating

More information

How APEXBlogs was built

How APEXBlogs was built How APEXBlogs was built By Dimitri Gielis, APEX Evangelists Copyright 2011 Apex Evangelists apex-evangelists.com How APEXBlogs was built By Dimitri Gielis This article describes how and why APEXBlogs was

More information

How To Clone, Backup & Move Your WordPress Blog! Step By Step Guide by Marian Krajcovic

How To Clone, Backup & Move Your WordPress Blog! Step By Step Guide by Marian Krajcovic How To Clone, Backup & Move Your WordPress Blog! Step By Step Guide by Marian Krajcovic 2010 Marian Krajcovic You may NOT resell or giveaway this ebook! 1 If you have many WordPress blogs and especially

More information

Polyratings Website Update

Polyratings Website Update Polyratings Website Update Senior Project Spring 2016 Cody Sears Connor Krier Anil Thattayathu Outline Overview 2 Project Beginnings 2 Key Maintenance Issues 2 Project Decision 2 Research 4 Customer Survey

More information

Just updated? Find out what s changed in Microsoft Dynamics CRM 2013 & Microsoft Dynamics CRM Online Fall 13. Getting Started Series

Just updated? Find out what s changed in Microsoft Dynamics CRM 2013 & Microsoft Dynamics CRM Online Fall 13. Getting Started Series Just updated? Find out what s changed in Microsoft Dynamics CRM 2013 & Microsoft Dynamics CRM Online Fall 13 Getting Started Series 4 Microsoft Dynamics CRM 2013 & Microsoft Dynamics CRM Online Fall 13

More information

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead 1 Question #1: What is the benefit to spammers for using someone elses UA code and is there a way

More information

It s possible to get your inbox to zero and keep it there, even if you get hundreds of s a day.

It s possible to get your  inbox to zero and keep it there, even if you get hundreds of  s a day. It s possible to get your email inbox to zero and keep it there, even if you get hundreds of emails a day. It s not super complicated, though it does take effort and discipline. Many people simply need

More information

Introduction. A Brief Description of Our Journey

Introduction. A Brief Description of Our Journey Introduction If you still write RPG code as you did 20 years ago, or if you have ILE RPG on your resume but don t actually use or understand it, this book is for you. It will help you transition from the

More information

Ignite Visibility Consulting. How to Blog. Prepared by John Lincoln. Copyright 2013 Ignite Visibility Page 1

Ignite Visibility Consulting. How to Blog. Prepared by John Lincoln. Copyright 2013 Ignite Visibility Page 1 Ignite Visibility Consulting How to Blog Prepared by John Lincoln Copyright 2013 Ignite Visibility Page 1 Introduction... 3 What is a Blog?... 3 Technical Checklist... 3 Important Promotional Notes...

More information

PRINCIPLES OF SOFTWARE BIM209DESIGN AND DEVELOPMENT 03. REQUIREMENTS CHANGE. I Love You, You re Perfect... Now Change!

PRINCIPLES OF SOFTWARE BIM209DESIGN AND DEVELOPMENT 03. REQUIREMENTS CHANGE. I Love You, You re Perfect... Now Change! PRINCIPLES OF SOFTWARE BIM209DESIGN AND DEVELOPMENT 03. REQUIREMENTS CHANGE I Love You, You re Perfect... Now Change! You re a hero! The door you built for Todd and Gina was a huge success, and now Doug

More information

Title: Episode 11 - Walking through the Rapid Business Warehouse at TOMS Shoes (Duration: 18:10)

Title: Episode 11 - Walking through the Rapid Business Warehouse at TOMS Shoes (Duration: 18:10) SAP HANA EFFECT Title: Episode 11 - Walking through the Rapid Business Warehouse at (Duration: 18:10) Publish Date: April 6, 2015 Description: Rita Lefler walks us through how has revolutionized their

More information

The Why And How of Front-End Architecture. Feel the rhythm, feel the rhyme, get on up, it s front-end time

The Why And How of Front-End Architecture. Feel the rhythm, feel the rhyme, get on up, it s front-end time The Why And How of Front-End Architecture Feel the rhythm, feel the rhyme, get on up, it s front-end time Who are you people anyway? Wes Ruvalcaba @wesruv Carwin Young @carwin Sally Young @justafish Strategy,

More information

(Refer Slide Time: 02.06)

(Refer Slide Time: 02.06) Data Structures and Algorithms Dr. Naveen Garg Department of Computer Science and Engineering Indian Institute of Technology, Delhi Lecture 27 Depth First Search (DFS) Today we are going to be talking

More information

Learn a lot beyond the conventional VLOOKUP

Learn a lot beyond the conventional VLOOKUP The Ultimate Guide Learn a lot beyond the conventional VLOOKUP Hey there, Howdy? =IF ( you are first timer at Goodly, Then a very warm welcome here, Else for all my regular folks you know I love you :D

More information

Unit 9 Tech savvy? Tech support. 1 I have no idea why... Lesson A. A Unscramble the questions. Do you know which battery I should buy?

Unit 9 Tech savvy? Tech support. 1 I have no idea why... Lesson A. A Unscramble the questions. Do you know which battery I should buy? Unit 9 Tech savvy? Lesson A Tech support 1 I have no idea why... A Unscramble the questions. 1. which battery / Do you know / should / buy / I? Do you know which battery I should buy? 2. they / where /

More information

Amyyon customers can t wait to get their hands on it s new application, developed in Uniface.

Amyyon customers can t wait to get their hands on it s new application, developed in Uniface. customers can t wait to get their hands on it s new application, developed in Uniface. 1 CUSTOMER SECTOR Information Technology COUNTRY Netherlands CHALLENGE Migrate the rich functionality of a client/server

More information

Layout Standards & Techniques. Nick Finck Webmaster Jam Session Saturday, September 23rd, 2006

Layout Standards & Techniques. Nick Finck Webmaster Jam Session Saturday, September 23rd, 2006 Layout Standards & Techniques Nick Finck Webmaster Jam Session Saturday, September 23rd, 2006 How Outdated? 2 Pop Quiz! Some Pain 4 Layout from the standpoint of: Interaction Design How the page and site

More information

Azon Master Class. By Ryan Stevenson Guidebook #5 WordPress Usage

Azon Master Class. By Ryan Stevenson   Guidebook #5 WordPress Usage Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #5 WordPress Usage Table of Contents 1. Widget Setup & Usage 2. WordPress Menu System 3. Categories, Posts & Tags 4. WordPress

More information

Think simply and spare yourself a facepalm

Think simply and spare yourself a facepalm Think simply and spare yourself a facepalm Michal Simonik Freelancer Czech Republic Keywords: Oracle; SQL; PL/SQL; Development Introduction Have you ever come up with what you think to be a brilliant solution

More information

Recipes. Marketing For Bloggers. List Building, Traffic, Money & More. A Free Guide by The Social Ms Page! 1 of! 24

Recipes.  Marketing For Bloggers. List Building, Traffic, Money & More. A Free Guide by The Social Ms Page! 1 of! 24 16 Recipes Email Marketing For Bloggers List Building, Traffic, Money & More A Free Guide by The Social Ms Page 1 of 24 Brought to you by: Jonathan Gebauer, Susanna Gebauer INTRODUCTION Email Marketing

More information

How to Get Your Inbox to Zero Every Day

How to Get Your Inbox to Zero Every Day How to Get Your Inbox to Zero Every Day MATT PERMAN WHATSBESTNEXT.COM It s possible to get your email inbox to zero and keep it there, even if you get hundreds of emails a day. It s not super complicated,

More information

Developers and DBAs. Farmers and City Slickers have different mindsets

Developers and DBAs. Farmers and City Slickers have different mindsets Developers and DBAs Farmers and City Slickers have different mindsets About ~ Øyvind Isene DBA Consultant working for Bicon in Oslo Optimization and helping developers with db OUGN and the Oracle community

More information

Web API Lab. The next two deliverables you shall write yourself.

Web API Lab. The next two deliverables you shall write yourself. Web API Lab In this lab, you shall produce four deliverables in folder 07_webAPIs. The first two deliverables should be pretty much done for you in the sample code. 1. A server side Web API (named listusersapi.jsp)

More information

Case Study: Best Strategy To Rank Your Content On Google

Case Study: Best Strategy To Rank Your Content On Google Case Study: Best Strategy To Rank Your Content On Google SEOPressor Connect Presents: Case Study: Best Strategy To Rank Your Content On Google Copyright 2016 SEOPressor Connect All Rights Reserved 1 There

More information

Data Structures and Algorithms Dr. Naveen Garg Department of Computer Science and Engineering Indian Institute of Technology, Delhi.

Data Structures and Algorithms Dr. Naveen Garg Department of Computer Science and Engineering Indian Institute of Technology, Delhi. Data Structures and Algorithms Dr. Naveen Garg Department of Computer Science and Engineering Indian Institute of Technology, Delhi Lecture 18 Tries Today we are going to be talking about another data

More information

Whitepaper. Dashboard Design Tips & Tricks.

Whitepaper. Dashboard Design Tips & Tricks. Whitepaper Dashboard Design Tips & Tricks Introduction Dashboards are popular but, let s be honest, many of them are useless. Either because they are visually boring or because zealous design too often

More information

These are notes for the third lecture; if statements and loops.

These are notes for the third lecture; if statements and loops. These are notes for the third lecture; if statements and loops. 1 Yeah, this is going to be the second slide in a lot of lectures. 2 - Dominant language for desktop application development - Most modern

More information

MAXIMIZING THE UTILITY OF MICROSOFT OUTLOOK. Presented by: Lisa Hendrickson Deborah Savadra

MAXIMIZING THE UTILITY OF MICROSOFT OUTLOOK. Presented by: Lisa Hendrickson Deborah Savadra MAXIMIZING THE UTILITY OF MICROSOFT OUTLOOK Presented by: Lisa Hendrickson (@callthatgirl) Deborah Savadra (@legalofficeguru) INTRODUCTION: INBOX = MONEY Your inbox equals money, as it does for anyone

More information

Outlook is easier to use than you might think; it also does a lot more than. Fundamental Features: How Did You Ever Do without Outlook?

Outlook is easier to use than you might think; it also does a lot more than. Fundamental Features: How Did You Ever Do without Outlook? 04 537598 Ch01.qxd 9/2/03 9:46 AM Page 11 Chapter 1 Fundamental Features: How Did You Ever Do without Outlook? In This Chapter Reading e-mail Answering e-mail Creating new e-mail Entering an appointment

More information

QUICK EXCEL TUTORIAL. The Very Basics

QUICK EXCEL TUTORIAL. The Very Basics QUICK EXCEL TUTORIAL The Very Basics You Are Here. Titles & Column Headers Merging Cells Text Alignment When we work on spread sheets we often need to have a title and/or header clearly visible. Merge

More information

SOAP: Cross Platform Web Services Development Using XML PDF

SOAP: Cross Platform Web Services Development Using XML PDF SOAP: Cross Platform Web Services Development Using XML PDF Discover how to use SOAP to integrate virtually any distributed system, in Windows, Linux, and UNIX environments - with any of five leading programming

More information

Reading How the Web Works

Reading How the Web Works Reading 1.3 - How the Web Works By Jonathan Lane Introduction Every so often, you get offered a behind-the-scenes look at the cogs and fan belts behind the action. Today is your lucky day. In this article

More information

Consolidating servers, storage, and incorporating virtualization allowed this publisher to expand with confidence in a challenging industry climate.

Consolidating servers, storage, and incorporating virtualization allowed this publisher to expand with confidence in a challenging industry climate. ENGINEERED SOLUTIONS A PUBLISHING SUCCESS STORY DOING MORE WITH LESS Consolidating servers, storage, and incorporating virtualization allowed this publisher to expand with confidence in a challenging industry

More information

How to Support Yourself. By Chris Lauzon

How to Support Yourself. By Chris Lauzon How to Support Yourself By Chris Lauzon About The Presenter I am a Happiness Engineer for Automattic Director of Happiness at WP Engine Worked in support for different ecommerce providers Functioned as

More information

Excel Basics: Working with Spreadsheets

Excel Basics: Working with Spreadsheets Excel Basics: Working with Spreadsheets E 890 / 1 Unravel the Mysteries of Cells, Rows, Ranges, Formulas and More Spreadsheets are all about numbers: they help us keep track of figures and make calculations.

More information

Analysis, Dekalb Roofing Company Web Site

Analysis, Dekalb Roofing Company Web Site Analysis, Dekalb Roofing Company Web Site Client: Dekalb Roofing Company Site: dekalbroofingcompanyinc.com Overall Look & Design This is a very good-looking site. It s clean, tasteful, has well-coordinated

More information

5 R1 The one green in the same place so either of these could be green.

5 R1 The one green in the same place so either of these could be green. Page: 1 of 20 1 R1 Now. Maybe what we should do is write out the cases that work. We wrote out one of them really very clearly here. [R1 takes out some papers.] Right? You did the one here um where you

More information

DESIGNING RESPONSIVE DASHBOARDS. Best Practices for Building Responsive Analytic Applications

DESIGNING RESPONSIVE DASHBOARDS. Best Practices for Building Responsive Analytic Applications DESIGNING RESPONSIVE DASHBOARDS Best Practices for Building Responsive Analytic Applications CONTENTS Responsive Design and Embedded Analytics...1 6 Principles and Best Practices... 2 Tools of the Trade...

More information

CASE STUDY IT. Albumprinter Adopting Redgate DLM

CASE STUDY IT. Albumprinter Adopting Redgate DLM CASE STUDY IT Albumprinter Adopting Redgate DLM "Once the team saw they could deploy all their database changes error-free at the click of a button, with no more manual scripts, it spread by word of mouth.

More information

3 Continuous Integration 3. Automated system finding bugs is better than people

3 Continuous Integration 3. Automated system finding bugs is better than people This presentation is based upon a 3 day course I took from Jared Richardson. The examples and most of the tools presented are Java-centric, but there are equivalent tools for other languages or you can

More information

Evaluation Guide for ASP.NET Web CMS and Experience Platforms

Evaluation Guide for ASP.NET Web CMS and Experience Platforms Evaluation Guide for ASP.NET Web CMS and Experience Platforms CONTENTS Introduction....................... 1 4 Key Differences...2 Architecture:...2 Development Model...3 Content:...4 Database:...4 Bonus:

More information

Modern App Architecture

Modern App Architecture Modern App Architecture Brent Edwards Principal Lead Consultant Magenic Level: Intermediate BrentE@magenic.com @brentledwards http://www.brentedwards.net https://github.com/brentedwards BRENT EDWARDS MyVote

More information

Read & Download (PDF Kindle) Programming: C ++ Programming : Programming Language For Beginners: LEARN IN A DAY! (C++, Javascript, PHP, Python, Sql,

Read & Download (PDF Kindle) Programming: C ++ Programming : Programming Language For Beginners: LEARN IN A DAY! (C++, Javascript, PHP, Python, Sql, Read & Download (PDF Kindle) Programming: C ++ Programming : Programming Language For Beginners: LEARN IN A DAY! (C++, Javascript, PHP, Python, Sql, HTML, Swift) Start Learning to Program in the C++ Language

More information

ESSENTIAL EXCEL TIPS. Tips All New Users Must Know. CONQUER THE FEAR OF EXCEL

ESSENTIAL EXCEL TIPS. Tips All New Users Must Know.   CONQUER THE FEAR OF EXCEL ESSENTIAL EXCEL TIPS Tips All New Users Must Know www.learnexcelnow.com Getting Started in Excel Table of Contents Intro Page 3 Entry and Editing Shortcuts Page 5 Navigation and Selections Shortcuts Page

More information

Track: EXTOL Business Integrator (EBI)

Track: EXTOL Business Integrator (EBI) Track: EXTOL Business Integrator (EBI) Key focuses are Best Implementation Practices & Methodologies and Exploiting (Leveraging) Platform Capabilities. Attendees will take away proven strategies and practices

More information

REPORT MICROSOFT PATTERNS AND PRACTICES

REPORT MICROSOFT PATTERNS AND PRACTICES REPORT MICROSOFT PATTERNS AND PRACTICES Corporate Headquarters Nucleus Research Inc. 100 State Street Boston, MA 02109 Phone: +1 617.720.2000 Nucleus Research Inc. TOPICS Application Development & Integration

More information

The Oracle APEX Community at-a-glance:

The Oracle APEX Community at-a-glance: APEX New Features Overview 2 Evolution of APEX Community The Oracle APEX Community at-a-glance: 400,000+ APEX developers world-wide 20+ APEX hosting companies 100+ active blogs 30+ commercial applications

More information

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Module 1: Download 2 Okay, I know. The title of this download seems super selly. I have to apologize for that, but never before have

More information

Last modification of document: by Tomasz Dobrzyński

Last modification of document: by Tomasz Dobrzyński Thank you for purchasing Gonzales. If you have any questions that are beyond the scope of this help file, please feel free to contact me using following form. If you need my help with installation or plugin

More information

Endless Monetization

Endless Monetization Hey Guys, So, today we want to bring you a few topics that we feel compliment's the recent traffic, niches and keyword discussions. Today, we want to talk about a few different things actually, ranging

More information

Flexcel Reports Developers Guide

Flexcel Reports Developers Guide Flexcel Reports Developers Guide Documentation: May, 2010 Copyright 2010 by tmssoftware.com bvba Web: http://www.tmssoftware.com Email : info@tmssoftware.com 1 P a g e Table of contents Introduction...

More information

Mail: Web: juergen-schuster-it.de

Mail: Web: juergen-schuster-it.de Mail: j_schuster@me.com Twitter: @JuergenSchuster Web: juergen-schuster-it.de APEX-Homepage: APEX Podcast: apex.press/talkshow Dynamic Actions Examples: dynamic-actions.com Who am I Oracle (13 Years) Freelancer

More information

Modern Cookie Stuffing

Modern Cookie Stuffing Modern Cookie Stuffing A step-by-step guide on modern cookie stuffing techniques that actually work Before you begin to read this, please be aware that this e-book is not for the lazy internet marketer.

More information

Extend EBS Using Applications Express

Extend EBS Using Applications Express Extend EBS Using Applications Express John Peters JRPJR, Inc. Abstract Few people know about Oracle Applications Express (APEX) an actual free Oracle Tool included with your Oracle DB Licenses. How many

More information

Digital Marketing Manager, Marketing Manager, Agency Owner. Bachelors in Marketing, Advertising, Communications, or equivalent experience

Digital Marketing Manager, Marketing Manager, Agency Owner. Bachelors in Marketing, Advertising, Communications, or equivalent experience Persona name Amanda Industry, geographic or other segments B2B Roles Digital Marketing Manager, Marketing Manager, Agency Owner Reports to VP Marketing or Agency Owner Education Bachelors in Marketing,

More information

Presentation References

Presentation References Presentation References Knowledge Articles How can I estimate how long a full FTS Reindex will take? - KA000030925 FTS Configuration Options for Recovery Environments - KA000102997 FTS - Reindexing a single

More information

Five. Less! WAYS LOCAL SEO. to Enhance Your. in Five Minutes OR. An easy, step by step guide from your local Google ranking guru, Emily Fontes.

Five. Less! WAYS LOCAL SEO. to Enhance Your. in Five Minutes OR. An easy, step by step guide from your local Google ranking guru, Emily Fontes. Five WAYS to Enhance Your LOCAL SEO in Five Minutes OR Less! An easy, step by step guide from your local Google ranking guru, Emily Fontes. Lessons in This Guide 1 2 3 4 5 Touch Up Your Page Title & Description

More information

How to Improve Your Campaign Conversion Rates

How to Improve Your  Campaign Conversion Rates How to Improve Your Email Campaign Conversion Rates Chris Williams Author of 7 Figure Business Models How to Exponentially Increase Conversion Rates I'm going to teach you my system for optimizing an email

More information

Rails + Legacy Databases Brian Hogan - RailsConf 2009 twitter: bphogan IRC: hoganbp

Rails + Legacy Databases Brian Hogan - RailsConf 2009 twitter: bphogan IRC: hoganbp Rails + Legacy Databases Brian Hogan - RailsConf 2009 twitter: bphogan IRC: hoganbp So the main thing I want you to take away from this talk is... Please don t do it! Questions? Just kidding. The point

More information

This presentation is designed to open you up to some ideas that may help improve your operations, become more efficient, and maybe add some things to

This presentation is designed to open you up to some ideas that may help improve your operations, become more efficient, and maybe add some things to 1 This presentation is designed to open you up to some ideas that may help improve your operations, become more efficient, and maybe add some things to your to-do list (or someone elses). While we ll make

More information

Making a PowerPoint Accessible

Making a PowerPoint Accessible Making a PowerPoint Accessible Purpose The purpose of this document is to help you to create an accessible PowerPoint, or to take a nonaccessible PowerPoint and make it accessible. You are probably reading

More information

Day in the Life of an SAP Consultant using IntelliCorp s LiveCompare Software

Day in the Life of an SAP Consultant using IntelliCorp s LiveCompare Software Day in the Life of an SAP Consultant using IntelliCorp s LiveCompare Software Introduction Consultants use LiveCompare on a daily basis to help them deliver results to their clients more effectively and

More information

ME 4054W: SENIOR DESIGN PROJECTS

ME 4054W: SENIOR DESIGN PROJECTS ME 4054W: SENIOR DESIGN PROJECTS Week 3 Thursday Documenting Your Design Before we get started We have received feedback from an industry advisor that some of the students on their design team were not

More information

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

CHAPTER 18: CLIENT COMMUNICATION

CHAPTER 18: CLIENT COMMUNICATION CHAPTER 18: CLIENT COMMUNICATION Chapter outline When to communicate with clients What modes of communication to use How much to communicate How to benefit from client communication Understanding your

More information

EmberJS A Fitting Face for a D8 Backend. Taylor Solomon

EmberJS A Fitting Face for a D8 Backend. Taylor Solomon EmberJS A Fitting Face for a D8 Backend Taylor Solomon taylor.solomon @jtsolomon http://interactivestrategies.com 2 Years Ago 2 Years Ago URL Ember Data assumes a few things. - Your API format is JSON

More information

Can t Believe It s Linux. a totally different and hypothetical linux distribution

Can t Believe It s Linux. a totally different and hypothetical linux distribution Can t Believe It s Linux a totally different and hypothetical linux distribution What s the Situation? ubuntu is doing pretty well OS X is doing a lot better crap is actually pretty cool nobody cares about

More information

Using AngularJS In APEX. Dan McGhan Senior Technical Consultant

Using AngularJS In APEX. Dan McGhan Senior Technical Consultant Using AngularJS In APEX Dan McGhan Senior Technical Consultant 1 My background Dan McGhan Senior consultant with Enkitec Joined in March 2013 dmcghan@enkitec.com Co-Author, Expert APEX A.K.A that guy that

More information

The Best Event Marketing Plan. Ever.

The Best Event  Marketing Plan. Ever. The Best Event Email Marketing Plan. Ever. Introduction: You ve created a kick-ass, awesome event at an amazing location with a beautiful event page - and all within budget! But now what? Your biggest

More information

9 R1 Get another piece of paper. We re going to have fun keeping track of (inaudible). Um How much time do you have? Are you getting tired?

9 R1 Get another piece of paper. We re going to have fun keeping track of (inaudible). Um How much time do you have? Are you getting tired? Page: 1 of 14 1 R1 And this is tell me what this is? 2 Stephanie x times y plus x times y or hm? 3 R1 What are you thinking? 4 Stephanie I don t know. 5 R1 Tell me what you re thinking. 6 Stephanie Well.

More information

Easy Website Creation Using WordPress. Welcome and thank you to our Sponsors

Easy Website Creation Using WordPress. Welcome and thank you to our Sponsors Easy Website Creation Using WordPress Welcome and thank you to our Sponsors Easy Website Creation Using WordPress Every Business Needs a Website! Presented by: Todd Schafer Designer & WordPress Developer

More information

DELIZIOSO RESTAURANT WORDPRESS THEME

DELIZIOSO RESTAURANT WORDPRESS THEME DELIZIOSO RESTAURANT WORDPRESS THEME Created: 06/08/2013 Last Update: 25/10/2013 By: Alexandr Sochirca Author Profile: http://themeforest.net/user/crik0va Contact Email: alexandr.sochirca@gmail.com v.

More information

DO EVEN MORE WITH TABLEAU. At BlueGranite, our unique approach and extensive expertise helps you get the most from your Tableau products.

DO EVEN MORE WITH TABLEAU. At BlueGranite, our unique approach and extensive expertise helps you get the most from your Tableau products. DO EVEN MORE WITH TABLEAU At BlueGranite, our unique approach and extensive expertise helps you get the most from your Tableau products. WHAT WE DO WE PLAN, DESIGN AND BUILD SOLUTIONS WITH TABLEAU TECHNOLOGY.

More information

Appendix 9 Insteon. What is Insteon?

Appendix 9 Insteon. What is Insteon? Appendix 9 Insteon This appendix describes the features in HCA in support of the Insteon technology and Insteon products available from SmartHome. These topics are covered: What is Insteon? Insteon devices

More information

DrupalGovcon July 20th, 2016

DrupalGovcon July 20th, 2016 Agile Drupal 8 Builds: Doing the Most Without PHP DrupalGovcon July 20th, 2016 Matt Cheney & Molly Byrnes 1 Hello to Drupalcon Govcon My name is Matthew Cheney. I work on the magical platform that is Pantheon.

More information

The Idiot s Guide to Quashing MicroServices. Hani Suleiman

The Idiot s Guide to Quashing MicroServices. Hani Suleiman The Idiot s Guide to Quashing MicroServices Hani Suleiman The Promised Land Welcome to Reality Logging HA/DR Monitoring Provisioning Security Debugging Enterprise frameworks Don t Panic WHOAMI I wrote

More information

POWER TO THE PEOPLE: DESIGN IN THE HANDS OF THE USER. Cathy Dew CTS, Inc.

POWER TO THE PEOPLE: DESIGN IN THE HANDS OF THE USER. Cathy Dew CTS, Inc. POWER TO THE PEOPLE: DESIGN IN THE HANDS OF THE USER Cathy Dew CTS, Inc. Who Am I? Cathy Dew Graphic Designer and Consultant, CTS MCTS Certified Based out of Birmingham, Alabama 3 years of SharePoint branding

More information

Within Kodi you can add additional programs called addons. Each of these addons provides access to lots of different types of video content.

Within Kodi you can add additional programs called addons. Each of these addons provides access to lots of different types of video content. There are a lot of misconceptions in the Kodi world about what buffering is, what causes it, why it happens and how to help avoid it. So I wanted to write an article addressing some of the causes of buffering

More information

Oracle JET in Oracle APEX Marc Sewtz Senior Software Development Manager Oracle America, Inc. New York, NY

Oracle JET in Oracle APEX Marc Sewtz Senior Software Development Manager Oracle America, Inc. New York, NY Oracle JET in Oracle APEX 18.1 Marc Sewtz Senior Software Development Manager Oracle America, Inc. New York, NY Marc Sewtz Senior Software Development Manager Oracle Application Express / Database Tools

More information

[Compatibility Mode] Confusion in Office 2007

[Compatibility Mode] Confusion in Office 2007 [Compatibility Mode] Confusion in Office 2007 Confused by [Compatibility Mode] in Office 2007? You re Not Alone, and Here s Why Funnybroad@gmail.com 8/30/2007 This paper demonstrates how [Compatibility

More information

Client Side JavaScript and AJAX

Client Side JavaScript and AJAX Client Side JavaScript and AJAX Client side javascript is JavaScript that runs in the browsers of people using your site. So far all the JavaScript code we've written runs on our node.js server. This is

More information

SEO Tips for WordPress/ WooCommerce

SEO Tips for WordPress/ WooCommerce SEO Tips for WordPress/ WooCommerce SEO Tips for WordPress/ WooCommerce Get a decent hosting plan Optimise your website performance Use the ideal url structure Mobile friendliness Content quality How to

More information

Written Communication

Written Communication Module 2: Written Communication 1 Your Passport to Professionalism: Module 2 Written Communication Step 1 Learn Introduction Sooner or later, you will need to communicate in writing. You will write down

More information

Web API Lab folder 07_webApi : webapi.jsp your testapijs.html testapijq.html that works functionally the same as the page testapidomjs.

Web API Lab folder 07_webApi : webapi.jsp your testapijs.html testapijq.html that works functionally the same as the page testapidomjs. Web API Lab In this lab, you will produce three deliverables in folder 07_webApi : 1. A server side Web API (named webapi.jsp) that accepts an input parameter, queries your database, and then returns a

More information