Skip to main content

Home/ Web Design CSS Bookmarking List Summer 2008/ Group items tagged simple

Rss Feed Group items tagged

Akmal Yousuf

Access 2016: Designing a Simple Query - www.office.com/setup - 0 views

  •  
    ACCESS 2016: DESIGNING A SIMPLE QUERY MARCH 27, 2017 TRAINING / WWW.OFFICE.COM/SETUP ADMIN LEAVE A COMMENT WWW.OFFICE.COM/SETUP BLOGS: INTRODUCTION www.office.com/setup Blogs: The real power of a relational database lies in its ability to quickly retrieve and analyze your data by running a query. Queries allow you to pull information from one or more tables based on a set of search conditions you define. In this lesson, you will learn how to create a simple one-table query. Throughout this tutorial, we will be using a sample database. If you would like to follow along, you'll need to download our Access 2016 sample database. You will need to have Access 2016 installed on your computer in order to open the example. Watch the video below to learn more about designing a simple query in Access. WHAT ARE QUERIES? Queries are a way of searching for and compiling data from one or more tables. Running a query is like asking a detailed question of your database. When you build a query in Access, you are defining specific search conditions to find exactly the data you want. HOW ARE QUERIES USED? Queries are far more powerful than the simple searches or filters you might use to find data within a table. This is because queries can draw their information from multiple tables. For example, while you could use a search in the customers table to find the name of one customer at your business or a filter on the orders table to view only orders placed within the past week, neither would let you view both customers and orders at once. However, you could easily run a query to find the name and phone number of every customer who's made a purchase within the past week. A well-designed query can give information you might not be able to find out just by examining the data in your tables. When you run a query, the results are presented to you in a table, but when you design one you use a different view. This is called Query Design view, and it lets you see how your query is put
Akmal Yousuf

Forms in SharePoint - Seven Ways to Create a Form in SharePoint - www.office.com/setup - 0 views

  •  
    Forms are the cornerstone of business applications, and plenty of options exist to create a form in SharePoint. Which one you use will depend on your needs, technical skill and the version of SharePoint you are using. In this article we'll explore seven ways to build forms in SharePoint along with some of the pros and cons of each. All these options will be storing the data in an existing SharePoint list. SHAREPOINT LISTS Default forms are available for any SharePoint list. Create a list and you have a corresponding form to add and modify items. Options are available to organize the order of fields, format them, validate input, add basic calculations and attach files. There are also more advanced options such as limiting permissions to item owners and enabling workflows. You can modify all of these under List Settings for the list. These generic SharePoint forms are a good choice for simple applications that don't have too many columns or records and that only require basic functionality. Lists also offer a data sheet view to edit a limited set of columns, much like a spreadsheet. What you see is what you get with these basic forms. If you need to break fields up into multiple tabs, or perhaps have business logic run on them in real time, you'll need to keep on reading. And although theoretically a list can store millions of items, you can only access up to 5,000 items in any view (in reality the numbers are far lower before performance degrades considerably). Basic Sharepoint list form - www.office.com/setup SHAREPOINT DESIGNER Creating a custom form in SharePoint Designer is relatively easy. You take an existing SharePoint list and use Designer to create a new .aspx page which renders and controls the form. There are files used by a list to create forms, one each to add, edit and view. These are located in the same folder as their associated SharePoint list. With Designer you can show or hide fields based on certain criteria, change the layout, use va
Akmal Yousuf

Office 2016 for Windows Review - www.office.com/setup - 0 views

  •  
    www.office.com/setup Blogs: Today marks the general availability of Office 2016 for Windows, a suite of desktop applications that together with new mobile and web apps pushes Microsoft's new vision for PC-based productivity. Office 2016 is available immediately to Office 365 subscribers, as well as to individuals who would prefer to buy the software in standalone form. "We see Office 2016 as being just as important as the first release of Office," Microsoft group program manager Shawn Villaron told me in a briefing last week. "In the early days, Office was about bringing really important tools together to empower the individual for personal productivity. That was the way people wanted to work at that time. And for 20 to 30 years, Office fit right in. Today, things are changing. More people collaborate on work as groups and teams, so Office 2016 represents the change from personal productivity to team productivity." And that, really, is Office 2016 in a nutshell. If you're a typical information worker, student, or other person in need of standard productivity tools, Office 2016 of course works fine and represents an obvious and stable evolution from the Office version you're currently using. But the real meat in this release-now and going forward, as Office will of course be updated regularly, like Windows 10-is the designed around this new way of working. Confusing matters somewhat, Office-not Office 2016, but Office generally-is all over the place now. In addition to the classic, full-featured desktop suites on both Windows and Mac, Microsoft has high-quality Office Online web apps, mobile apps for Android, iOS, and Windows/Windows phones-and Office 365-specific solutions that are often available as web apps but are sometimes just integrated into the desktop applications. This ain't your father's Office anymore. Office everywhere: Microsoft Office is available on virtually any device you care to use. - www.office.com/setup Office eve
Akmal Yousuf

PowerPoint Tips: Simple Rules for Better PowerPoint Presentations - www.office.com/setup - 0 views

  •  
    WWW.OFFICE.COM/SETUP BLOGS: SIMPLE RULES FOR BETTER POWERPOINT PRESENTATIONS www.office.com/setup Blogs: Have you ever given a PowerPoint presentation and noticed that something about it just seemed a little … off? If you're unfamiliar with basic PowerPoint design principles, it can be difficult to create a slide show that presents your information in the best light. Poorly designed presentations can leave an audience feeling confused, bored, and even irritated. Review these tips on making your next presentation more engaging. DON'T READ YOUR PRESENTATION STRAIGHT FROM THE SLIDES If your audience can both read and hear, it's a waste of time for you to simply read your slides aloud. Your audience will zone out and stop listening to what you're saying, which means they won't hear any extra information you include. Instead of typing out your entire presentation, include only main ideas, keywords, and talking points in your slide show text. Engage your audience by sharing the details out loud. FOLLOW THE 5/5/5 RULE To keep your audience from feeling overwhelmed, you should keep the text on each slide short and to the point. Some experts suggest using the 5/5/5 rule: no more than five words per line of text, five lines of text per slide, or five text-heavy slides in a row. Screenshot of Microsoft PowerPoint DON'T FORGET YOUR AUDIENCE Who will be watching your presentation? The same goofy effects and funny clip art that would entertain a classroom full of middle-school students might make you look unprofessional in front of business colleagues and clients. Humor can lighten up a presentation, but if you use it inappropriately your audience might think you don't know what you're doing. Know your audience, and tailor your presentation to their tastes and expectations. CHOOSE READABLE COLORS AND FONTS Your text should be easy to read and pleasant to look at. Large, simple fonts and theme colors are always your best bet. The best fonts and colors can va
Akmal Yousuf

Access 2016: Designing a Multi-table Query - www.office.com/setup - 0 views

  •  
    WWW.OFFICE.COM/SETUP BLOGS: INTRODUCTION www.office.com/setup Blogs: In the previous lesson, you learned how to create a simple query with one table. Most queries you design in Access will likely use multiple tables, allowing you to answer more complex questions. In this lesson, you'll learn how to design and create a multi-table query. Throughout this tutorial, we will be using a sample database. If you would like to follow along, you'll need to download our Access 2016 sample database. You will need to have Access 2016 installed on your computer in order to open the example. Watch the video below to learn how to create a multi-table query (Part 1). Watch the video below to learn more about joins and query criteria (Part 2). DESIGNING A MULTI-TABLE QUERY Queries can be difficult to understand and build if you don't have a good idea of what you're trying to find and how to find it. A one-table query can be simple enough to make up as you go along, but to build anything more powerful you'll need to plan the query in advance. PLANNING A QUERY When planning a query that uses more than one table, you should go through these four steps: Pinpoint exactly what you want to know. If you could ask your database any question, what would it be? Building a query is more complicated than just asking a question, but knowing precisely what question you want to answer is essential to building a useful query. Identify every type of information you want included in your query results. Which fields contain this information? Locate the fields you want to include in your query. Which tables are they contained in? Determine the criteria the information in each field needs to meet. Think about the question you asked in the first step. Which fields do you need to search for specific information? What information are you looking for? How will you search for it? This process might seem abstract at first, but as we go through the process of planning our own multi-table query you sho
Akmal Yousuf

Access 2016: More Query Design Options - www.office.com/setup - 0 views

  •  
    WWW.OFFICE.COM/SETUP BLOGS: INTRODUCTION www.office.com/setup Blogs: Access offers several options that let you design and run queries that return exactly the information you're looking for. For instance, what if you need to find out how many of something exists within your database? Or what if you would like your query results to automatically be sorted a certain way? If you know how to use query options in Access, you can design almost any query you want. In this lesson, you'll learn how to modify and sort your queries within Query Design view, as well as how to use the Totals function to create a query that can perform calculations with your data. You'll also learn about additional query-building options offered in Access. Throughout this tutorial, we will be using a sample database. If you would like to follow along, you'll need to download our Access 2016 sample database. You will need to have Access 2016 installed on your computer in order to open the example. Watch the video below to learn more about modifying queries. MODIFYING QUERIES Access offers several options for making your queries work better for you. In addition to modifying your query criteria and joins after you build your queries, you can choose to sort and hide fields in your query results. TO MODIFY YOUR QUERY: When you open an existing query in Access, it is displayed in Datasheet view, meaning you will see your query results in a table. To modify your query, you must enter Design view, the view you used when creating it. There are two ways to switch to Design view: On the Home tab of the Ribbon, click the View command. Select Design View from the drop-down menu that appears. Switching to Design View with the View command on the Ribbon - www.office.com/setup In the bottom-right corner of your Access window, locate the small view icons. Click the Design View icon, which is the icon farthest to the right. Switching to Design View using the View Icon - www.office.com/setup Once in Desig
Akmal Yousuf

Maintain a professional image: 5 tips for a small business - www.office.com/setup - 0 views

  •  
    In order to be taken seriously, small businesses need to convince customers of their professional ability and their value. Small businesses can punch above their weight by taking the time to go to market with a professional set of business documents, templates and content to ensure customers aren't dismissing them before they have a chance to pitch the value of their product or service. But how can small businesses deliver a professional image when they don't have the same resources as big businesses? Web-based solutions, also known as 'cloud solutions,' help small businesses maintain professional-looking documents even while collaborating and editing with employees in real-time from different locations. Gone are the days where employees hoped documents maintained proper spacing and margins; small businesses can now create materials in confidence and showcase their professional ability to customers. Below are just a few of the ways small businesses can ensure they are maintaining a professional appearance when it comes to the business communications: MAKE THE FIRST IMPRESSION A PROFESSIONAL ONE An email newsletter is often a small business' first connection with a potential customer; they can keep it professional by registering a business email domain (johndoe@yourbusiness.com) and sending all communications to customers and potential customers from there. Most cloud solutions offer a cost-efficient and easy way to customize emails with basic client information - small businesses should take the time to add a personal touch to connect with their customers. Messages should be short and to the point to ensure their email will bring value to potential customers. Email signatures should be simple, clean and professional, and employees shouldn't forget to run a spell-check before hitting send. CREATE CUSTOMER-READY DOCUMENTS Whether creating documents on an office desktop or on-the-go on a mobile or tablet device through Office Mobile Apps in Office 3
Akmal Yousuf

Serving Up Growth-Fast!-with Office 365 - www.office.com/setup - 0 views

  •  
    Today's post was written by Jacob Guttman, IT Manager, Menchies It's hard to believe it when you look at our rapid growth, but Menchies is still a very young company. We were founded in 2007 with a single store in Valley Village, California. Now, we have more than 300 franchise locations around the world. Maintaining connections between Menchies headquarters, the franchise community, and our guests is critical to our success. In the past, we used hosted services for email, collaboration, and document management. And we used a separate, Java-based application for instant messaging. One of the most persistent challenges I faced was trying to support our company's growth with a set of applications that weren't tightly linked together and that didn't fit the day-to-day work needs of our employees. An increasing number of our employees want to be able to access email and other applications on a range of different devices, including their smartphone or tablet. Ultimately, they want to be able to connect with colleagues and seamlessly move information between applications without having to think much about the underlying technology. When we started looking at moving to a new productivity and collaboration solution, the major factors influencing our decision were ease of use, anywhere access, simplified administration, and cost-effective scalability. As we took a closer look at Microsoft Office 365, it was the obvious choice. And, with help from our partner Cal Net Technology Group, we were able to make the switch to Office 365 quickly and easily. With Office 365, we get online access to all of the capabilities we need-email, calendaring, document management, and unified communications-all rolled into one solution. And it automatically works together with the Microsoft Office tools that our employees use every day. One great example of how Office 365 supports the business needs of Menchies and fits the way our people like to work is through our use of Micro
Akmal Yousuf

Access 2016: Working with Forms - www.office.com/setup - 0 views

  •  
    WWW.OFFICE.COM/SETUP BLOGS: INTRODUCTION www.office.com/setup Blogs: While you can always enter data directly into database tables, you might find it easier to use forms. Forms ensure you're entering the right data in the right location and format. This can help keep your database accurate and consistent. This lesson will address the benefits of using forms in a database. You will review examples of different forms and form components. Finally, you will learn how to use forms to enter new records and view and edit existing ones. Throughout this tutorial, we will be using a sample database. If you would like to follow along, you'll need to download our Access 2016 sample database. You will need to have Access 2016 installed on your computer in order to open the example. Watch the video below to learn more about working with forms in Access. WHY USE FORMS? Many of us fill out forms so often that we hardly notice when we're asked to use them. Forms are so popular because they're useful to the person asking for the information and to the person providing it. They are a way of requiring information in a specific format, which means the person filling out the form knows exactly which information to include and where to put it. Illustration of a paper form - www.office.com/setup This is just as true of forms in Access. When you enter information into a form in Access, the data goes exactly where it's supposed to go: into one or more related tables. While entering data into simple tables is fairly straightforward, data entry becomes more complicated as you start populating tables with records from elsewhere in the database. For instance, the orders table in a bakery's database might link to information on customers, products, and prices drawn from related tables. For example, in the Orders Table below the Customer ID field is linked to the Customers table. The Customer ID field links to the Customers table - www.office.com/setup In fact, in order to see the entire
Akmal Yousuf

A Microsoft Office 2016 Preview: Smart & Subtle Changes - www.office.com/setup - 0 views

  •  
    www.office.com/setup Blogs: The shrouded veil of secrecy has been lifted from the latest edition of Microsoft Office. Excitement for Office 2016 is still lagging behind the Windows 10 enthusiasm camp, but following the July 29 release of Windows 10, attention will return to the world's most popular productivity suite.When Does Windows 10 Come Out, How Can You Get It & What Happens to the Technical Preview? When Does Windows 10 Come Out, How Can You Get It & What Happens to the Technical Preview?Windows 10 is coming soon. Still confused about how the upgrade will work and wondering about the timeline? We have some answers, although more questions remain.READ MORE Office 2016, like Windows 10, has been re-designed within a revised Microsoft ethos. Office 2016 has been built from the ground-up with mobile and cloud users in mind, slotting in with the ever expanding fleet of Microsoft productivity applications. Office is, in general, a different set of tools from days gone by. We aren't confined to the five-or-so core products, and we can expand the functionality of the Office ecosystem using a massive range of add-ins and templates. Office 2016 logo - www.office.com/setup I'm using VirtualBox to preview Office 2016. Microsoft strongly suggested uninstalling Office 2013, which isn't currently viable due to work commitments. Using a virtual machine, however is a great way to explore different Office products alongside each other, without having to uninstall your current suite. I've also had a look at Office 2016 on Windows 10 Build 10130. Verdict: good times.How To Use VirtualBox: User's Guide How To Use VirtualBox: User's GuideLearn to use VirtualBox. Get virtual computers up and running inside your computer, without having to buy any new hardware.READ MORE Anyway, enough of that. Let's look at Office 2016. NEW OVERVIEW Much akin to the extended and inclusive testing phase of Windows 10, the Office 2016 preview has now accumulated over 1 million users,
Akmal Yousuf

Our Most Popular Office 365 Tips & Tricks from 2016 - www.office.com/setup - 0 views

  •  
    WWW.OFFICE.COM/SETUP BLOGS: FROM USING ONENOTE FOR PROJECT MANAGEMENT TO DISCOVERING HIDDEN FEATURES IN WORD, THERE ARE TONS OF WAYS YOU CAN GET MORE OUT OF OFFICE 365. HERE'S A LOOK BACK AT THIS YEAR'S MOST POPULAR TIPS. @MENTIONS IN OUTLOOK www.office.com/setup Blogs: This is an excerpt from our post Get Someone's Attention in Outlook with @Mentions. Using the @ symbol is a quick way to draw people's attention to important things. Microsoft has rolled this handy feature into Outlook, so here's how you can use it to get people's attention in emails and also save time. (Note: This feature is only available in Outlook 2016, Outlook 2016 for Mac, Outlook on the web for Office 365 Business, Outlook.com, and Outlook on the web for Exchange Server 2016.) ONENOTE FOR PROJECT MANAGEMENT This is an excerpt from our post 5 Keys to Using OneNote for Project Management. Instead of investing in costly project management software, how about using a free program like Microsoft OneNote? OneNote digital notebooks are available on all your devices and can be used for a variety of projects. Whether you are planning a wedding, heading up an office presentation, or writing a thesis paper, OneNote bends to your needs. This post focuses on tips for the office, but personal and school projects can be managed with OneNote using many of these same key principles. HIDDEN FEATURES IN WORD This is an excerpt from our post 3 Hidden & Useful Tricks in Microsoft Word. There are lots of great hidden features tucked away in Microsoft Word that you probably don't know about. From activating research tools, to changing the page color of documents to reduce eye strain, to easily capturing screenshots, here are three tricks that you will enjoy. WORD ONLINE VS. WORD DESKTOP This is an excerpt from our post 3 Things You Can Do With Word Online That You Can't Do With Word Desktop. Word Online isn't just a simple online word processor. To get the full value of the product
Akmal Yousuf

Access 2016: Introduction to Objects - www.office.com/setup - 0 views

  •  
    WWW.OFFICE.COM/SETUP BLOGS: INTRODUCTION www.office.com/setup Blogs: Databases in Access are composed of four objects: tables, queries, forms, and reports. Together, these objects allow you to enter, store, analyze, and compile data however you want. In this lesson, you will learn about each of the four objects and come to understand how they interact with each other to create a fully functional relational database. Watch the video below to learn more about objects in Access. TABLES By this point, you should already understand that a database is a collection of data organized into many connected lists. In Access, all data is stored in tables, which puts tables at the heart of any database. You might already know that tables are organized into vertical columns and horizontal rows. Rows and columns in an Access table - www.office.com/setup In Access, rows and columns are referred to as records and fields. A field is more than just a column; it's a way of organizing information by the type of data it is. Every piece of information within a field is of the same type. For example, every entry in a field called First Name would be a name, and every entry in field called Street Address would be an address. Fields and field names - www.office.com/setup Likewise, a record is more than just a row; it's a unit of information. Every cell in a given row is part of that row's record. A record - www.office.com/setup Notice how each record spans several fields. Even though the information in each record is organized into fields, it belongs with the other information in that record. See the number at the left of each row? It's the ID number that identifies each record. The ID number for a record refers to every piece of information contained on that row. Record ID numbers - www.office.com/setup Tables are good for storing closely related information. Let's say you own a bakery and have a database that includes a table with your customers' names and information, lik
Akmal Yousuf

Access 2016: Working with Forms - www.office.com/setup - 0 views

  •  
    www.office.com/setup Blogs: While you can always enter data directly into database tables, you might find it easier to use forms. Forms ensure you're entering the right data in the right location and format. This can help keep your database accurate and consistent. This lesson will address the benefits of using forms in a database. You will review examples of different forms and form components. Finally, you will learn how to use forms to enter new records and view and edit existing ones. Throughout this tutorial, we will be using a sample database. If you would like to follow along, you'll need to download our Access 2016 sample database. You will need to have Access 2016 installed on your computer in order to open the example. Watch the video below to learn more about working with forms in Access. WHY USE FORMS? Many of us fill out forms so often that we hardly notice when we're asked to use them. Forms are so popular because they're useful to the person asking for the information and to the person providing it. They are a way of requiring information in a specific format, which means the person filling out the form knows exactly which information to include and where to put it. Illustration of a paper form - www.office.com/setup This is just as true of forms in Access. When you enter information into a form in Access, the data goes exactly where it's supposed to go: into one or more related tables. While entering data into simple tables is fairly straightforward, data entry becomes more complicated as you start populating tables with records from elsewhere in the database. For instance, the orders table in a bakery's database might link to information on customers, products, and prices drawn from related tables. For example, in the Orders Table below the Customer ID field is linked to the Customers table. The Customer ID field links to the Customers table - www.office.com/setup In fact, in order to see the entire order you would also have to look at the
Akmal Yousuf

What is Microsoft Visio and What Does it Do? - www.office.com/setup - 0 views

  •  
    What is Microsoft Visio used for? Diagrams. That's what Microsoft Visio does, and it does it better than any other app I've seen yet. From flow charts to floor plans, there isn't much it can't handle. Now, being honest, I didn't know much about Visio until recently. But that changed when I decided to take it for a test drive - right out of the latest Microsoft Office. Visio Templates Office 2013 - www.office.com/setup Microsoft Visio can be used to create simple or complicated diagrams. It offers a wide variety of built-in shapes, objects, and stencils to work with. You can also make your own shapes and import them if you're willing to do all that extra work. The driving idea behind Visio is to make diagramming as easy as possible for the user. I think Visio is on the right track for that! Note: Click images below to open them at Full Size. The Visio 2013 welcome screen features a dozen different templates to get you started. Each template equips you with the appropriate menu and objects already open and ready for use. Even more templates can be found in specific categories within the application, or from Visio's online download page. visio welcome screen - www.office.com/setup Visio's primary clientele have been Enterprise users at the corporate level. If you think about it, it's not too often that the home user needs to write up professional diagrams. Usually, a paper and pen will suffice because a home user's diagram isn't being sent out to an entire department. That's why Visio has always been considered a program for "serious" diagrams. But it doesn't have to be. table chart with live data - www.office.com/setup Visio can be used to create 3D map diagrams, though the built-in tools for this are limited. It works well for simple maps that you might print on a brochure or campus directory. visio map - www.office.com/setup Another thing Visio can do is pull in live information from an external source, such as an Excel shee
jschoen

10 Quick Tips for an Easier CSS Life - 0 views

  •  
    Paul OB gives probably the best advice I've heard yet - keep it simple. In this article he goes through the problems of complicated code, which as we all know can disable stylesheets and drive you crazy. After reading this, I went back through my css and made sure everything was streamlined.
Bill Wolff

A List Apart: Articles: Faux Columns - 0 views

  •  
    "Faux Columns" by Dan Cederholm of SimpleBits discusses "[a] simple way to make CSS columns appear equal in length, regardless of the content that they contain." This technique requires a good amount of skill in positioning elements on a page and understanding the nuances of the background image. Found at: Zeldman and A List Apart I'd like to try it, but don't anticipate using it any time in the near future..
Mark Buckalew

4096 Color Wheel Version 2.1 - 0 views

  •  
    A simple tool for finding CSS color codes.
Dave Brennan

Free Image Galleries & Slideshows - 0 views

  •  
    This site is really cool. It's filled with ready-made images, scrolling images, hovering images, etc to be used for anything from simple art to navigation tools and lists. I'd love to use it for a site
Geraldine Malone

CSS: indented paragraphs - 0 views

  •  
    A simple concept that is easy to include in the CSS. Make your text more easily readable by indenting the the first line of text in subsequent paragraphs.
pjsabatini

Open Source Tecnnology: Just simple css code of 7 lines for Rounded corner : without an... - 0 views

  •  
    So you want rounded instead of sharp corners? This trick should help you with that. I'm looking for ways to make my page look smoother and more polished, so I think this should help. I'm trying to use this trick for my Zen Garden CSS page.
1 - 20 of 51 Next › Last »
Showing 20 items per page