Tuesday 30 May 2017

Basic code of DELETE DATA USING MYSQL IN PHP

HOW TO CREAT DELETE DATA USING MYSQL IN PHP


<head>
<?php
mysql_connect("localhost","root","");
mysql_select_db("exam");

if(isset($_REQUEST['del'])){
$id = $_REQUEST['del'];
$delete = " delete from result where id = '$id' ";
$q = mysql_query ($delete);
};
$qr = " select * from  result";
$rs = mysql_query($qr);
$num= mysql_num_rows($rs);
?>
</head>

<body>

<table border="1">
<tr>
   <td>name</td>
   <td>last name</td>
   <td>father's name</td>
   <td>email</td>
   <td>password</td>
   <td>phone</td>
   <td>gender</td>
   <td>address</td>
   <td>nationality</td>
   <td>country</td>
   <td>delete</td>
</tr>

 <?php 
 if ($num > 0){
 while($row = mysql_fetch_array($rs)){
 
 ?>
      <tr>
          <td> <?php  echo $row['name']; ?> </td>
           
          <td> <?php  echo $row['lastname']; ?></td>
           <td><?php  echo $row['father']; ?></td>
           <td> <?php  echo $row['email']; ?> </td>
           <td><?php  echo $row['password']; ?></td>
           <td><?php  echo $row['phone']; ?></td>
           <td> <?php  echo $row['gender']; ?> </td>
           <td><?php  echo $row['address']; ?></td>
           <td> <?php  echo $row['nationality']; ?> </td>
           <td> <?php  echo $row['country']; ?> </td>
           <td><a href="exam select delete.php?del=<?php echo $row['id'];?>"> delete</a> </td>
           </tr>
           <?php }}  ?> 
             
</table>

</body>

Saturday 27 May 2017

the importent theory of CSS

A style sheet language, or style language, is a computer language that expresses the presentation of structured documents. One attractive feature of structured documents is that the content can be reused in many contexts and presented in various ways. Different style sheets can be attached to the logical structure to produce different presentations.

One modern style sheet language with widespread use is Cascading Style Sheets (CSS), which is used to style documents written in HTML, XHTML and other markup languages.

For content in structured documents to be presented, a set of stylistic rules – describing, for example, colors, fonts and layout – must be applied. A collection of stylistic rules is called a style sheet. Style sheets in the form of written documents have a long history of use by editors and typographers to ensure consistency of presentation, spelling and punctuation. In electronic publishing, style sheet languages are mostly used in the context of visual presentation rather than spelling and punctuation.

Example CSS
To make all paragraphs on a page blue and sized 20% bigger than normal text, we would apply this CSS rule to a page:

p {
Full form of css

  color: blue;
  font-size: 120%;
}

<div style="float:right; border:thin solid green;">
Here comes a short paragraph that is<br />
contained in a "div" element that is<br />
floated to the right.
</div>

All style sheet languages support some kind of formatting model. Most style sheet languages have a visual formatting model that describes, in some detail, how text and other content is laid out in the final presentation. For example, the CSS formatting model specifies that block-level elements (of which "h1" is an example) extend to fill the width of the parent element. Some style sheet languages also have an aural formatting model.

Click here for more knowledge


the most important Flowchart of php

PHP for loop can be used to traverse set of code for the specified number of times.

It should be used if number of iteration is known otherwise use while loop.

Syntax

for(initialization; condition; increment/decrement){  

//code to be executed  

}  

Flowchart

php for php for loop flowchartloop flowchart

Example

<?php  

for($n=1;$n<=10;$n++){  

echo "$n<br/>";  

}  

?> 

Sunday 9 April 2017

10 On-Page SEO Techniques That’ll Boost Your Rankings (Checklist Included)

On page SEO is one of the most important processes you can use, not only for achieving better rankings but also for running successful Internet marketing campaigns.


on-page SEO
Every SEO campaign has your website in focus and if it’s not properly optimized for both search engines and users, your chances of success are minimized.
Before getting into the details on which SEO techniques to use to improve your on-site SEO, let’s start with some basic terminology.
What is On-Page SEO?
On-page SEO is the process of optimizing each and every web page of your site in order to rank higher in the Search Engine Results Pages (SERPS). On-Page SEO has to do with both technical SEO (titles, descriptions, urls etc) and the content of your web pages.
Your ultimate goal with on-page SEO, is to speak the ‘search engines language’ and help crawlers understand the meaning and context of your pages.

On-Page SEO: Anatomy of a Perfectly Optimized Page (2017 Update)

When it comes to on-page SEO, I’m sure you’ve heard enough about meta tags and keyword density for one lifetime.
If you’re looking for some practical strategies that you can use on your site today, then you’ll love this infographic.
It’s a simple checklist that will bring in more search engine traffic from every piece of content that you publish:

php - for loop

for loop example


Pseudo PHP Code:
for ( initialize a counter; conditional statement; increment a counter){
do this code;
}
Notice how all the steps of the loop are taken care of in the for loop statement. Each step is separated by a semicolon: initiliaze counter, conditional statement, and the counter increment. A semicolon is needed because these are separate expressions. However, notice that a semicolon is not needed after the "increment counter" expression.

Here is the example of the brush prices done with a for loop .

PHP Code:
$brush_price = 5;

echo "<table border=\"1\" align=\"center\">";
echo "<tr><th>Quantity</th>";
echo "<th>Price</th></tr>";
for ( $counter = 10; $counter <= 100; $counter += 10) {
echo "<tr><td>";
echo $counter;
echo "</td><td>";
echo $brush_price * $counter;
echo "</td></tr>";
}
echo "</table>";

PHP For Each Loop

PHP For Each Loop

PHP for each loop is used to traverse array elements.

Syntax

foreach( $array as $var ){
 //code to be executed
}
?>
Example

<?php
$season=array("summer","winter","spring","autumn");
foreach( $season as $arr ){
  echo "Season is: $arr<br />";
}
?>  

PHP For Loop

PHP for loop can be used to traverse set of code for the specified number of times.

It should be used if number of iteration is known otherwise use while loop.

Syntax

for(initialization; condition; increment/decrement){  

//code to be executed  

}  

Flowchart

php for php for loop flowchartloop flowchart

Example

<?php  

for($n=1;$n<=10;$n++){  

echo "$n<br/>";  

}  

?>  

Friday 31 March 2017

Reliance Jio extends Prime membership to 15 days; launches 'Summer Surprise' offer

NEW DELHI: Reliance Jio Infocomm has extended the deadline for subscriptions to its paid plans till April 15, and offered its services practically for free till June end to all those who register in that time, intensifying a brutal price war being waged in the market.

So, those enrolling into Jio Prime by April 15 by paying Rs 99 along with their first purchase of the telco’s Rs 303 or other plans of higher amounts will get services till June end on a “complimentary basis,” under the “Summer Surprise” offer, the company said in a statement Friday.

Subscribers who have already registered for Jio Prime would be automatically shifted to the “Summer Surprise” offer. The paid tariff plan will be applied only in July, after the expiry of the complimentary service, Jio added.

So far, over 72 million subscribers have opted for Prime membership, and Jio expects more of its over 100 million users and new ones to register for its services by mid-April.

"Jio’s free service period is coming to an end. Users who do not recharge by the extended date of 15th April will experience degradation and/or discontinuation of services,” Mukesh Ambani, chairman of Reliance Industries – parent of Jio – said in the statement.

“This extension (till April 15) will provide the necessary breathing room for users to avoid service disruption during the transition from free to paid services," he added.

He further said that the company was aware of some pockets of congestion on its network, but said that services will see a “dramatic” improvement in the coming weeks as the telco invests more in its network expansion.

Jio, which has already invested over Rs 200,000 crore in its business, will double its telecom tower network by another 100,000 in the coming months, Ambani said.

Jio’s six months of free services - which started on September 5 and ended March 31 - had netted the telco over 100 million users and in the process hurt the industry’s revenue and profitability and forced players – big ones such as Vodafone India and Idea Cellular, and smaller ones such as Reliance Communications, Aircel and MTS – to merge among themselves, and some like Telenor to exit totally.

While the incumbents were looking forward to Jio starting to charge for its services – albeit at sharp discounts – the latest offer will heap more pressure on the likes of Bharti Airtel, Vodafone India and Idea to come up with offers to keep their subscribers from switching over. And any such move will further dent their profitability at a time they need to invest to expand their 4G networks, say analysts.

"In a way Jio is continuing its free services, which will further negatively impact the industry which is already under great financial stress," Jaideep Ghosh, partner, management consulting, KPMG India.

On February 21, Ambani announced Prime membership to customers on board for a payment of a one-time fee of Rs 99. The membership, available for one year, gives the customers an option to choose from multiple data packs starting from Rs 149.

Jio, which launched services on September 5, disrupted the Indian telecom industry with its ‘Welcome’ and ‘Happy New Year’ offers which offered free voice and data services along with access to its digital content ecosystem.
And analysts expect further impact on coffers of telcos.

"It is directed towards keeping the subscriber ramp up tempo going because any raising of prices would possibly impeded the take up, Therefore, this helps the take up of subscribers," Sandip Das, senior advisor, Analysys Mason and a former Jio chief executive, said.

He expects pricing in the market to remain disrupted as players try to gain market share or hold on to existing market share.

“For the next 12-18 months, it will be tough time for telcos. At one side they would need to continue to invest in data, but will see their revenue spiral downwards. With rising industry debt level, coupled with lowering of the prices, the finances will be seriously stretched," Das said.

Market leader Bharti Airtel's saw its net profit plunge 55% in the October-December quarter while Vodafone India posted a 1.9% drop in service revenue in the same period, No. 3 Idea posted its first net loss since listing in 2007.

"October-December numbers including quarterly revenue, profits, subscribers, data usage, had dipped for most telcos. While the same number are expected to dip in January-March, the decline that was anticipated to stabilise in the coming quarter, will now follow the same trend as the preceding quarters," said a senior analyst who did not want to be quoted.

Shares of Reliance Industries, the parent group of Reliance Jio Infocomm shot up on Friday by 3.93% to close at Rs 1319.20, on expectations of an end to Jio’s free services.

Tuesday 21 March 2017

What is search engine optimization

Search engine marketing (SEM) is a form of Internet marketing that involves the promotion of websites by increasing their visibility in search engine results pages (SERPs) primarily through paid advertising. SEM may incorporate search engine optimization (SEO), which adjusts or rewrites website content and site architecture to achieve a higher ranking in search engine results pages to enhance pay per click (PPC) listings.

Market of SEO :

In 2007, U.S. publicists spent US $24.6 billion on internet searcher promoting. In Q2 2015, Google (73.7%) and the Yahoo/Bing (26.3%) association represented very nearly 100% of U.S. web index spend. Starting at 2006, SEM was developing substantially speedier than conventional publicizing and even different channels of online marketing.[5] Managing seek crusades is either done straightforwardly with the SEM merchant or through a SEM instrument supplier. It might likewise act naturally serve or through a promoting organization. As of October 2016, Google drives the worldwide web index showcase with a piece of the overall industry of 89.3%. Bing comes next with a piece of the pie of 4.36%, Yahoo comes third with a piece of the pie of 3.3%, and Chinese web search tool Baidu is fourth all around with a share of around 0.68%

History of SEO :

As the quantity of destinations on the Web expanded in the mid-to-late 1990s, web crawlers began seeming to help individuals discover data rapidly. Web crawlers created plans of action to fund their administrations, for example, pay per click programs offered by Open Text in 1996 and afterward Goto.com in 1998. Goto.com later changed its name to Overture in 2001, was bought by Yahoo! in 2003, and now offers paid look open doors for sponsors through Yahoo! Seek Marketing. Google additionally started to offer commercials on query items pages in 2000 through the Google AdWords program. By 2007, pay-per-click programs ended up being essential moneymakers for web indexes. In a market commanded by Google, in 2009 Yahoo! what's more, Microsoft declared the aim to fashion an organization together. The Yahoo! and Microsoft Search Alliance in the long run got endorsement from controllers in the US and Europe in February 2010.

Search engine optimization consultants expanded their offerings to help businesses learn about and use the advertising opportunities offered by search engines, and new agencies focusing primarily upon marketing and advertising through search engines emerged. The term "Search Engine Marketing" was popularized by Danny Sullivan in 2001[12] to cover the spectrum of activities involved in performing SEO, managing paid listings at the search engines, submitting sites to directories, and developing online marketing strategies for businesses, organizations, and individuals.

What is SEO

Search engine marketing (SEM) is a form of Internet marketing that involves the promotion of websites by increasing their visibility in search engine results pages (SERPs) primarily through paid advertising. SEM may incorporate search engine optimization (SEO), which adjusts or rewrites website content and site architecture to achieve a higher ranking in search engine results pages to enhance pay per click (PPC) listings.

Market of SEO :


In 2007, U.S. publicists spent US $24.6 billion on internet searcher promoting. In Q2 2015, Google (73.7%) and the Yahoo/Bing (26.3%) association represented very nearly 100% of U.S. web index spend. Starting at 2006, SEM was developing substantially speedier than conventional publicizing and even different channels of online marketing. Managing seek crusades is either done straightforwardly with the SEM merchant or through a SEM instrument supplier. It might likewise act naturally serve or through a promoting organization. As of October 2016, Google drives the worldwide web index showcase with a piece of the overall industry of 89.3%. Bing comes next with a piece of the pie of 4.36%, Yahoo comes third with a piece of the pie of 3.3%, and Chinese web search tool Baidu is fourth all around with a share of around 0.68%


History of SEO :


As the quantity of destinations on the Web expanded in the mid-to-late 1990s, web crawlers began seeming to help individuals discover data rapidly. Web crawlers created plans of action to fund their administrations, for example, pay per click programs offered by Open Text in 1996 and afterward Goto.com in 1998. Goto.com later changed its name to Overture in 2001, was bought by Yahoo! in 2003, and now offers paid look open doors for sponsors through Yahoo! Seek Marketing. Google additionally started to offer commercials on query items pages in 2000 through the Google AdWords program. By 2007, pay-per-click programs ended up being essential moneymakers for web indexes. In a market commanded by Google, in 2009 Yahoo! what's more, Microsoft declared the aim to fashion an organization together. The Yahoo! and Microsoft Search Alliance in the long run got endorsement from controllers in the US and Europe in February 2010.


Search engine optimization consultants expanded their offerings to help businesses learn about and use the advertising opportunities offered by search engines, and new agencies focusing primarily upon marketing and advertising through search engines emerged. The term "Search Engine Marketing" was popularized by Danny Sullivan in 2001 to cover the spectrum of activities involved in performing SEO, managing paid listings at the search engines, submitting sites to directories, and developing online marketing strategies for businesses, organizations, and individuals.

What is SEM

Search engine marketing (SEM) is a form of Internet marketing that involves the promotion of websites by increasing their visibility in search engine results pages (SERPs) primarily through paid advertising. SEM may incorporate search engine optimization (SEO), which adjusts or rewrites website content and site architecture to achieve a higher ranking in search engine results pages to enhance pay per click (PPC) listings.

Market of SEO :

In 2007, U.S. publicists spent US $24.6 billion on internet searcher promoting. In Q2 2015, Google (73.7%) and the Yahoo/Bing (26.3%) association represented very nearly 100% of U.S. web index spend. Starting at 2006, SEM was developing substantially speedier than conventional publicizing and even different channels of online marketing.[5] Managing seek crusades is either done straightforwardly with the SEM merchant or through a SEM instrument supplier. It might likewise act naturally serve or through a promoting organization. As of October 2016, Google drives the worldwide web index showcase with a piece of the overall industry of 89.3%. Bing comes next with a piece of the pie of 4.36%, Yahoo comes third with a piece of the pie of 3.3%, and Chinese web search tool Baidu is fourth all around with a share of around 0.68%

History of SEO :

As the quantity of destinations on the Web expanded in the mid-to-late 1990s, web crawlers began seeming to help individuals discover data rapidly. Web crawlers created plans of action to fund their administrations, for example, pay per click programs offered by Open Text in 1996 and afterward Goto.com in 1998. Goto.com later changed its name to Overture in 2001, was bought by Yahoo! in 2003, and now offers paid look open doors for sponsors through Yahoo! Seek Marketing. Google additionally started to offer commercials on query items pages in 2000 through the Google AdWords program. By 2007, pay-per-click programs ended up being essential moneymakers for web indexes. In a market commanded by Google, in 2009 Yahoo! what's more, Microsoft declared the aim to fashion an organization together. The Yahoo! and Microsoft Search Alliance in the long run got endorsement from controllers in the US and Europe in February 2010.

Search engine optimization consultants expanded their offerings to help businesses learn about and use the advertising opportunities offered by search engines, and new agencies focusing primarily upon marketing and advertising through search engines emerged. The term "Search Engine Marketing" was popularized by Danny Sullivan in 2001[12] to cover the spectrum of activities involved in performing SEO, managing paid listings at the search engines, submitting sites to directories, and developing online marketing strategies for businesses, organizations, and individuals.

What is Search engine marketing

Search engine marketing (SEM) is a form of Internet marketing that involves the promotion of websites by increasing their visibility in search engine results pages (SERPs) primarily through paid advertising. SEM may incorporate search engine optimization (SEO), which adjusts or rewrites website content and site architecture to achieve a higher ranking in search engine results pages to enhance pay per click (PPC) listings.

Market of SEO :

In 2007, U.S. publicists spent US $24.6 billion on internet searcher promoting. In Q2 2015, Google (73.7%) and the Yahoo/Bing (26.3%) association represented very nearly 100% of U.S. web index spend. Starting at 2006, SEM was developing substantially speedier than conventional publicizing and even different channels of online marketing.[5] Managing seek crusades is either done straightforwardly with the SEM merchant or through a SEM instrument supplier. It might likewise act naturally serve or through a promoting organization. As of October 2016, Google drives the worldwide web index showcase with a piece of the overall industry of 89.3%. Bing comes next with a piece of the pie of 4.36%, Yahoo comes third with a piece of the pie of 3.3%, and Chinese web search tool Baidu is fourth all around with a share of around 0.68%

History of SEO :

As the quantity of destinations on the Web expanded in the mid-to-late 1990s, web crawlers began seeming to help individuals discover data rapidly. Web crawlers created plans of action to fund their administrations, for example, pay per click programs offered by Open Text in 1996 and afterward Goto.com in 1998. Goto.com later changed its name to Overture in 2001, was bought by Yahoo! in 2003, and now offers paid look open doors for sponsors through Yahoo! Seek Marketing. Google additionally started to offer commercials on query items pages in 2000 through the Google AdWords program. By 2007, pay-per-click programs ended up being essential moneymakers for web indexes. In a market commanded by Google, in 2009 Yahoo! what's more, Microsoft declared the aim to fashion an organization together. The Yahoo! and Microsoft Search Alliance in the long run got endorsement from controllers in the US and Europe in February 2010.

Search engine optimization consultants expanded their offerings to help businesses learn about and use the advertising opportunities offered by search engines, and new agencies focusing primarily upon marketing and advertising through search engines emerged. The term "Search Engine Marketing" was popularized by Danny Sullivan in 2001 to cover the spectrum of activities involved in performing SEO, managing paid listings at the search engines, submitting sites to directories, and developing online marketing strategies for businesses, organizations, and individuals.

Thursday 9 March 2017

php validation in simple method

<body>

<?php
// define variables and set to empty values
$name = $email = $gender = $comment = $website = "";

if ($_SERVER["REQUEST_METHOD"] == "POST") {
  $name = test_input($_POST["name"]);
  $email = test_input($_POST["email"]);
  $website = test_input($_POST["website"]);
  $comment = test_input($_POST["comment"]);
  $gender = test_input($_POST["gender"]);
}

function test_input($data) {
  $data = trim($data);
  $data = stripslashes($data);
  $data = htmlspecialchars($data);
  return $data;
}
?>

<h2>PHP Form Validation Example</h2>
<form method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>">
  Name: <input type="text" name="name">
  <br><br>
  E-mail: <input type="text" name="email">
  <br><br>
  Website: <input type="text" name="website">
  <br><br>
  Comment: <textarea name="comment" rows="5" cols="40"></textarea>
  <br><br>
  Gender:
  <input type="radio" name="gender" value="female">Female
  <input type="radio" name="gender" value="male">Male
  <br><br>
  <input type="submit" name="submit" value="Submit">
</form>

<?php
echo "<h2>Your Input:</h2>";
echo $name;
echo "<br>";
echo $email;
echo "<br>";
echo $website;
echo "<br>";
echo $comment;
echo "<br>";
echo $gender;
?>
</body>

Friday 10 February 2017

Frist Day Box office Collections of Jolly LLB 2


Cheerful LLB 2 Movie First/first Day Collections: The most anticipated flick of Akshay Kumar 'Happy LLB2 " is discharged in theaters on February ninth. It is a court show which is the continuation of the national honor winning film Jolly LLB. The continuation, Jolly LLB 2 is coordinated by Subhash Kapoor who
coordinated the prequel. Fox Star Studios has created and disseminated the film. 

                             Morning Shows Report: 

The general inhabitance in the morning shows was up to 30-35% in all over multiplexes of India which is great. The begin is great in North India as the inhabitance in
circuits of East Punjab and Delhi is around 45-half. Akshay Kumar charges an immense following in North India so it was not a shock. Additionally, there were no North inviting movies discharged since Dangal. The opening was additionally average in spots like Mumbai and Bangalore where the begin is approx 25%. 

Carefree LLB 2 gathering are probably going to be influenced by the propel booking which was begun late. Along these lines the film has normal progress and is even lower than Akshay Kumar's last discharge Rustom in spite of the way that it had a major conflict. In spite of the fact that Jolly LLB 2 is discharging in higher number of screens which can adjust. And furthermore it has begun to get after the main morning appears. 

The film highlights Akshay Kumar as Jagdishwar Mishra (Jolly) who amazing everybody with his best execution and parody. The film likewise includes Huma Qureshi as the female lead. while Annu Kapoor, Inaamulhaq, Manav Kaul, Saurabh Shukla, Arshad Warsi (cameo), Elli Avram and others in supporting parts. Chipper LLB 2 film has gotten a superb reaction at the Indian film industry. Perused on to Know the Jolly LLB 2 Movie First/first Day Collections – Box office Income Reports. 

Jaunty LLB 2 Movie First/first Day Collections 


Jaunty LLB 2 film is discharged in 3,500+ screens in India. The pre-discharge buzz and Akshay Stardom expanded the interest in the gathering of people to watch the film. It additionally helped the propel booking of the film. The film tickets are sold like hotcakes on web based booking locales before the discharge and all multiplexes are Housefull on Morning appears. SEE ALSO: Jolly LLB 2 Movie Review.


Thursday 9 February 2017

जॉली एलएलबी 2 जगदीश मिश्रा के बारे में omplete कहानी (अक्षय कुमार)

पर बस जॉली एलएलबी 2 के रूप में जाना जाता है एक आगामी 2017 भारतीय व्यंग्य ब्लैक कॉमेडी-ड्रामा फिल्म थी, लिखा और सुभाष कपूर द्वारा निर्देशित है। 2013 फिल्म जॉली एलएलबी, फिल्मी सितारों अक्षय कुमार, हुमा कुरैशी, सौरभ शुक्ला और अन्नू कपूर मुख्य भूमिका में करने के लिए एक अगली कड़ी है। एक अदालत नाटक जो भारतीय कानून व्यवस्था की धारणा satirizes, कहानी Jagdishwar मिश्रा (कुमार), एक वकील क्रूर और शक्तिशाली वकील सचिन माथुर (कपूर) के खिलाफ मामला लड़ता है जो इस प्रकार है।

रिलीज:
फिल्म गरीब प्रकाश में भारतीय कानून व्यवस्था का चित्रण, साथ ही फिल्म के शीर्षक के लिए आसपास के मीडिया का ध्यान आसपास के विवाद में आ गया। अधिवक्ता Ajaykumar वाघमारे शब्द एलएलबी को हटाने के लिए बंबई उच्च न्यायालय में एक मामला दायर किया गया है के रूप में उन्होंने कहा कि यह एक "विचार करने का प्रयास" भारतीय कानून व्यवस्था का अपमान करने के लिए है। बंबई उच्च न्यायालय ने इस फिल्म की सामग्री की जांच करने के लिए एक 3 सदस्यीय समिति के साथ ही भारत के सुप्रीम कोर्ट ने नियुक्त किया था मुख्य न्यायाधीश जे एस खेहर और न्यायमूर्ति एन वी रमण और डी वाई चंद्रचूड़ फिल्म की समीक्षा करने सहित पैनल समीक्षा नियुक्त किया है।

Complete story of Jolly LLB 2 about Jagdish Mishra (Akshay Kumar)

The State vs Jolly LL.B 2 or commonly known as simply Jolly LL.B 2 is an upcoming 2017 Indian satirical black comedy-drama film, written and directed by Subhash Kapoor. A sequel to the 2013 film Jolly LLB, the film stars Akshay Kumar, Huma Qureshi, Saurabh Shukla and Annu Kapoor in lead roles. A courtroom drama which satirizes the notion of the Indian legal system, the story follows Jagdishwar Mishra (Kumar), a lawyer who fights a case against the ruthless and powerful lawyer Sachin Mathur (Kapoor).

Release:
The film came under the controversy surrounding the depiction of Indian legal system in poor light, as well as the media attention surrounding to the title of the film. Advocate Ajaykumar Waghmare has filed a case at the Bombay High Court for the removal of the word LLB as he stated that it is a "deliberate attempt" to insult the Indian legal system. The Bombay High Court has appointed a 3-member committee to examine the content of the film, as well as the Supreme Court of India had appointed panel review including Chief Justice J S Khehar and Justices N V Ramana and D Y Chandrachud to review the film.  continue





Wednesday 8 February 2017

Ten secrets of Kapil Sharma's Life

Childhood friends often Television (TV), see a little child in front of you puny Kapil Program can also say, acting and dancing in front of the TV did. kapil sharma Jiada the mischief was the rest of the children, which were disturbing the Jiada tree dwelling in their localities auntiyan, from her home red chilli, turmeric, rice, citrus gathered in front of people's homes, and throw, and then tell yourself to go out of your house has a sorcery empiricism, Auntiyan Kapil Sharma and his fears were later used to laugh a lot. continue

Kapil MH Be Hsande Hsde comedy worked on one after which they got the first break in The Great Indian Laughter Challenge. The reality TV show is one of nine whom they have won. The winner of the show in 2007 in which he won 10 million in prize money. Then they participated in Comedy Circus on Sony Entertainment Television. Kapil also won all six seasons. It also hosts dance reality show Jhalak Season 6 has seen Laja. He also hosted the actor and comedy shows. Sharma took part in a show called the master of masters.

Sharma 9 production in 2013 under the production banner launched his show Comedy Nights with Kapil, who became a huge hit. Comedy Nights with Kapil, India's most famous comedy show. continue

CNN-IBN Indian of the Year Awards Entertainer of the Year Award 2013 in Sharma awarded by Amol Palekar.

Lok Sabha elections by the Election Commission in Delhi in 2014, they built New Delhi Brand Ambassador

Sharma 60 Filmfare Awards with co-host Karan Johar hosted as. Celebrity Cricket League 2014 season, the fourth was a Presentr. The bank thief from the Yash Raj Films' movie filming was scheduled to debut later he quit the movie. On August 17, in the first episode of Kaun Banega Crorepati Season 8 guest called them. These lead his film debut as a film which is directed by Abbas-Mustan who would love to do, which are Heroisns their opposite number. continue

Kapil Sharma Kapil Sharma, the show would be returning to the small screen again with the show, along with comedian Sunil Grover, Kapil and Ali Asghar icons, too.

MORE INFORMATION CLICK HERE

Kapil Sharma Biography In Hindi

दोस्तों बचपन में अक्सर Television (TV) के सामने Program देखते एक नन्हा बालक जिसे आप नन्हा कपिल भी कहे सकते हैं, जो TV के सामने ही acting और डांस करने लगता था. kapil sharma की शरारतें भी बाकी बच्चों में से सबसे जियादा थी, जिनसे सबसे जियादा परेशान होती थीं उनके मोहल्लों में रहेने वाली auntiyan, वो अपने घर से लाल मिर्च, हल्दी, चावल, निम्बू इकट्टा करके लोगों के घरों के सामने फेंक देते थे, और फिर खुद ही जाकर बताते की आपके घर के बाहर कोई टोना टोटका कर दिया है, Auntiyan डर जाती थीं और कपिल शर्मा उनका बाद में खूब मजाक उड़ाते थे. 

कपिल ने एमएच वन पर हसदे हसांदे रहो कॉमेडी शो में काम किया इसके बाद इन्हें द ग्रेट इंडियन लाफ्टर


चैलेंज में अपना पहला ब्रेक मिला। ये उन नौ रियलिटी टीवी शो में से एक है जिनको ये जीत चुके हैं। 2007 में ये इस शो के विजेता बने जिसमे इन्होंने 10 लाख की पुरस्कार राशि जीती। इसके बाद इन्होंने सोनी एंटरटेनमेंट टेलीविज़न पर कॉमेडी सर्कस में भाग लिया। कपिल ने इसके सारे छः सीजन जीते। ये डांस रियलिटी शो झलक दिख लाजा सीजन 6 होस्ट भी कर चुके हैं। और इन्होंने कॉमेडी शो छोटे मियां भी होस्ट किया। शर्मा ने उस्तादों के उस्ताद नामक शो में भी हिस्सा लिया।

2013 में शर्मा ने अपने प्रोडक्शन बैनर के9 प्रोडक्शन के अंतर्गत अपना शो कॉमेडी नाइट्स विद कपिल लांच किया जो एक बहुत बड़ा हिट साबित हुआ। कॉमेडी नाइट्स विद कपिल भारत का सबसे प्रसिद्ध कॉमेडी शो है। सीएनएन-आईबीएन इंडियन ऑफ़ द इयर अवार्ड्स में शर्मा को एंटरटेनर ऑफ़ द इयर अवार्ड 2013 से अमोल पालेकर द्वारा सम्मानित किया गया। 

लोक सभा चुनाव 2014 में इन्हें दिल्ली चुनाव आयोग के द्वारा दिल्ली का ब्रांड अम्बेसेडर बनाया गया 

शर्मा ने 60वे फ़िल्म फेयर अवार्ड को करन जौहर के साथ को-होस्ट के रूप में होस्ट किया। सेलिब्रिटी क्रिकेट लीग 2014 के चौथे सीजन में ये एक प्रेसेंटर थे। ये बैंक चोर नामक यशराज फिल्म्स की फ़िल्म से अपना फिल्मिंग डेब्यू करने वाले थे लेकिन बाद में इन्होंने ये फ़िल्म छोड़ दी। 17 अगस्त को कौन बनेगा करोड़पति के 8वे सीजन के पहले एपिसोड में इन्हें अतिथि के रूप में बुलाया गया। ये अपना फ़िल्म डेब्यू लीड के तौर पर अब्बास-मस्तान द्वारा निर्देशित फ़िल्म किस किसको प्यार करूँ से करेंगे , जिसमें इनके अपोजिट अनेक हेरोइसन्स हैं। 

कपिल शर्मा 'द कपिल शर्मा शो' के साथ फिर छोटे परदे पर वापसी कर रहें हैं इस शो में कपिल के साथ-साथ हास्य कलाकार सुनील ग्रोवर और अली असगर भी नजर आएंगे. continue

MORE INFORMATION CLICK HERE

Monday 6 February 2017

What is an array?

An array is a number of items arranged in some specified way.

An array is a data structure that contains a group of elements. Typically these elements are all of the same data type, such as an integer or string. Arrays are commonly used in computer programs to organize data so that a related set of values can be easily sorted or searched.

It works on the principle of key value combination.So that each value is stored in a specific cell with an unique key.

Friday 3 February 2017

Examples of css

A style sheet language, or style language, is a computer language that expresses the presentation of structured documents. One attractive feature of structured documents is that the content can be reused in many contexts and presented in various ways. Different style sheets can be attached to the logical structure to produce different presentations.

One modern style sheet language with widespread use is Cascading Style Sheets (CSS), which is used to style documents written in HTML, XHTML and other markup languages.
For content in structured documents to be presented, a set of stylistic rules – describing, for example, colors, fonts and layout – must be applied. A collection of stylistic rules is called a style sheet. Style sheets in the form of written documents have a long history of use by editors and typographers to ensure consistency of presentation, spelling and punctuation. In electronic publishing, style sheet languages are mostly used in the context of visual presentation rather than spelling and punctuation.

Example CSS
To make all paragraphs on a page blue and sized 100% bigger than normal text, we would apply this CSS rule to a page:

 body{
margin:0px;
padding:0px;
 }
 .waper{
height:auto;
width:100%;
overflow:hidden;
 }

.border{
background-color:#FF0;
height:3px;
width:100%;
}
.header{
height:150px;
width:99.3%;
background-color:#000;
border:thick solid #000;
position:relative;
}

Types of css:
There are mainly three types of Css
  • Internal css
  • External Csee
  • inline css
  •  
All style sheet languages support some kind of formatting model. Most style sheet languages have a visual formatting model that describes, in some detail, how text and other content is laid out in the final presentation. For example, the CSS formatting model specifies that block-level elements (of which "h1" is an example) extend to fill the width of the parent element. Some style sheet languages also have an aural formatting model.
Click here For More Update

Types of css

A style sheet language, or style language, is a computer language that expresses the presentation of structured documents. One attractive feature of structured documents is that the content can be reused in many contexts and presented in various ways. Different style sheets can be attached to the logical structure to produce different presentations.


One modern style sheet language with widespread use is Cascading Style Sheets (CSS), which is used to style documents written in HTML, XHTML and other markup languages.


For content in structured documents to be presented, a set of stylistic rules – describing, for example, colors, fonts and layout – must be applied. A collection of stylistic rules is called a style sheet. Style sheets in the form of written documents have a long history of use by editors and typographers to ensure consistency of presentation, spelling and punctuation. In electronic publishing, style sheet languages are mostly used in the context of visual presentation rather than spelling and punctuation.
Types of css:
There are mainly three types of Css
  • Internal css
  • External Csee
  • inline css


Example CSS
To make all paragraphs on a page blue and sized 20% bigger than normal text, we would apply this CSS rule to a page:

p {

  color: blue;
  font-size: 120%;
}

  1.  body {
                     background: black;
                     color: #80c0c0 }
  2. .A { color: #ff8080 }
  3. .b { color: #ff0000 a:active { color: #a05050 }

All style sheet languages support some kind of formatting model. Most style sheet languages have a visual formatting model that describes, in some detail, how text and other content is laid out in the final presentation. For example, the CSS formatting model specifies that block-level elements (of which "h1" is an example) extend to fill the width of the parent element. Some style sheet languages also have an aural formatting model.



Click here for more knowledge

Full form of CSS

style sheet language, or style language, is a computer language that expresses the presentation of structured documents. One attractive feature of structured documents is that the content can be reused in many contexts and presented in various ways. Different style sheets can be attached to the logical structure to produce different presentations.


One modern style sheet language with widespread use is Cascading Style Sheets (CSS), which is used to style documents written in HTML, XHTML and other markup languages.


For content in structured documents to be presented, a set of stylistic rules – describing, for example, colors, fonts and layout – must be applied. A collection of stylistic rules is called a style sheet. Style sheets in the form of written documents have a long history of use by editors and typographers to ensure consistency of presentation, spelling and punctuation. In electronic publishing, style sheet languages are mostly used in the context of visual presentation rather than spelling and punctuation.

Example CSS
To make all paragraphs on a page blue and sized 20% bigger than normal text, we would apply this CSS rule to a page:

p {

  color: blue;
  font-size: 120%;
}

  1.  body {
                     background: black;
                     color: #80c0c0 }
  2. .A { color: #ff8080 }
  3. .b { color: #ff0000 a:active { color: #a05050 }

All style sheet languages support some kind of formatting model. Most style sheet languages have a visual formatting model that describes, in some detail, how text and other content is laid out in the final presentation. For example, the CSS formatting model specifies that block-level elements (of which "h1" is an example) extend to fill the width of the parent element. Some style sheet languages also have an aural formatting model.

Click here for more knowledge

Thursday 2 February 2017

What is css

A style sheet language, or style language, is a computer language that expresses the presentation of structured documents. One attractive feature of structured documents is that the content can be reused in many contexts and presented in various ways. Different style sheets can be attached to the logical structure to produce different presentations.

One modern style sheet language with widespread use is Cascading Style Sheets (CSS), which is used to style documents written in HTML, XHTML and other markup languages.

For content in structured documents to be presented, a set of stylistic rules – describing, for example, colors, fonts and layout – must be applied. A collection of stylistic rules is called a style sheet. Style sheets in the form of written documents have a long history of use by editors and typographers to ensure consistency of presentation, spelling and punctuation. In electronic publishing, style sheet languages are mostly used in the context of visual presentation rather than spelling and punctuation.

Example CSS
To make all paragraphs on a page blue and sized 20% bigger than normal text, we would apply this CSS rule to a page:

p {
Full form of css

  color: blue;
  font-size: 120%;
}

<div style="float:right; border:thin solid green;">
Here comes a short paragraph that is<br />
contained in a "div" element that is<br />
floated to the right.
</div>

All style sheet languages support some kind of formatting model. Most style sheet languages have a visual formatting model that describes, in some detail, how text and other content is laid out in the final presentation. For example, the CSS formatting model specifies that block-level elements (of which "h1" is an example) extend to fill the width of the parent element. Some style sheet languages also have an aural formatting model.

Click here for more knowledge