Collaborative Work with SVN and Git
Collaborative work is an important topic at present. Many large projects are now being developed in a collaborative way. But this was not always easy for the developer. When many developers are working together on large projects, each developer must have a well-known area of work, and each developer must make sure that he doesn't interfere with the work of the other developers.
Without tools such as SVN or Git, large projects like jQuery or Linux Mint could not be possible. The developers of all these projects are distributed all over the world and they often work in different time zones and have different ways of working, but in the end all the parts are merged into one great project in SVN or Git.
So, SVN and Git are a great enrichment for all developers and essential for the fast progress of large web projects.
In this article by Thomas Deuling the author of Aptana Studio Beginner's Guide, we will take a look at how easy it is to work with SVN and Git in Aptana Studio.
Read Collaborative Work with SVN and Git in fullResponsive techniques
In this article by Remo Laubacher, the author of Creating concrete5 Themes, we will learn about responsive themes that we can add to our themes and how media queries are an important part of responsive layouts. This article will also help you on how to scale pictures on different types of devices. It also covers areas regarding what it takes to display websites for retina screens.
Before we start adding responsive elements to our theme, let's have a look at the basic techniques we're going to work with. When building a site for a device with a small screen, we have to make sure our elements scale relative to the size of the screen. We might also have to create a different navigation. A wide drop-down navigation would probably not work well on a cell phone.
Read Responsive techniques in fullAccessing Oracle
In this article by Geoffrey Hudik, the author of Instant Oracle Database and PowerShell How-to , we will look at loading libraries to create objects to interact with Oracle.
Read Accessing Oracle in fullDoing it with Forms
Ext JS comes with powerful widgets to collect and edit data; we have the form component and many types of input widgets. These include textfields, textarea, radios, checkbox, combos, sliders, and many more.
In this article Crysfel Villa and Armando Gonzalez, authors of Learning Ext JS 4 , we are going to learn about the components we can use to collect data from our users. Also we are going to be working on our final application as well as creating the required forms in the wireframes.
We are going to cover the following topics in this article:
-
The form component
-
The available field types
-
Field container
-
Submitting the data
Common design patterns and how to prototype them
In this article by Amit Daliot, the author of Instant Axure RP Starter [Instant], we will learn how to prototype some commonly used UI design patterns using the key features of Axure. Axure prototyping enables you to create accurate, high fidelity mockups of applications and web services quickly and with no coding skills. By the end of this article, you will be able to work more efficiently with Axure and will be able to deliver detailed designs much faster.
Read Common design patterns and how to prototype them in full
Getting Started with Impressive Presentations
Presentations are one of the most effective ways of communicating our ideas to people who are interested in the topic. We used to create presentations with popular desktop programs such as Microsoft PowerPoint and Open Office Impress. Things have changed dramatically now and web-based presentations are gaining more interest from users. impress.js is one of the stand out frameworks among the web-based presentation creation libraries and tools.
In this article by Rakhitha Nimesh Ratnayake, the author of Building Impressive Presentations with impress. js, we are going to work on creating impressive visualizations with the impress.js framework.
In this article, we are going to cover the following topics:
- What is impress.js?
- Built-in features
- Beyond presentations with impress.js
- Why is it important?
- Downloading and configuring impress.js
Connecting with people
In this article by Ralph Roberts, the author of Yammer Starter , will help us increase our interaction with people by experimenting with several tasks on Yammer.
In this article, we will cover the following topics:
-
Posting an update
-
Posting a photo or other graphics
-
Commenting and complimenting
-
Yes we LIKE that
-
Learning more
-
Receiving notifications
-
Searching
-
Using the bottom line
Managing Oracle Business Intelligence
Oracle Business Intelligence is an integrated solution that addresses business intelligence requirements, such as enterprise performance management, data integration, financial performance management, data warehousing analysis, and reporting.
Oracle Business Intelligence includes Oracle Business Intelligence Discoverer, Oracle Business Intelligence Reporting and Publishing, and Oracle Business Intelligence Publisher.
This article by Dhananjay Papde, Vipul Patel and Tushar Nath, authors of Oracle Enterprise Manager 12c Administration Cookbook describes the steps to configure OEM 12c to manually discover the Oracle BI EE targets.
Read Managing Oracle Business Intelligence in fullLet's Chat
Beginning with Yahoo! Chat in the early 2000 and up to today's popular Google Talk or Facebook Chat, chatting has been the most popular form of real-time communication on the Internet.
This article by Rohit Rai, author of Socket.IO Real-time Web Application Development will show you how to build a chat room using node and express, and the socket.io library.
Read Let's Chat in fullManaging Network Layout
In this article by Tom Ryder, the author of Nagios Core Administration Cookbook , we will cover the following recipes:
-
Creating a network host hierarchy
-
Using the network map
-
Choosing icons for hosts
-
Establishing a host dependency
-
Establishing a service dependency
-
Monitoring individual nodes in a cluster
-
Using the network map as an overlay
While Nagios Core is still very useful when configured to monitor only a simple list of hosts and services, it includes some optional directives that allow defining some structural and functional properties of the monitored network; specifically, how the hosts and services interrelate. Describing this structure in the configuration allows some additional intelligent behavior in the monitoring and notification that Nagios Core performs.
Read Managing Network Layout in fullImplementation of SASS
In this article by Alex Libby, author of SASS CSS How-to, we will cover the details of downloading and installing SASS as well as how SASS can be viewed in a browser.
Read Implementation of SASS in fullLearn Cinder Basics – Now
In this article by Krisjanis Rijnieks, author of Cinder – Begin Creative Coding, we will learn:
-
What is creative coding
-
What is Cinder
-
Introducing the 3D space
-
Drawing in 3D
-
Using built-in eases
Creating an Animated Gauge with CSS3
In web application development, gauges can be useful for showing complicated or dynamic data in a visual or intuitive way. In this article by Sandro Paganotti, author of Designing Next Generation Web Projects with CSS3, we'll learn how to create a fully customizable animated gauge that can respond to real-time changes. We'll also discuss techniques to port this type of widget for support in older web browsers. We'll start by learning about a cool SASS enhancement called Compass; this is another way to deal with CSS3 experimental prefixes. The following is the list of the topics we'll discuss:
-
A basic gauge structure
-
Using Compass
-
Using rem
-
Moving the arrow
-
Animating the arrow
-
Dealing with older browsers
Role Center pages
In this article by David Studebaker and Christopher Studebaker, the authors of Programming Microsoft Dynamics® NAV 2013, we will cover one of the key features of NAV 2013, which is the Role Tailored user experience centered around Role Centers tied to user work roles.
Read Role Center pages in fullParallel Dimensions – Branching with Git
Cheap branching and merging are the two most well known and applauded features of Git. In this article by Ravishankar Somasundaram, author of Git: Version Control for Everyone Beginner's Guide, we shall see what branching is, why you need a branch, and when you need a branch. Also we shall see how to merge branches when needed.
All these are explored from an organization's point of view. We will also learn and practice methods to simplify our work by:
-
Creating simple alias for frequently used lengthy commands
-
Chaining of multiple commands for frequently used workflows


