Sunday, November 15, 2015

4 x ADVANCED PHOTOGRAPHY WORKSHOPS @ KANDY

4 x ADVANCED PHOTOGRAPHY 
WORKSHOPS 


Framing & Composition
Focus , Depth & Density
Light , Color & Reflection
Mood & Movement & Effects








Register Now! 


Call 0777 573857 for help.
Do Your Photography Projectand win Adobe Scholarship !











This program is supported by Adobe Youth Voices

Lead Educator :

Niranjan Meegammana
Adobe Generation Professional
Adobe Lead Educator
International Award Winner 

Friday, October 9, 2015

Visual programing Concepts


 Shapes, Complex Shapes, Colors, Text, Transforms, Environment, Mouse, Keyboard, Math, Trig, Date/Time


Shapes
rect(x, y, w, h) ellipse(x, y, w, h)triangle(x1, y1, x2, y2, x3, y3)line(x1, y1, x2, y2)point(x, y)arc(x, y, w, h, start, stop)bezier(x1, y1, cx1, cy1, cx2, cy2, x2, y2)quad(x1, y1, x2, y2, x3, y3, x4, y4)image(image, x, y, width*, height*)Modes: ellipseMode, rectMode, imageMode, strokeCap, bezierPoint, bezierTangent, curve, curvePoint, curveTangent, curveTightness

Complex Shapes
beginShape()endShape()vertex()curveVertex()bezierVertex()strokeJoin, curveTightness


Colors
background(r, g, b) : Set the background colorfill(r, g, b) : Set the fill color for shapesnoFill()  : Turn off fill for shapesstroke(r, g, b) : Set the outline color for shapesstrokeWeight(thickness)  : Change the thickness of lines and outlinesnoStroke()  : Turn off outlines for shapescolor(r, g, b) : Store a color in a variableblendColor(c1, c2, MODE) : Blend two colors togetherlerpColor(c1, c2, amount) : Find color between 2 colorscolorMode, red, green, blue, alpha, hue, saturation, brightness


Text
text(text, x, y) Draw some texttextFont(font, size*) Changes the font of texttextSize(size) Change the size of textSee also: textWidth, textAscent, textDescent, textLeading, textAlignTransformsrotate(angle) Rotate shapes by an anglescale(amount) Scale shapes in both dimensionstranslate(x, y) Translate shapes by an offsetpushMatrix/popMatrix, resetMatrix, printMatrixEnvironmentwidth / height The size of the canvasdraw = function() { }; Called repeatedly during program execution.playSound(sound) Plays one of the allowed sounds.Program.assertEqual, Program.restart, frameRate(fps) frameCount, loop / noLoop


Mouse
mouseX, mouseY Current coordinates of the mousepmouseX, pmouseY Past coordinates of the mousemouseButton Which button is pressedmouseIsPressed Whether mouse is being pressedmouseClicked = function() { }; Called when mouse is clickedmousePressed = function() { }; Called when mouse is pressedmouseReleased = function() { }; Called when mouse is releasedmouseMoved = function() { }; Called when mouse is movedmouseDragged = function() { }; Called when mouse is draggedmouseOver = function() { }; Called when mouse moves over canvasmouseOut = function() { }; Called when mouse moves out of canvas


Keyboard
key Number representing which key is pressedkeyCode Represents when a special key is pressedkeyIsPressed True if a key is being pressed, false otherwise 

keyPressed = function() { }; Called when a key is pressedkeyReleased = function() { }; Called when a key is releasedkeyTyped = function() { }; Called when a key is typed


Math
random(low, high) Generate a random numberdist(x1, y1, x2, y2) Calculates the distance between two pointsconstrain(value, min, max) Constrain value between min and maxmin(num1, num2) Return the minimum of two numbersmax(num1, num2) Return the maximum of two numbersabs(num) Take the absolute value of a numberlog(num) Take the logarithm of a numberpow(num, exponent) Raise a number to an exponentsq(num) Square a numbersqrt(num) Take the square root of a numberround(num) Return nearest integerceil(num) Return nearest integer of greater/equal valuefloor(num) Return nearest integer of lesser/equal valuePVector(x, y) An object that describes a 2-dimensional vectorSee also: mag, exp, map, norm, lerp, noise, noiseDetail, Random.nextGaussian



Trigonometrycos(degrees) Take the cosine of an anglesin(degrees) Take the sine of an angletan(degrees) Take the tangent of an angleSee also: acos, asin, atan, atan2, radians, degrees, angleMode



Date & Timeday()/ month()/ year() Current datehour()/ minute()/ second() Current timemillis() Milliseconds elapsed since program start


Debugging
debug(arg1, arg2, ...) Print to your browser's developer consoleprintln(data) Print to the canvas consoleprint(data) Print to the canvas console


JavaScript

var drawWinston = function() { }; Define a new function if (x < 20) { ... } Only run code if a certain condition is true 
while (x < 250) { ... } Only run code while a certain condition is true
for (var i = 0; i < 8; i++) { } Repeat code a fixed number of times
var array = [0, 1, 2, 3, 4]; 


Make an array of 5 numbers



Friday, August 21, 2015

DATABASE USER ROLES (SQL SERVER)

Each user in a database can be in one or more roles
 
db_owner
can perform all configuration and maintenance activities on the database, and can also drop the database.

db_securityadmin can modify role membership and manage permissions. Adding principals to this role could enable unintended privilege escalation.

db_accessadmin 
can add or remove access to the database for Windows logins, Windows groups, and SQL Server logins.

db_backupoperator
can back up the database.

db_ddladmin
can run any Data Definition Language (DDL) command in a database.

db_datawriter
can add, delete, or change data in all user tables.

db_datareader
can read all data from all user tables.

db_denydatawriter
cannot add, modify, or delete any data in the user tables within a database.

db_denydatareader
cannot read any data in the user tables within a database.

Wednesday, August 12, 2015

AppSMART Celebrates World Youth Day in Colombo

ICT, Media and Tech Youth from 38 communities, celebrated World Youth Day On August 8 at Dialog HQ auditorium. AppSMART the 1000 Youth Mobile Technology Training program initiated by Shilpa Sayura Foundation, Dialog Idea Mart, YES Film School and Sri Lanka ICT Student Society (SLIS)

ICT & Tech Youth from celebrated World Youth Day On August 8 at Dialog HQ auditorium 1000 Youth Mobile Technology...

Posted by YES Media on Sunday, August 9, 2015