
Search In
I just love to work on Mac but sometimes a small task can become a herculean task in no time.
Ever wondered where is the option to view hidden files and folders on Mac just like Windows has ? Frisking through all the options I realized that there is
Hello Readers!
This blog is about how to use SQLite in Flex.
Before proceeding a brief introduction to SQLite.
SQLite is a relational database management system contained in a small C programming library,it is an embedded SQL database engine and a
Lying on the couch, thinking of the childhood days,when we use to spoil our notebooks and even walls, trawling our color pencils creating lines,circles and other geometric shapes. Parents used to call it a scrap making it come to a standstill as none
Resource selection process by RMS.
RMS means “Resource Management System”. RMS play’s the important role for hiring the resource in the industries / firms. This module mainly reduces the Un legally resource selection process. The RMS can be defin
While I am not the master who makes perfect Illustrations using Brush or Pen Tool but still I am trying to made this tutorial to help the less experienced or beginners.
In this tutorial I will draw this pretty girl ;-) wearing a carnival mask.
F
CSS offers you a variety of ways to specify the color you want for an element, such as: font color, borders, backgrounds etc. Plus with CSS3 you can also specify an opacity level for your colors, when using the RGBA or HSLA color format, more on this
Following code can be use to send email in mac os:
-(IBAction)sendEmailClicked:(id)sender
{
NSString *recipient;
NSString *mailsender;
NSString *mailsubject;
NSString *mailmessage;
recipient = [reciever stringValue];
mailsend
Steps to create HTML file and display on UIWebView.
Step1. Add New File -> Resource -> Rich Text File.
Step2. Change .txt extension to .html.
Step3. Enter your HTML code as written below.
<html><head><style>{text-align:left}
Hello,
Bellow is a animation showing shadow of a text moving relative to the movement of the light.
<!doctype>
<html>
<head>
<style>
@import url(http://fonts.googleapis.com/css?family=Anton);
html {
height: 100%;
}
body {
With CSS3 @keyframes rules, we can make a fade-in effect for any HTML element we want. In following code, we are just changing the opacity of an element on two different @keyframes states. We can increase the fade-in time by animation-duration proper
