iPhone iOS 7 Pictures and videos leaked in youtube
Apple is currently testing out the Specs and Features with which the Apple iPhone 7G is coming.
Specifications :
- 5 inch HD Touch Screen Display
- Quad Core A8 Chipset Processor
- 3000mAh Battery
- 20 MP rear camera with 1080 pixel HD recording
- 8MP front facing camera
- 256GB Memory
- Integrated projector
Most Probably the Apple iPhone 7 Release Date will be coming in late 2014.
Youtube link : http://www.youtube.com/watch?v=FmGG4SD8l1k
Youtube link : http://www.youtube.com/watch?v=FmGG4SD8l1k
Programming contest by google
Hope you all know about google code jam. This is an online programming contest by google which will have four online rounds.Finals will be held at google's office in sunny los angeles,california in august .
Registration will be open to all programmers,student or professionals from March 11,2014
For more details:
Click the below link:
Code jam
Schedule
Practice and learn
Registration will be open to all programmers,student or professionals from March 11,2014
For more details:
Click the below link:
Code jam
Schedule
Practice and learn
HTML
HTML tables:
In real time applications,user may want to prepare applicant details,Employee details, Student report card, and so on.These application would be effective,if they are in a tabular format.If these applications are to be presented in a web page,it can be done with HTML.
HTML provides the choice for the user to create tables.To create a table in HTML, <table> tag is used.Usually,application such as microsoft word, staroffice writer will display the details of first row as bold,when the data is in presented in a tabular format.
Similarly,browsers make the text which is present between the tag <th> as bold.Hence,in HTML we may use the tag for heading purpose.A table is divided into rows by <tr> tag and each row is divided into cells by <td> tags.
Example:
<th>HEADING</th>
<tr>FIRST ROW</tr>
<td>FIRST CELL</td>
Sample code to create a table in web page:
<html>
<head>
<title>Sample</title>
<body>
<table border = " 1 " >
<tr>
<th>Date</th>
<th>Day</th>
</tr>
<tr>
<td>1/1/2014</td>
<td>Wednesday</td>
</tr>
<tr>
<td>2/1/2014</td>
<td>Thursday</td>
</tr>
<tr>
<td>3/1/2014</td>
<td>Friday</td>
</tr>
<tr>
<td>4/1/2014</td>
<td>Saturday</td>
</tr>
<tr>
<td>5/1/2014</td>
<td>Sunday</td>
</tr>
</tr>
</table>
</body>
</html>
In real time applications,user may want to prepare applicant details,Employee details, Student report card, and so on.These application would be effective,if they are in a tabular format.If these applications are to be presented in a web page,it can be done with HTML.
HTML provides the choice for the user to create tables.To create a table in HTML, <table> tag is used.Usually,application such as microsoft word, staroffice writer will display the details of first row as bold,when the data is in presented in a tabular format.
Similarly,browsers make the text which is present between the tag <th> as bold.Hence,in HTML we may use the tag for heading purpose.A table is divided into rows by <tr> tag and each row is divided into cells by <td> tags.
Example:
<th>HEADING</th>
<tr>FIRST ROW</tr>
<td>FIRST CELL</td>
Sample code to create a table in web page:
<html>
<head>
<title>Sample</title>
<body>
<table border = " 1 " >
<tr>
<th>Date</th>
<th>Day</th>
</tr>
<tr>
<td>1/1/2014</td>
<td>Wednesday</td>
</tr>
<tr>
<td>2/1/2014</td>
<td>Thursday</td>
</tr>
<tr>
<td>3/1/2014</td>
<td>Friday</td>
</tr>
<tr>
<td>4/1/2014</td>
<td>Saturday</td>
</tr>
<tr>
<td>5/1/2014</td>
<td>Sunday</td>
</tr>
</tr>
</table>
</body>
</html>
Sample output:
WORKSHOP ON ETHICAL HACKING AND CYBER FORENSICS
.................... LeArN To HaCk...!!! HaCk To LeArN...!!!.................
LEVEL-1 JAN 5TH 2K14 @ CHENNAI Register At : http://securityghost.com/workshop/
Speaker N. Srinivas (Sen Haxor)
Chief Guest: Striker India (Striker Ica Indishell)
Join us n learn hacking from REAL-TIME Hackers.....
FOR ANY DOUBT ABOUT UR SPEAKER JUST GOOGLE HIS NAME...!!!!!
For more Details: Ring Us @ +91-8939024436 / 9043438085 / 8148427601
Ping us @ registerforhacking@gmail.com
Join Us @ https://www.facebook.com/groups/LearnToHackHackToLearn/?fref=ts
Join Event @ https://www.facebook.com/events/606103806094579/?fref=ts
TOPICS: ·
- INTRODUCTION. ·
- PC HACKING AND SECURITY. ·
- GMAIL HACKING AND SECURITY. ·
- FACEBOOK HACKING AND SECURITY. ·
- WEBSITE HACKING AND SECURITY . ·
- WIRELESS NETWORK HACKING(WIFI PASSWORDS) AND SECURITY. ·
- SQL-INJECTION. CRYPTOGRAPHY. ·
- D-DOS ATTACKS. ·
- IP SPOOFING. ·
- KEY LOGGERS AND SECURITY. ·
- OS HACKING AND SECURITY. ·
- BACKTRACK . ·
- METASPLOIT. ·
- REVERSE ENGINEERING. ·
- NON TECHNICAL ATTACKS. ·
- GOOGLE DORKING. ·
- ONLINE FRAUD. ·
- COUNTER MEASURES AND CASE STUDIES.
- DATABASE DUMPING AN SECURITY MANY MORE SURPRISE TOPICS ...!!!
DONT MISS IT..!!!
Why the Size of an Hard disk ,pendrive or any Storage Devices is lesser than specified Capacity range !!
Why the Size of an Hard disk ,pendrive or any Storage Devices is lesser than specified Capacity range !!
An 250GB hard disk can have only less than 233 GB space!
- All Hard Disk manufacturer way of counting space is different from the way a software count a space.
- This means to a Hard Disk Manufacturer, 1GB is 1000 MB, 1 MB is 1000 KB and so on.
- Software or computer language recognize a space in terms of power of 2 say 21, 22,23 etc. hence a KB is 210 Bytes which is 1024 Bytes.
Lets do a little math:From a Manufacturer a 250 GB harddisk is 250 x 1000 x 1000 x 1000 =250000000000 Bytes From the Computer Language point of view a 250000000000 Bytes is:250000000000/(1024*1024*1024)=232.83 GB
Now you’ll see why your 250GB harddisk has only less than 232.83 GBspace in total. Well if you go with higher space like 500 GB and so on the space missing is increasing!!
Best Programming Youtube Channels For Beginners
Some of the best available YouTube channels for learning C,C++,Java, Data Structures and Algorithms.
1. Advanced C++ concepts and Standard template library - BoQian
Mostly His implemetations would be bases on the STL. So, we could implement most of our algorithms using the standard libraries present in C++.
2. Algorithms, DataStuctures and more interview Questions - Saurabh School
Saurabh School of Computing is an initiative by IITian S.Saurabh. He is B.Tech from IIT and MS from USA. This channel provides quality and easy to understand video lessons to help people prepare for programming interviews .
3. Fundamental Concepts of OOPs, Java, Socket and Android Programming - Prof. Vinod Pillai
His teachings Of OOPs are very clear with very simple examples that even an amateur programmer could understand.
4. Programming Paradigms - Prof. Jerry Cain
Professor from the stanford university tells us how a program works internally. Basics that every programmer needs to know to program efficiently.
5. My Code School
Simplicity at its best. Learn all the mathematical logics, algorithms and DataStructures and many more at code School
HTML
Coding can be made effective with HTML, but designing with HTML is little difficult,since you will have to design only with your code.Alternative way of designing is to go with "CSS".(i.e) Cascading style sheet.
Using this we can design a web page more effective and attractive than the one made with HTML.
In this session,we can see about the basic inline and embedded styles and formatting with CSS.
Inline styles:
Using style sheet, we can code or design as follows:
<style>
h1{color:green}
</style>
To make a inline style,provide the attributes in a single tag.
<H1 style=textsize:14>
The above formatting is called inline style.An embedded style can be made by typing some property and values inside the heading tags
Sample code for embedded style:
<style>
H1
{
fontcolor:blue;
}
</style>
Fonts:
In HTML, we can specify a font type and size as follows:
<font face="arial,times new roman">ABC</font>
The same can be done with CSS as follows:
Font face:arial,Timesnew roman;
Sample web page using above concepts:
<html>
<head>
<title>New webpage</title>
<style>
H1
{
fontsize:14;
fontytype:arial,time new roman;
}
</style>
<body>
<font color="blue">The text is in blue</font>
</body>
</html>
Using this we can design a web page more effective and attractive than the one made with HTML.
In this session,we can see about the basic inline and embedded styles and formatting with CSS.
Inline styles:
Using style sheet, we can code or design as follows:
<style>
h1{color:green}
</style>
To make a inline style,provide the attributes in a single tag.
<H1 style=textsize:14>
The above formatting is called inline style.An embedded style can be made by typing some property and values inside the heading tags
Sample code for embedded style:
<style>
H1
{
fontcolor:blue;
}
</style>
Fonts:
In HTML, we can specify a font type and size as follows:
<font face="arial,times new roman">ABC</font>
The same can be done with CSS as follows:
Font face:arial,Timesnew roman;
Sample web page using above concepts:
<html>
<head>
<title>New webpage</title>
<style>
H1
{
fontsize:14;
fontytype:arial,time new roman;
}
</style>
<body>
<font color="blue">The text is in blue</font>
</body>
</html>



.jpg)






.jpg)