Wednesday, October 31, 2012

Know you Mobile Number


You Buy a new SIM and don’t know what the number is? :(

Don’t Worry. You can get your number by yourself only… :)



Provider Company Dial Code
AIRTEL *121*9#
Vodafone *111*2#
AIRCEL *122*131#
BSNL 164
Reliance *1#
IDEA *1#
Virgin *1#
TATA DOCOMO  *580#
Uninor   *555#
MTS   51230

Print a List item in SharePoint 2010


How to print a single list item in SharePoint 2010

You may need to print a single list item in SharePoint 2010. However, this functionality does not exist unless you print with Excel, which isn't what you are looking for anyway.

Following way to print the list item steps, can be found in multiple blogs... ;)

So, how do we go about accomplishing this?


  1. Open a List
  2. Hit the List tab
  3. Click the Form Web Parts dropdownlist
  4. Choose “Default Display Form”
  5. At the top of the Page – Insert Tab, Click the Web Part button to add a new Content Editor web part (CEWP).
  6. From Categories choose “Media and Content” > “Content Editor” and add it to the main section of the page.
  7. Click the “Click here to add content” and then click the HTML button in the Ribbon to bring up the Edit source code window.
  8. In the window add the following code to display a Print Button at the top of the list item window. 

         


  • Ignore any warnings.
  • Next, hit the Page tab at the top of the page to view the List item. You should see the Print button.

  • Hit the Print button to print just the list item.

  • So there you go, with just a little tweaking you can print a single List item.

    Friday, October 26, 2012

    USING WINDOWS FIREWALL WITH NON-SECURE FTP TRAFFIC


    USING WINDOWS FIREWALL WITH NON-SECURE FTP TRAFFIC


    To configure Windows Firewall to allow non-secure FTP traffic, use the following steps:

    Open a command prompt: click Start, then All Programs, then Accessories, then Command Prompt.

    To open port 21 on the firewall, type the following syntax then hit enter:

    c:/> netsh advfirewall firewall add rule name="FTP (non-SSL)" action=allow protocol=TCP dir=in localport=21

    To enable stateful FTP filtering that will dynamically open ports for data connections, type the following syntax then hit enter:

    c:/> netsh advfirewall set global StatefulFtp enable

    Monday, October 8, 2012

    Something about Hyperlinks


    Hyperlinks can be categorized into six types:

    Relative link : A relative link connects web pages within the same web site to one another.

    Absolute link : An absolute link connects resources or web pages on different web sites - in other words, to external web sites. An absolute link references a linked document's entire URL.

    e-Mail Link : An email link creates an e-mail message using the user's default e-mail client. You can specify an e-mail address in the link so that the new e-mail message has this information already filled in. This is most common on Contact us pages, for instance the reader can click a staff member's name to generate an e-mail addressed to that person.

    Named anchor: You can create links to particular sections within the same web page or another webpage. this section to which the link jumps is called the named anchor, which is a bookmark within a page. The target section opens with the named anchor section at the top of the page.

    Null link : A null link is an undersigned link. you use null links to attach behaviors to objects or text on a page. For example. you can attach a behavior to a null link so that it will swap an image when the pointer moves over the link.

    Script links : Script links execute JavaScript code or call a JavaScript function and are useful for giving additional information about an item without leaving the current web page. you use script links to perform calculations, validate forms or do other processing tasks when a visitor clicks a specific item.