Posts

Showing posts from January, 2015

TIRE Architectures.

Image
Three-tier or multi-tier architecture is often used when describing how clients connect to database servers. But what does it all mean? Let me try to explain this in non-technical terms (or as close to it I can get). Software Let’s first take a look how a database software program (the software) works. There are three major tiers to the software: -User Interface (UI). This is what you see when you work with the software. You interact with it. There  might be buttons, icons, text boxes, radio buttons, etc. The UI passes on clicks and typed information to the Business Logic tier. -Business Logic (BL). The business logic is code that is executed to accomplish something. When a user clicks a button it will trigger the BL to run some code. The BL can send information back to the UI, so the user can see the result of clicking a button or typing something in a field. For instance when you enter something in a cell in Excel, the BL will recalculate other cells once you hit Enter and the UI...

Auto Refresh Code In HTML

Image
Auto Refresh Code in HTML using JavaScript, meta tags and JQuery                 There are several ways to refresh the CURRENT WEB page or FRAME or Specific HTML element (any specific Div or Span or any HTML element) after a given time interval, that we can refresh any specific part/element of HTML page without reloading the complete page. --> Using JavaScript. --> Using meta tags. --> Using JQuery. JavaScript :              You can refresh a web page using JavaScript location.reload method. This code can be called automatically upon an event or simply when the user clicks on a link. By Simply click the Refresh link.                         <a href = "javascript:location.reload(true)">Refresh Page</a> Refresh the page automatically after a given time period Try it. <html> <head> <script type="text/JavaScript"> func...

1(One) Way To Access Blocked Sites

Image
            Is you school, college or office blocking you from getting on social network sites like  Friendster , Facebook , Myspace , Bebo , Hi5 , Orkut , etc? Here One way you can bypass the restrictions and surf like normal, but please check with your local authorities before using them. We will not held any responsibility if you’ve breach the regulations of any. Using Tor Browser... What is the Tor Browser?           The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody watching your Internet connection from learning what sites you visit, it prevents the sites you visit from learning your physical location, and it lets you access sites which are blocked. The Tor Browser lets you use Tor on Windows, Mac OS X, or Linux without needing to install any software. It can run off a USB flash drive, comes with a pre-configured...