Posts

Showing posts from 2007

CSS Mouse Cursors and Custom Cursors

Image
<p style="color:red;"> <span style="cursor:crosshair;">crosshair cursor</span> <span style="cursor:wait;">wait cursor</span> <span style="cursor:help;">help cursor</span> </p> SS2.1 Cursor Styles auto The UA determines the cursor to display based on the current context. col-resize Indicates the item or column can be resized horizontally. crosshair A simple crosshair (e.g., short line segments resembling a "+" sign). default The platform-dependent default cursor. Often rendered as an arrow. help Help is available for the object under the cursor. Often rendered as a question mark or a balloon. move Indicates something is to be moved. not-allowed Indicates that the requested action will not be carried out. pointer The cursor is a pointer that indicates a link. row-resize Indicates the item or row can be resized vertically. text Indicates text that may be selected. Often rendered as an I-beam

Internet Explorer Security Settings on a Web page.

Image
To help protect your security, Internet Explorer has restricted this site from showing certain content. Click here for options. Actuall y Microsoft Windows XP Service Pack 2 locks down the Local Machine zone in Internet Explorer to help protect your computer from malicious attacks. To work around this problem, you must force Internet Explorer to open your data access page by using the security settings of the Internet zone. You want to use the settings of the Internet zone instead of the settings of the Local Machine zone even when the data access page is opened on your computer by using the absolute path. To open the data access page by using the security settings of the Internet zone, you must add a " Mark of the Web " comment as a header in the HTML file for your data access page. To add a " Mark of the Web " comment, follow these steps: 1. Start Microsoft Windows Explorer. 2. Locate the HTML file that corresponds to your data access page. 3. Open the H

Unable to Start Debugging on the Web Server

Image
Solution for the error: " Unable to start debugging on the web server. Debugging failed because integrated windows authentication is not enabled. Please see help for assistance. " Steps 1. Start --> Run --> inetmgr --> click on ok to open the iis window. Steps 2. websites --> Right click on it ---> choose " Properties " to open the web site properties window. Steps 3. select " Directory securities " --> click on edit button in "Anonymous access and authentican control". Steps 4. check the " Integrated windows authentication " check box in authenticated access. and click on OK buton to close the authentication Method window. Now you are ready to run your asp.net website with ASP.NET debugger .

What is PAD file? "Submit your software with PAD file to Download.com"

Image
" Submit your software to Download websites with PAD file " Well, PAD (Portable Application Description) was the new word for me. When I have do some researched on it i have found that it is really very interesting thing for software developing companies or distributors. It is a simple XML file which contains descriptions about product (software). These descriptions are specified by software developer or software distributors. In general we can say descriptions are specified by software company or company owners or author like Software Name Company name Price type of software (free ware or shareware) Minimum System requirement Small description about software Download size contact and website addresses Screen shots, logos and icon and so on. Know More Actullly PAD maintain the standard in which it allows the software development companies to submit their software to software distribution companies in standard format. Due to this PAD saves time for both software developme

"I DNT HATE MOZILLA BUT USE IE OR ELSE..."

Image
SO many thanks to mozillZine thread about firefox virus. I have found Solution for " I DNT HATE MOZILLA BUT USE IE OR ELSE... " to removing this type of virus. really it is a TSR which have some relatations with our svchost.exe files. Generally our pc is running 5-6 SVCHOST.exe . but it is difficult to caught the accused exe. So i have just open the task manager and arrange the all process by name then click on firefox quick launch (shortcut icon) to run the firefox exe and simultaneously watching the CPU utilization in task manager . I have found that ONLY TWO svchost.exe's CPU utilization is fluctuates (modified ). One svchost.exe have ,more then 24,000 bytes are using and one svchost.exe is using near about 2,400 bytes. so i have first END the first svchost.exe file whose memopry utilization is more then 24,000, then remove the virus folder(folder name: "USR" ) from all drives and RESTART the (PC) system But virus is still running and i am not able t

Optimize Graphics for a Fast Loading Site

Heavy images take too much time to load on web pages even required too much byte transfer from server to client machine. It means we are not only wasting our money and time, clients also. It seems costly, when our web host gives us a limited amount of storage space and a maximum data transfer allowance, and our graphics exceed those limits, in such a case we will have to pay extra. That why we need to optimize our web pages by optimizing web images . We can optimize our images according to their need. Like we can show photograph and snap shots in JPG format, can show small animations in Gif format instead of flash files And General purpose images like Logo, layout images and other graphical images, image buttons, menu bar images and so on in PNG format. We can also optimize our images by following few tips like: 1. Using Thumbnail : Thumbnails are miniature versions of a picture that are hyperlinked to its actual size version. The thumbnail will load fast, and by clicking on it you

Best suitable image format for website.

Image
PNGs are designed to be a more efficient, flexible, and patent-free replacement for GIFs. By replacing your GIFs with PNGs you can speed up your web pages and save bandwidth. Image Ranking according to Browser Compatability or Popularity JPEG: Size: 1451 bytes Or 1.41 KB Transparency Support: No transparency Jpeg image is best option if we need to show photographs like in photoalbum or showing prtoduct images and so on. But for graphical images like cartoons and illustration images, jpeg is not a good option. GIF: Size: 2168 bytes Or 2.11 KB Transparency Support: No transparency As we can see it is quite heavier then jpeg image. So it is not a good choice for web images. PNG-8 Bit without transparent image is the best alternative option of Gif image. But it is useful if we want to show some animation, gif will be the right option. Gif support animations. And Its weight(KB) will be depends on its Animation. GIF: Size: 2168 bytes Or 2.11 KB Transparency Support: Binary Transparency As w

Create Perfect Triangle in Adobe illustrator 10

Create any number of sided shape. Minimum you can create a triangle and maximum number of corners as u wish. Just follow my my steps below. 1. Pick the STAR tool 2. Drag to draw the star but don’t release your mouse button. Press continuously. 3. Press DOWN arrow key on keyboard to decrease number of star sides.(minimum 3 sides) Or Press UP arrow key on keyboard to increase the number of star sides. (maximum as u wish) 4. Now continuously Press the SHIFT key to set all star sides equal. and now release the mouse button. 5. Now release the SHIFT key. 6. You will get the Perfect shape . TIPS:- Actully shift Key is generally used to create perfect shape like Square with Rectangle tool, Circle with Oval tool and resizing the object shape with proper ratio.