Posts

Showing posts with the label rocky sir

JavaScript Interview Questions for Freshers

Image
What is JavaScript, really ? JavaScript ("JS" for short) is a full-fledged dynamic programming language that, when applied to an HTML document, can provide dynamic interactivity on websites. It was invented by Brendan Eich, co-founder of the Mozilla project, the Mozilla Foundation, and the Mozilla Corporation. JavaScript is incredibly versatile. You can start small, with carousels, image galleries, fluctuating layouts, and responses to button clicks. With more experience, you'll be able to create games, animated 2D and 3D graphics, comprehensive database-driven apps, and much more! *For online documentation on JavaScript , refer the doc of creators - mdn **For the best class-room training on JavaScript at Mumbai connect with Rocky Sir Leaving out the very simple and basic Interview Questions, at what questions do the fresh web developers get stuck ?   Here is a list : 1. Before-the-first-Round-of-JavaScript-Interview-Questions         download a short and

Working with Adobe After Effects

Image
About : Adobe After Effects is a software program that allows its users to create animation and other special effects for graphic-related projects. Graphic designers use it to provide their projects with layer-based animation. After Effects is part of the Adobe family of software and is compatible with other Adobe software. Index 1. Creating a New Composition and Importing Files 2. Building a Composition with Layers 3. Adding Animations, Effects, and Preset 4. Previewing and Rendering Your Composition  1. Creating a New Composition and Importing Files I. Make and set up a new composition.  Projects in Adobe After Effects are called compositions, or comps. At the Welcome screen, locate and click on the “New Composition” button in the right column. If you already have the program open, you may either click on the “Composition” tab and select “New Composition” or use the keyboard shortcut Ctrl+N. Every time you create a new composition, a “Composi

Installing Adobe After Effects

Image
About Adobe After Effects : Adobe After Effects is a digital visual effects, motion graphics, and compositing application developed by Adobe Systems and used in the post-production process of film making and television production. Among other things, After Effects can be used for keying, tracking, compositing and animation. It also functions as a very basic non-linear editor, audio editor and media transcoder. After Effects CC (2015) system requirements : Windows : Intel Core2 Duo or AMD Phenom II processor with 64-bit support Microsoft Windows 7 with Service Pack 1, Windows 8, or Windows 8.1 8 GB of RAM (16 GB recommended) 5 GB of available hard-disk space; additional free space required during installation (cannot install on removable flash storage devices) Additional disk space for disk cache (10 GB recommended) 1280 x 1080 display OpenGL 2.0-capable system QuickTime 7.6.6 software required for QuickTime features Optional: Adobe-certified GPU card for GPU-accelerated ray-traced 3D

Installing Adobe Photoshop

Image
Photoshop is Adobe's photo editing, image creation and graphic design software. The software provides many image editing features for raster (pixel-based) images as well as vector graphics. It uses a layer-based editing system that enables image creation and altering with multiple overlays that support transparency. Layers can also act as masks or filters, altering underlying colors. Shadows and other effects can be added to the layers. Photoshop actions include automation features to reduce the need for repetitive tasks. An option known as Photoshop CC (Creative Cloud) allows users to work on content from any computer. Photoshop been the industry standard image manipulation program for so long that its name has become a verb: It is common parlance to say that an image has been “photoshopped” or even just “shopped." Shopped, in this context, is synonymous with edited, manipulated or faked --  often regardless of the software actually used.  Photoshop is used by pho

Creating LOGO using Adobe Photoshop

Image
Logo is the most important asset of a company. Logo represents your  company. The dictionary meaning of a logo is a symbol, sign, or emblem. Human beings have used such symbols throughout time to convey a succinct message. In present times, logos tend to be graphical in nature, designed for easy recognition of an organization. It is a tool to build an identity for the organization, as part of its trademark or brand, and to generate favourable thoughts and feelings about the organization.   A logo needs to be original and memorable for the greatest impact.  A logo refers to an image that relates to a company. For example, the image to the right, is an example of the Suven Consultants logo. Features of a Corporate Logo Identify Target Market What type of customers are you trying to attract? The success of your company's branding efforts will rely on the customers you are pursuing. Trendy graphics and hip hop music may attract the younger consumer, but this

Working with Microsoft SQL Server

Image
What is SQL Server Management Studio? SQL Server Management Studio (SSMS) is the main administration console for SQL Server. SSMS enables you to create database objects (such as databases, tables, stored procedures, views etc), view the data within your database, configure user accounts, perform backups, replication, transfer data between databases, and more. Fig 3 : SSMS Console Window User Login  : When creating a new user login, the administrator can assign that login to any number of roles and schemas. This will depend on what that particular login is entitled to. Create a New Login Step 1 :   Using SQL Server Management Studio, expand the Security option (at the server level, not at the database level) and right click n Logins. Step 2 :   Click on New Login. Step 3 :    Complete the login properties in the General tab  by providing a  name for the login , choosing  the  Authentication method  (providing a password  if you choos