Got bugged waiting for the pages to get loaded????
November 29, 2007 at 5:02 pm | In Add Ons | 1 CommentSave time online by loading web pages faster by using Google Web Accelerator.
Google Web Accelerator is an application that uses the power of Google’s global computer network to make web pages load faster. Google Web Accelerator is easy to use; all you have to do is download and install it, and from then on many web pages will automatically load faster than before.
Can Deleted files be retreived???
November 28, 2007 at 11:46 am | In Security | 5 CommentsDeletion of File:
Deletion are of two types:-
there are two ways by which we delete files….
* By pressing Delete Button on the keyboard or by selecting the pose of file or brochure and deleting it.. In this file is traveled to the recycle bin.
* By pressing Shift + Delete together or not allowing the file to pertain in recycle bin.
Here the Windows help menu will tell you that “Deleting an item from the Recycle Bin permanently removes it from your computer.”
So we all are under the misconception that the file is completely deleted. But the answer is “NO” …
Our storage device i.e. hard drive is logically separated into two component parts by the operating system. In one component data is stacked and in the other component its computer address is stacked . When we delete the data then operating system updates a flag in the computer address component of the hard drive which do the operating system acknowledge that the following file is deleted. Now the truth, that data is still there in the hard drive. It is, however, relatively easy to retrieve deleted files with the right software.
Way to Erase File Completely:
The only way to completely erase a file with no trace is to overwrite the data. The operating system will eventually overwrite files that have no pointers in the directory tree structure, so the longer an unpointed file remains in the hard drive the greater the probability that it has been overwritten.
Click here to view the article…
Does Hemisphere bother monitors???
November 28, 2007 at 9:33 am | In General | 3 CommentsOfcourse yes..
Most of the monitors makes use of CRT(Cathode Ray Tube). CRT monitors work by moving electron beams back and forth behind the screen.And we all know that Earth itself behaves like a magnetic field.Earth’s magnetic fields act on the electron beams, pulling them toward the field.So the monitors are specifically manufactured for that hemisphere it will be used.
Monitor calibrated for the Northern hemisphere can still be used in the Southern hemisphere, but the colors and the image would be slightly skewed. Most major monitor manufacturers give users the controls to manually adjust the image.
LCD monitors are not affected by this phenomenon.
September 5, 2007 at 5:41 am | In Uncategorized | Leave a Comment
Semantic Markups
Good HTML structure is based on logic, order, and using semantically correct markup. Semantics is the study of language meaning. For language this is the words we use to communicate. For HTML it is the tags we use to mark a document up. An example is the p tag for paragraphs which tells the browser that the text within a p tag is a paragraph. Semantics simply means trying to make sure, the documents mean something.
If a user can see the web page as you intended it in a browser why does it matter if the document isn’t semantic? Well it matters quite a lot. Firstly Google and other search engines see the page without styles. The only way for search robots to understand which elements on the page are more important than others is through the markup. If the business name is within a Paragraph tag it is likely to get lost in other content and not be returned in search engine results. But if you put it within a Heading 1 tag the search robots know to give it more importance. So search engine optimisation is one very good reason to use semantic markup.
Secondly a document is easier to style if it is marked up correctly. If all your section headings are Heading 2 tags you only need to specify one CSS class and all section headings are styled. If in the future you want to change your design entirely a well marked up document will make the exercise simple
Thirdly many other user agents won’t understand your stylesheet, whether it be a mobile device or the next big thing on the internet. By writing semantic markup you are future proofing your documents. HTML is like a common language – if you take the time to understand it and write documents semantically your code will stand the test of time. If you choose to write poorly formed HTML it is like a dialect – some will understand you very well but others won’t understand you at all, and it is likely you will need to translate it in the future.
Examples:
Simillar tags such as <i> itallics and <em> may appear same but they need to be used in a correct contact.
simillarly heading tags and the bold, strong and font tags , though they appear same the need to be used in the correct context.
Using semantic markup you will give the following benefits
- Better search engine optimisation
- More maintainable code
- Easier code to style with CSS
- More accessible code for blind and partially sighted users
- You are future proofing your code
- You are using the right tools for the job
You can choose to ignore semantic markup if you want but you will make your job a lot harder!
Difference between Class and id in CSS:
September 5, 2007 at 5:41 am | In Uncategorized | Leave a CommentDifference between Class and id in CSS:
- Id is used for referring single element in a page,
Class can be used to refer more than one element in a page. - Id is unique,
Class is not unique. - Id is used for styling one single element,
Class is used for styling many elements in the same manner.
September 5, 2007 at 5:39 am | In Uncategorized | Leave a Comment
MooTools
Mootools are nothing but compact,modular object oriented javascript framework,intended to make the process of writing extensible and cross Browser compatible.These codes are more efficient.The are lightweight and powerful tools to handle with.The codes are designed in such a way that they never throw any exceptions.
If you want any high level scripting to be done for your web page then download the corresponding code frommootools.net and add them within the scripts of your design and use them.
September 5, 2007 at 5:39 am | In Uncategorized | Leave a Comment
Text Based Browsers
Text Based Browsers are the browsers which contains formatted HTML.
All the objects in HTML are represented only via Text format. Text Based browsers does not support any images or visual media files.
Text Based browsers are accessed only using arrow keys,they don’t use the mouse for user interaction. It consists of numbered links to navigate to other pages in web. By following which arrow mark to be pressed or which number key to be pressed these browsers can be accessed easily.
Since they don’t have any heavy content they are rendered very fast than other visual browsers. They are one among the smallest browser as well.
These Text Based browsers are mainly used for visually challenged people.
Examples of Text Based Browsers:
Hello world!
September 4, 2007 at 9:55 am | In Uncategorized | 2 CommentsWelcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.