Wednesday, 26 June 2013

Presentation Data: What to select and what NOT TO select?

Puzzled over the presentation data? Tired of thinking what to include and what not? Before getting started with a presentation the question that pops in mind every time, what data should I include and what should I skip?

Well this article will help you overcome some of your doubts over selection of data that is to be included in the presentation.

  1. The first thing that is needed to be understood for a good presentation is a list of objective or things that you want to present whether in a lecture or in the office.
  2. Just go with the objectives, and then start extracting the data related to your topic of presentation, things that are needed to be taken care of while selecting the data includes; it must be specific, self-exploratory and concise.
  3. Above all try to gather data that is statistical or in numerical form, it really helps you break down your homework and express itself.
  4. Now that you have a huge database of your topic (that’s what internet is offering you), the next big question is of extracting the data you would like to include and present. It depends on you, how you want to present your topic and the data you include depicts the way you want to present it.
  5. Just go with the latest related data, try to make it in numbers with supportive and brief able points, most of the time, you would find many of the things similar to each other. Extract the most updated and supportive data and points explaining them. Gather all the extracted data, screen it and concise it for the final presentation material.
  6. The more clear and specific you are about data selection, the easier it will be for you to present. Just stick to your topic related data and numbers, be concise; don’t add up all the things and articles to your presentation. Just give a brief of the headings with some numbers and stats and rest present it yourself in front of the audience.
  7. Be clear about the data you collected make the numbers count in your head before you present, go through it 3-4 times. Being concise and short is not a bad idea, but brief it verbally, prepare what you want to present and that must be based on the data you have selected. Try to add up some graphs and diagrams to make your presentation impressive.

Presentation, word sounds small but with a responsibility, that really takes guts to make you present your topic among others, it is way of presenting yourself in the market or among the society. It depicts about how you think, what analytical and reasoning approach you have. The best example in the modern times can be taken is of Apple Inc. giant founder Steve Jobs, who not only founded the company, but also presented the products in a new manner. It was he, who made the presentation interesting and concise. Before going to gather the data on the presentation topic, I would suggest you to go through the available videos of Steve Jobs where he presented Apple’s products.

 

 


Presentation Data: What to select and what NOT TO select?

Friday, 21 June 2013

LEARN HOW TO CREATE COMMENT SYSTEM WITH PHP AND JQUERY

LEARN HOW TO CREATE COMMENT SYSTEM WITH PHP AND JQUERY

first create table and call it "comment" with 3 fields id, name and comment

mysql.php 

<?php 
@mysql_connect("localhost","root","") or die ("could not connect to mysql");
@mysql_select_db("name of your database") or die ("no database");
?>
///////////page end here

index.php

<?php 
include_once "mysql.php";
//////render data that is already stored in the data base
 $sql_comments = mysql_query("SELECT * FROM comment ORDER BY id DESC");
while($row = mysql_fetch_array($sql_comments)){
 $name = $row["name"];
 $comment = $row["comment"];
 
 $commentlist .= 'name : '.$name.'<br />comment : '.$comment.'<hr>';
}
//////////////
?>

<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
<script type="text/javascript">
$(document).ready(function(){
 $('#loading').hide();
});

function wall(){
$('#loading').show();

  var name = $('#name').val();///#name is the input id from the form and will be equal the variable "name"
  var comment = $('#comment').val();/////#comment is textarea id from the form and will be equal the variable "comment"
  var URL = "post.php"; /////post.php will be equal the variable "comment"
  
  $.post(URL,{wall:"post",name1:name,comment1:comment},function(data){//parameter wall will be equal "post", name1 will be equal to the var "name" and comment1 will be equal to the var "comment"
  $("#result").prepend(data).show();// the result will be placed above the the #result div
  $('#loading').hide();
  });
 }
</script>

<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><div id='form'><form>
    name<br />
      <input type="text" id="name" />
      <br />
   comment<br />
      <textarea id="comment" cols="45" rows="5"></textarea>
      <br />
      <input type="submit" name="button" id="button" value="Submit" onclick="return false" onmousedown="javascript:wall();"/><img src="loading.gif" alt="" width="15" height="15" id="loading" />
      <br /></form>
    </div>
      <div id="result"><?php print"$commentlist";?></div></td>
  </tr>
</table>

post.php 
<?php
include_once "mysql.php";
  if ($_POST['wall'] == "post"){
  $name = $_POST['name1'];//name1 is parameter from the jquery function  
  $comment = $_POST['comment1'];//comment1 is parameter from the jquery function  
   if ($comment=="" || $name==""){exit();}// if no name or comment exit the script
   else{
   //insert the name and comment into database 
  $sql = mysql_query("INSERT INTO comment (name,comment) 
     VALUES('$name','$comment')")
     or die (mysql_error());  
// the inserted comment will renderd by the "$("#result").prepend(data).show();" from jquery
echo 'name : '.$name.'<br />comment : '.$comment.'<hr>';
 }
}
?>

Friday, 14 June 2013

Config the Server SMTP IIS to send Mail

Config the Server SMTP IIS to send Mail

 

Summary: 
Config a local server smtp to be able to send post office, that by restrictions of the server habitual that we used we cannot send. Of this form we will be able to send post office of greater size or to a greater number of people.

 

Install Server smtp of IIS

 

To install the server smtp who comes with the IIS you must go to the Panel of the Control, add and erase programs, to add and to erase Windows components.

 


Select Internet Information Services (IIS) and to press on the button of Details .

 


To select smtp Service and then press Ok . Now server smtp will begin to settle.

Configuration of Server smtp

Once installed server smtp we are going to see as we have it to form for being able to make use of him and who is not accessible from Internet.

We acceded to the services of the IIS. For it we go to the Control Panel, we selected the tools administrative and we will find the services of the IIS there "Internet Services Manager" 

 


We select the server smtp and we pressed the right button of the mouse and chose Properties.

General Tab 

 


We put the name with which we want to identify virtual server smtp.
We can activate log to register the operations conducted in the server.

 


In Connection we can form the number of concurrent connections and the port of server smtp.

 


We can form that characteristics we want that has the Log. From whereupon frequency we want to create the files of Log, until data we want to register. 


Tab Access 

 


In this tab we can form the permissions of accesses to the server.

 


In Authentication we establish that the security we want with to it Windows security package , to avoid accesses to our not wished server smtp. Only the users who can be authentic will be able to make use of the server. If we do not want to put no type of control on the access to server smtp, to only select Anonymous Access .

 


Also we can establish the permissions by IP.

 


Also we can establish who has permission to relay the messages.


Messages tab 

In this tab it is possible to be formed data relative to the messages to send. From so large maximum of the message, to the maximum number of messages by session.  


Delivery tab 

In this tab we can form each whatever we want thus that the messages are relayed, like whichever time it is necessary that it happens before is notified that it could not have been given the mail.
 


Here we can establish that security we want to use for being able to send the messages.

 

In Maximum hop count we establish the allowed maximum jumps that a message can make to arrive at the destiny server.
In Masquerade domain replace the name of the local server by the name indicated in the linesMail From of the protocol.

 

tab LDAP 

not treated.

 

Security tab 

Here we can define the users who have permission to use server smtp.

 


Now that we have formed single server smtp we has left to form a program stops to be able to send the post office. I have decided on Outlook Express by its facility and diffusion in the market.

Configuration Outlook Express

first that we must do it is to create an account to use the server that we finished to form. For which we will go to Tools/accounts . 
 


We put personal data on us, if it interests to us. 
 


At this moment we must identify the servers who we want to use, as much stops to receive like sending post office.


 


Since we have formed server smtp so that the users autentifiquen themselves, we must give of discharge the necessary information. For it we will mark My server requires authentication and we will press the button Configuration .

 


We select begin session using , establishing as account name Name Machine/User Name e introducing password of this user.

 

Finally we have the possibility of changing the ports with which we must communicate with servers. In this case they are the ports by defects established for these protocols.


Now already single we have left to prove that the made work is used for something, and that really we can to send post office from our equipment.