Search results

  1. S

    Boolean logic

    Boolean logic true or false. different gates are used in or gate, and , nor xor, etc
  2. S

    Difference between 32bit and 64bit operating system?

    64 bit environment as well as 64 bit apps can handle muuch large file sizes. 32 bit apps have limits on file sizes. This may not be much of a big deal for something like creating document in word.
  3. S

    How Long Do You Stay On Facebook?

    I think that most of persons spend a lot of time on Facebook because of games.
  4. S

    Server side scripting

    Server script Language is Php. PHP is the server Side programming Language. Php is run on the various platforms(window, Linux, Unix) etc. Php can send and receive the cookies. Php support a wide range of database.
  5. S

    Recommend a site to learn HTML

    W3school.com is best website. Proper information to the site. HTML easy to Learn the w3school.com.
  6. S

    What are the best tools for Web Designing?

    Dreamweaver is best tool of the web-designing.
  7. S

    Information of <tl> tag............

    This tag is used the table tag. There are many tag used Table tag. <html> <body> <table border="1"> <tr> <td>row 1, cell 1</td> <td>row 1, cell 2</td> </tr> <tr> <td>row 2, cell 1</td> <td>row 2, cell 2</td> </tr> </table> </body> </hmtl>
  8. S

    Difference between HTML and XTML?

    HTML is Stand for the Hyper text Mark up Language. HTML is used to creating the webpage. XML is Stand for the EXtensible Markup Language. It is used the Creating the webpages. XML is designed to be self- descriptive.Before you continue you should have a basic understanding of the following HTML...
  9. S

    Orm ?

    ORM means ( object role modeling ) It is a powerful method for designing and querying database models at the concepual level, and are easier to validate and evolve than data models than data models in other approaches.
  10. S

    How to Avoid Google Slaps?

    I would check the some of the industries blogs. Google slap is a term used unaffectionately by mainly small business that reply on Ad word accounts through Google to drum up business of their sites.
  11. S

    Image Sharing

    Image sharing the is good Concept. Place your sites name or logo over the images and spread those images on different sites. Images sharing is best way increasing Traffic of the websites.
  12. S

    Remote Access Server

    Ras (Remote access Service) Ras serves is used the Local area Network. Example is the Team viewer is Best Remote Access Service. showing the desktop Clint and server.
  13. S

    Javascript

    java script is light weight programming language. jll modern HTML pages are using JavaScript to add functionality,validate input, communicate with web servers, and much more. <html> <body> <script> alert("ok"); </script> </body> </html>
  14. S

    What was your first web project?

    My first web project was creating a java project using java . java is best programming language. They are many feature added in the java programming language. java is used the awt Abstract window toolkit.
  15. S

    Games on Facebook

    Facebook is best game Empires & Allies.Facebook is no:1 Social media site. Facebook is promote the website.
  16. S

    Illustrator

    you are used to working in Photoshop, Illustrator can be a little tricky to learn at first especially the pen tool and knife tool, bezzier curves , Artist media tool are used.
  17. S

    Best Way to Learn C#?

    c# visual program. C# is fully frame work. C# is used many feature Boxing and unBoxing and Indexer, Trigger, Boxing is the process of converting a value type to the type object.Boxing is used to store value type in the garbage-collected heap.
  18. S

    Best way to learn PHP?

    w3school is best website of learning the php and other subject fully covered with the w3school.com.This is easy way to learning the code of the php.
  19. S

    How to show a image in html page?

    <html> <title> image tag </title> <head> <body> <img src="boat.gif" alt="picture not found"> </img> </body> <html>
  20. S

    HTML Tags H1 And H2

    <h1> and <h2> is used to html language. This tag is called the heading tag. <html> <title> heading tag <head> <body> <h1>my first Heading..........</h1> <h2>My second Heading..........</h2> </head> </body> </html>
Back
Top