Categories



Nokia Cellphone Hacks

Your Nokia cell phone can be programmed to pick up radar speed traps, when programmed your cell phone picks up the radar and alerts you on the message alert tone. 1. Enter your menu 2. Select settings 3. Select security settings 4. Select closed user group 5. Select on 6. Enter 00000 7. Press ok 8. Clear back to normal, within a few seconds your phone will display a radar sign with five zero’s next to it. It is now


Easiest HTML Conceptualized

HTML files consist of ordinary text with the addition of what are called tags. Tags, which represent the markup of the text, are special codes surrounded by pointy brackets. Most of the tags come in pairs and specify what is to be done with what is in between the starting and the ending tag. For example, an HTML document begins with <html> and ends with </html>. All pairs of tags have that same form: the ending tag has a slash


Smarty Template Engine for PHP

Smarty is a template engine for PHP. More specifically, it facilitates a manageable way to separate application logic and content from its presentation. This is best described in a situation where the application programmer and the template designer play different roles, or in most cases are not the same person. For example, let’s say you are creating a web page that is displaying a newspaper article. The article headline, tagline, author and body are content elements, they contain no information


How to check for virus Presence

There are some tools and procedures that can tell with 99.44 percent accuracy whether your computer has a virus. Here are the actions to take: 1. Find out whether your computer has antivirus software: Check for any Anti-virus software installed on your computer. To do this just Click Start>control Panel>Security Center. 2. Find out whether your antivirus software is up to date: You can always know whether your anti virus is up to date because most of the antivirus gives


Cascading Style Sheet

What is a cascading Style Sheet? Let’s split the question in two: What are style sheets? and How do they cascade? I’ll answer the fi rst question now, and although I’ve hinted at the answer above, I’ll talk about the cascade later in the chapter. Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post


TOP 10 Benefits of Standards-based Programming

1. Deliver to multiple user agents. The same piece of marked-up content is readily deliverable in a wide variety of user agents, the collective name for devices that can read XHTML, such as browsers, handhelds like smartphones, cell phones with browsers, and screen readers that read text for the sight impaired. You simply create a different style sheet for each device type, or let the XHTML display as is. 2. Improve performance. Pages are much lighter (smaller in fi le


(X)HTML DOCTYPE

Declare a DOCTYPE. The DOCTYPE goes before the opening html tag at the top of the page and tells the browser whether the page contains HTML, XHTML, or a mix of both, so that it can correctly interpret the markup. There are three main DOCTYPEs that let the browser know what kind of markup it is dealing with: Strict: All markup is XHTML-compliant. “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”> Transitional: This states that the markup is a mix of XHTML and deprecated HTML. Many well-established


Page 22 of 24« First...10...161718192021222324

Rss Feeds