How to read Tamil websites in Nokia5800?

Is there anyway to read Tamil websites in Nokia5800 using the built in browser?

This would depend on having the Tamil language supported on the phone. To save system resources, they only include support for non-Roman alphabets if languages using the alphabet in question are supported by the phone.
Unfortunately, there is official way (and therefore no safe way) for us as the end users to add language support. It may be possible to have Tamil added to your phone by a Nokia service point, but not all of them are willing and/or able to do this. If it is done, then we need to note that depending on which method they use to add the language, it may be lost by hard resets or software updates, setting you back at square one.

Similar Messages

  • How to read tamil websites in my C5-03

    hi
    when i browse through opera browser to dinamalar .com tamil website i cannot able to read the  font all font coming like box can anybody tell how to read tamil font in my mobile.
    surendar

    /t5/Eseries-and-Communicators/ViewingTamil-Fonts-in-Nokia-E63/m-p/1023621#M89826 have a look it. Simple configuration change in Opera mini makes you to read Tamizh websites.
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • How can i read Tamil websites?

    read tamil fonts

    Unfortunately the Android operating system does not provide a font that supports Tamil characters. http://code.google.com/p/android/issues/detail?id=10685

  • How To Read a Websites Certificate

    I have used JSSE to read web pages from SSL websites. Is there a way I can use JSSE to read the public information in a website's certificate? What I need to read is how long the website's certifate is valid for. I can view these dates in a website's certificate using a broswer, but I need to read it in my java program.

    I want to read the certificate validity from a web site but the code is failing during the startHandShake().I am getting a the following exception when I tried to connect to the ssl port using the code below. please help
    javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Couldn't find trusted certificate
         at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA6275)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
         at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
         at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
         at com.sun.net.ssl.internal.ssl.SunJSSE_ax.a(DashoA6275)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275)
         at Certificate.main(Certificate.java:37)
    Caused by: java.security.cert.CertificateException: Couldn't find trusted certificate
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.a(DashoA6275)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(DashoA6275)
         at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(DashoA6275)
         ... 7 more
    The Code is as follows.
    import java.net.*;
    import java.io.*;
    import java.security.*;
    import java.security.Security;
    import java.security.KeyStore;
    import java.security.cert.X509Certificate;
    import javax.net.*;
    import javax.net.SocketFactory;
    import javax.net.ssl.SSLSocketFactory;
    import javax.net.ssl.SSLSocket;
    import javax.net.ssl.*;
    import java.util.*;
    public class Certificate {
         public static void main(String[] args) {
              SSLSocketFactory factory = HttpsURLConnection.getDefaultSSLSocketFactory();
              //SSLSocket socket = (SSLSocket)factory.createSocket(host, port);
              SSLSocket socket = null;
              try{
              socket = (SSLSocket)factory.createSocket("xx.xx.xx.xx", 50000);
              //Connect to the server
              socket.startHandshake();
              catch(Exception eh){
                   try{
                        socket.close();
                   }catch(Exception eio)
                        eio.printStackTrace();
                   eh.printStackTrace();
                   System.exit(1);
              SSLSession session = socket.getSession();
              javax.security.cert.X509Certificate certchain[] = null;
              certchain = new javax.security.cert.X509Certificate[1];
              //- get all the certs in the chain for this server
              try {
                   certchain = session.getPeerCertificateChain();
              catch(Exception es){
                   System.err.println("Error");
              //- follow cert chain, look at each cert
              for (int ii = 0; ii < certchain.length; ii++) {
                   System.out.println( "---- Certchain Cert number: " + ii + " ----");
                   // Check validity
                   String validity = "Cert is valid";
                   try { certchain[ii].checkValidity();
                   } catch (javax.security.cert.CertificateExpiredException ex ) {
                        System.out.println( "Certificate has expired!" );
                        validity = "Certificate Expired!";
                   } catch (javax.security.cert.CertificateNotYetValidException ex ) {
                        System.out.println( "Certificate is not yet valid!" );
                        validity = "Certificate Not Yet Valid";
                   String subjectDN = certchain[ii].getSubjectDN().getName();
                   String issuerDN = certchain[ii].getIssuerDN().getName();
                   Date notAfter = certchain[ii].getNotAfter();
                   Date notBefore = certchain[ii].getNotBefore();
                   int version = certchain[ii].getVersion();
                   String peerHost = session.getPeerHost();
                   String sessionProto = session.getProtocol();
                   String cipherSuite = session.getCipherSuite();
                   boolean needClientAuth = socket.getNeedClientAuth();
                   String stringImageOfCert = certchain[ii].toString();
                   System.out.println("IssuerDN ===== " + issuerDN);
                   System.out.println("Validity ===== " + validity);
                   System.out.println("NotAfter ===== " + notAfter.toString());
                   System.out.println("NotBefore ==== " + notBefore.toString());
                   System.out.println("Version ===== " + version);
                   System.out.println("SubjectDN === " + subjectDN);
                   System.out.println("PeerHost ==== " + peerHost);
                   System.out.println("SessionProto = " + sessionProto);
                   System.out.println("CipherSuite == " + cipherSuite);
                   System.out.println("NeedClntAuth = " + needClientAuth);
                   System.out.println("StringImageOfCert = "+ stringImageOfCert);          
              try {
                   socket.close();
              }catch (Exception ess) {}

  • What is S.M.A.R.T. and how to read S.M.A.R.T. attributes

    Read the bottom for updated information/amendments
    Hi everyone,
    S.M.A.R.T. is Self-Monitoring, Analysis and Reporting Technology.
    [size=15]1. S.M.A.R.T. info websites[/size]
    OK, now we all know what S.M.A.R.T. stands for. For more details about S.M.A.R.T., here is a comprehensive non-technical explanation about S.M.A.R.T. by pcguide.com. Maxtor has published a white paper on S.M.A.R.T. too. And this is from Seagate. Anyhow, I am not going to discuss whether S.M.A.R.T will protect your harddisk from failure, etc etc here. Let us focus more on S.M.A.R.T. itself.
    [size=15]2. S.M.A.R.T. monitoring tools[/size]
    S.M.A.R.T. data is stored as a tabulated data somewhere in the harddisk as registers. The tools below support reading these registers value from S.M.A.R.T. enabled harddisk.
    1. SpeedFan *sign-up is required for download, but it's FREE
    2. Active SMART
    3. Sisoftware SANDRA 2002.6.8.97 SP1 , older version doesn't support
    [size=15]3. S.M.A.R.T. Tabulated Information[/size]
    Here is a screenshot captured with SpeedFan.
    Let us go through the screenshot. As can be seen, there are 5 columns - Attribute, Value, Worst, Warn and Raw.
    Attribute
    describes the meaning of the values. As mentioned above, the SMART data is stored as a tabulated data as registers. Each attribute represents one register ID. eg Raw Read Error Rate is register ID 01, register ID 03 is Spin-up Time, etc.
    Note that the register IDs are not displayed by SpeedFan, but are displayed by other SANDRA and Active SMART. I have no idea how many S.M.A.R.T. attributes are there, Active SMART stated it can detect more than 35 attributes!
    However, some attributes are manufacturer specific. So possibly some attribute names as shown in these SMART tools might not represent the true meaning of the values too!!
    Value
    is the current relative value of the attribute read from the registers.
    Worst
    is the worst value ever achieved.
    Warn
    is the critical threshold value of the attribute. If the Value has reached and OVER this threshold value, with very high probability the harddisk is in trouble. If SMART is enabled in the BIOS, SMART will alert user in the POST screen, with some manufacturer specific error code. You may need to refer to your manufacturer then.
    Note : Value, Worst and Warn are all relative values, such as percentage, not actual count. I have no idea how to calculate these values. This is the very S.M.A.R.T. algorithm, isn't it? ?(
    Raw
    is in fact, the most understandable represented value here! It represents the actual count of the attribute. SpeedFan displays this raw value as hexadecimal numbers. Such as Power On Hours Count is "AA8", which is 2728 in decimal numbers, meaning that the harddisk has been power on for 2728 hours!! There are some Raws represent average rate, such as "CRC Error Rate" etc.
    [size=15]4. S.M.A.R.T. Attributes In Detail[/size]
    Hopefully by now, you have the basic idea how to read the tabulated data. I will try my best to go through the attributes one-by-one, which after that shall make you understand more about S.M.A.R.T. and of course, starts to appreciate it.
    Raw Read Error Rate represents the condition of the physical disk, based on raw (physical) read errors, and physical surface defects.
    Spin Up Time is the time taken for the hdd to spin-up. more info
    Start/Stop Count is the number of counts (cycles) the hdd start/stop. more info
    Reallocated Sector Count - the number of sectors have been reallocated. Surface scan and found bad sector will increase this count. Now this drive has 7 bad sectors already!
    Seek Error Rate - how often the drive failed to locate the data (seeking)
    Power On Hours Count - the number of hours you have powered on the HDD.
    Spin Retry Count - how many time your drive need to attempt to get the drive platter spinning. If this value is more than 1, your drive is seriously in very bad condition!
    Calibration Retry Count - represents the number of time your drive perform calibration retry. I am not sure if low-level format would increase this value.
    Power Cycle CountThe number of time the hdd has been powered on. On and Off = 1 cycle.
    Read Soft Error Rate - should be Soft Read Error Rate. Similar to Raw Read Error Rate but this one depends on logical level, such as error occured in the hdd buffer, etc.
    Temperature - The drive temperature, Forget the relative values, read from the Raw value -- "2D" in this example, which is 45C. But my SpeedFan displayed 47C at that time!! SpeedFan seems to produce some +-2C error from actual reading once in a while. :P
    Hardware ECC Recovered is the number of counts ECC correction is performed on the data.
    Reallocated Event Count - similar to Reallocated Sector Count but this one is on the data.
    Current Pending Sector - is the number of counts how many sectors are currently pending. But what is a pending sector?? ?( ?(
    Offline Correctable - which is Off-line Scan Uncorrectable Sector Count. Again, what is off-line scan?
    UltraATA CRC Error Rate - which is in fact, CRC Error Count instead of rate. As shown, there have been "3C3", which is 883 errors occured already!!!
    There are more S.M.A.R.T. attributes, such as
    Thoroughput Performance - again, this relative value is surely got from some wierd algorithm again.
    Seek Time Performance - some algorithm has been used to calculate this performance value.
    Power Off Retract and Load Cycle Count are IBM HDD specific features -- unload the head off the platters when power off. More info on Head Load/unload cycle.
    [size=15]5. SpeedFan S.M.A.R.T. Fitness and Performance bars[/size]
    I should not comment on this too much because this is Almico's work. I am not sure how he calculate to define the "fitness" and "performance" though. It could probably based on mathematic relation between the current Values  and the threshold Warns.  
    For most hdds, like Maxtor and Seagate's, out-of-the-box the fitness bar has already reaching half-way 50%. But for IBM hdd, the fitness bar is always around 100%. This is because IBM hdd has its threshold/Warn values set to unrealistically high until it's quite unreachable even after a long term use. While for other brand HDDs, the threshold values are more realistic. Thus, the fitness bar in particular, does not tell the true fitness of the HDD. Take it as a reference only. Please always refer back to the Raw values to determine the fitness.
    [size=15]6. Conclusion : Judging HDD fitness by our own selves![/size]
    Now we all know what the Attributes are, so roughly everyone will have the basic idea how to judge HDD health by our own selves depend on the attributes you're reading. S.M.A.R.T. itself however, define "fitness" and "performance" based on its own algorithm.
    We can categorize the attributes into :
    Error Related Attributes
    "UltraATA CRC Error Rate", "Raw Read Error Rate", "Raw Soft Error Rate", "Hardware ECC Recovered Count", "Reallocated Sector Count", "Reallocated Event/Data Count", Offline Correctable"
    -- tell how often are those errors occured. For the above example, this Maxtor harddisk should be RMA-ed for its high CRC Error Rate count.
    Drive Fitness Attributes
    Spin Up Time, Start/Stop Count, Seek Error Rate, Power On Hours Count, Spin Retry Count, Calibration Retry Count, Power Cycle Count, Power Off Retract Count, Load Cycle Count
    -- check "spin retry count" and "Seek Error Rate", any value other than zero is really bad.
    Other Attributes
    I have no idea what they are for except Temperature.
    As the conclusion, understanding S.M.A.R.T. attributes helps in knowing your HDD fitness by your own self, rather than waiting for the S.M.A.R.T. to alert you for severe error. That might be too late already.  8o
    Thanks for reading.
    Edited:
    1. for better reading pleasure
    2. added Conclusion
    3. added explanations about SpeedFan SMART Fitness and Performance bar.

    Quote
    Originally posted by WarLord
    I like this HD tool. i use it everyday now. the tempture readings are great Hd temp cpu temp and even the system temp nice added feature to the monitoring. And this is an alternative to enabling the SMART in the bios? Thats the way im understanding it. is that right Maesus ?Because i have disabled in bios. She went threw alot of trouble here. thank you  
    Well from my observation, whether SMART is disabled or enabled in the BIOS, SMART is always working within the HDD itself.
    Basically SMART is acting like a blackbox, monitoring and tabulating HDD condition from time to time and its attributes only fully revealable by the manufacturers. SpeedFan's SMART status only displays partial information that is displayable. Some attributes are hidden, ~OR~ the attributes' locations are different from one HDD to another brand, such that some values don't correspond to the attribute meaning at all.
    It is very doubtful to claim that enabling SMART in the BIOS will hog down the performance. Just like a transport bus (yeah real bus that fetch passenger :P ), with or without the black box installed can't help it if the driver wants to speeding. :P

  • How To Create A Website Background Video In Adobe Edge ?

    Hello,
    I have video file in my computer SSD drive and i want it to play as background on my web page (page that i am creating).I did try to follow this video:
    How To Create A Website Background Video In Adobe Edge Animate Using Edgehero - YouTube
    but i cant follow 100% what he is doing.
    Guide that i did try to follow is at this link: How To Create A Website Background Video In Adobe Edge Animate Using Edgehero - YouTube
    Steps i do in Adobe Edge Animate CC
    1.) Create New
    2.) i click + sign under section Library >> Scripts >> Add JS File from URL...
    URL that i am adding is: http://www.edgehero.com/edgehero.js/1.2/edgehero_1.2_min.js  (URL is taken from site: Edgehero.js )
    I add this link: http://www.edgehero.com/edgehero.js/1.2/edgehero_1.2_min.js to box that occures after i click on Add JS File from URL
    3.) I go to Edgehero.js and from there i scrol down to section named as Media - Html5 video / Html5 audio
    and i select from there this:
    there is a code:
      // this will set the video as background of the div/rectangle
    backgroundvideo_1 ='movie.mp4';
      // put new edgehero.js variables here
    4.) I go to Adobe Edge Animate CC 2014 and right click on project and select Open Actions for "Stage"
    and then i click on + sign and select creationComplete
    This will open Stage window
    there i will copy this code:
      // this will set the video as background of the div/rectangle
    backgroundvideo_1 ='movie.mp4';
      // put new edgehero.js variables here
    5.) Then i click on ++ sign under library >> Video
    and i add video from my computer SSD drive.
    Video is named as video3.mp4
    Now i eddit the code in Stage window (See above)
    code will look after editing like this:
    Then i change under left side px to %
    6.) Then i copy backgroundvideo_1 from Stage Code:
    Then i select Rectangle Tool and mark the area  (white box) and i click on small C icon
    And the box that occures i type there backgroundvideo_1_mp4 autoplay
    now when i use ctrl and enter i only get gray box that does not play video.
    What am i doing wrong?

    Here is the html file.
    Note video file that i try to add is random training video from youtube, And file format is saved using this site:
    How do I download and save a YouTube video to my computer?
    this is only for testing as i am not gonna put that video on background to my web page. I am only trying to understand how to add video as background.
    http://www.filedropper.com/test3_5
    http://www.filedropper.com/test3_6
    http://www.filedropper.com/test3edge
    http://www.filedropper.com/test3edgeactions
    http://www.filedropper.com/test3edgepreload
    Goal is to create background video like u can see here:
    Adobe Muse Tutorial - Responsive Design Hack! by MuseThemes.com - YouTube
    Similar possibility is available also in Edge as i understand?

  • How do i block website from my macbook pro

    how do i block website from my macbook pro?

    It's an very old and simple question! There are two ways that you can use to block websites on your Macbook Pro:
    1. Enable the Parental Control on your Macbook Pro, choose the app you don't want your kids to use.
    2. Install the Internet filter software for Mac that can help you block any unwanted websites automatically.

  • Need advice on how to make my website look better!

    ive made a website for a security company but im just not 100% happy with it, i dont know if it doesnt look professional enough or things need changing design wise. i am open to any ideas on how to make my website look better, i also dont mind if anyone wants to dramtically change it if their idea is better. I would just very much appreciate a review and constructive critisism and ideas for a newly designed version of the site please!
    [advertising slogan removed by host]
    Thanks!

    As a novice, some things I see: The footer has redundant, unecessary images (4 large images-for your services--REDUNDANT) odd? The text part of footer: text seems close, scrunched, have some space between heading and items, DO NOT CENTER TEXT!,
    One of the service links bought to page with SAME LARGE image on homepage-change picture, don't use same large image for 2 different pages.
    DO NOT use CONTACT US as 1 of 5 links on menubar. Do in another creative way, and/or use footer for contact. I think this looks amateurish (my opinion of course).
    If I remember, the homepage and the rest of site, have exact same page structure.--See if you can atleast change the structure of inner pages versus the homepage.
    Didn't look at enough, but..maybe...
    each of your services should be a main menu link on your menubar. I would not put contact us on menubar, and you also had another menubar link with no dropdown( of course ok, but maybe could restructure)--Also your last service (on right of menubar)---why is that one different, and not included with the other services??
    Seems like your menubar (items) structure could be reworked.--I would suggest, briefly looking at, to maybe have each service as a primary menu heading/title..YOU MAY NOT NEED A DROPDOWN MENU? Make sure if dropdown it is necessary.
    Local security should be one of your services.
    Have your footer logo, as is to left, but maybe put your footer links more to the right;;It will 'balance' the footer section
    Your top logo seems too close to your main LARGE image (Which btw, seems oddly large compared to the rest of your site?)--That LARGE top image(the same palce on every same looking page), seems too big for your page--Why doen't it line up with the rest off your page content?

  • How to add a website link into a final cut video

    Does anyone know how to add a website link that someone can click on that I can add to a video I might be creating in Final Cut Express? I am looking for an easy way to do this and I cannot find one. Thanks.

    I believe Media100 is the only application that can do this. Or at least it used to, don't know if it still does. There is a company called VideoClix that can create hot spots on QuickTime files. The technology is in QuickTime, who'd just have to learn how to do it.

  • How to get tamil font????

    i would like to read tamil ebook in my handheld but i found that my device is not supporting tamil fonts. I would like to know how to install fonts and where i can find them.

    did  you a get a solution for this??? can you please mail me the solution please to <Personal Content Removed>

  • How to Organize the Website With Different Themes?

    This is a question about HOW TO ORGANIZE MY WEBSITE. This requires understanding of what PAGES means and what SITES means, and I am not too sure.
    Please clarify for me what iWeb means by a website. Specifically, I want to make a website which has several different mutually exclusive themes but which are all accessible from each page:
    Some pages dedicated to my husband, who passed away in 2000.
    Some pages for individual friends.
    Some pages for a group of about 10 people. I want a page for each person in the group.
    Would those all be considered a different website? A different site? Or are they all in ONE website with my one URL, but just all interconnected?
    — Lorna in Southern California

    Lorna,
    James' link didn't work because it is just an example
    Your URL will depend on where you upload your
    site.
    It sounds to me like you really want three separate
    sites. Why not do this - create FOUR sites. Make the
    TOP site just one page, and make text links to each
    of the top pages of the three other sites on that
    page. You could even add photos or graphics to
    represent each site and link to them.
    Here's an example: http://web.mac.com/varkgirl is my
    main .mac url and I have made my "top" site an index
    site with links to all other sites I have made.
    If you do this, visitors to yourdomain.com will reach
    this "table of contents" page which can take them to
    yourdomain.com/family or yourdomain.com/hobbies, etc
    etc. The your three separate sites can include all of
    their pages in the nav bar so when someone visits
    Site A or Site B they will see the links available to
    them.
    PS - it might be a good idea to put a text link or
    something at the bottom of each page in all sites to
    send visitors back to the main page (index page).
    Something like, "Click here to go back to Lorna's
    main page"
    Well, now this certainly would be another way of doing it! So my main URL would be the first Welcome — Table of Contents page, probably configured with photos and a phrase underneath? And then a viewer clicks onto Picture 1
    and gets transported to the top page of whatever that Picture 1 represents? And on that page 1, there are other sub-pages to click onto? So, Picture 1 might be "Hey, lookit the swim team!", and when people click onto that picture, a page comes up with about 5 hot links that take the viewer further down the road to (1) A group picture of the team with short bios under each photo, and then (2) a news report of the last swim meet that they won in Orlando, Florida, and then (3) an interview of the swim coach?
    Is that what you mean? Am I on the right track and reading you correctly?
    And at the bottom of each page (or somewhere noticeable), I woud put a "Go back to the Home Page" button?
    And within the swim team pages, at the top of the page there is a navigation bar that shows all the other pages in that site???
    Now, James suggested something different. (James Tseng) James said to make only ONE Mother Site and make separate Child Pages all equally sheltered under the Mother Site, but not all necessarily having links to all the other pages in the site.
    This is actually a good situation for me: to have two seemingly equally viable, legitimate, workable solutions to the issue of organizing my themes and pages within the website. Thank you. Hope the weather in Florida stays Flat Water.
    — Lorna in Southern California

  • HOW TO PUBLISH YOUR WEBSITE ..FROM IWEB ..WHEN I USE TO USE MOBILE ME .. BUT NOW THERE IS NO MOBILE ME BECAUSE OF ICLOUD, AND ICLOUD DOESN'T SUPPORT IWEB PUBLISHING?

    HOW TO PUBLISH YOUR WEBSITE ..FROM IWEB ..WHEN I USE TO USE MOBILE ME .. BUT NOW THERE IS NO MOBILE ME BECAUSE OF ICLOUD, AND ICLOUD DOESN'T SUPPORT IWEB PUBLISHING?

    When MobileMe goes down the drain, you will need to move your website to standard hosting. Depending on your site size, I recommend A Small Orange, as the Tiny hosting plan they have is big enough for most iWeb sites and much cheaper then shelling out $6 a month for most of the other big names, and if you check out their forum, several of the members have coupon codes in thier signatures. Also, their customer service is great and very fast in getting back to you.
    To upload, I publish the iWeb site to a folder, then using Cyberduck upload it to the host. Cyberduck beats iWeb's FTP uploader because Cyberduck only replaces updated pages, instead of uploading the entire site.
    I hope this helps!

  • How to read url variable javascript problem

    How to read the variable of latitude 1.22 and longitude 103.56.
    This is my website: 127.0.0.1/1/map2.htm?latitude=1.22&longitude=103.56
    function getUrl_Map()
              //Get the variables in the URL
         var vars = [], hash;
              var latitude = getUrlVars()["latitude"];
              //To get the second parameter
              var longitude= getUrlVars()["longitude"];
         var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
         alert('DEBUG: hashes= ' + hashes);
              // read the file http://127.0.0.1/1/map2.htm
              // read the file http://127.0.0.1/1/map2.htm? -->hashes
         for(var i = 0; i < hashes.length; i++)
         hash = hashes.split('=');
                   //alert('DEBUG: i= ' + i);
                   //i=0
                   alert('DEBUG: i= ' + i + 'hash = ' + hash );
         vars.push(hash [0]);
         vars[hash [0]] = hash [1];

    by the way you know that 127.0.0.1 is the address you use to get to your own computer right? It's the loopback address. so posting it doesn't really help anybody see the page, if that was what you were hoping.

  • How do i make websites think my mobile is a desktop?

    How do i make websites think my mobile is a desktop? I cant stand those sites where it forces you to view the "mobile version" i want Firefox to automatically tell them its a "desktop" not a "mobile" so that i can go to any site without changing anything but the FULL website.
    Thank you.

    Open the add-ons screen (see [[How do I find and install Add-ons?]]) and search for the "Phony" add-on. This will let you tell websites that you're using a desktop version.

  • How can I save website icons

    Hi, I tried this question in other forums with no success. How can I save website icons from Google, Yahoo, etc? All I get is the safari archive icon when I save a website to the desktop. Thanks MC

    From memory favicons are about 17x17 pixels = very small.
    OK, Save the site to Safari's bookmark folder as well as the desktop.
    Use command shift 4, draw around the favicon showing in bookmarks to make a png copy on the desktop.
    Drop the png into an app like ToyViewer and change to 128 x 128 pixels and add a custom icon.
    You can then get info on the larger favicon and the normal weblock on the desktop and change the icon (copy & Paste)

Maybe you are looking for

  • How do I use arrays in web services?

    I have a function which returns an array of byte? How do I declare an array in Web services.

  • Combining two iTunes libraries from two computers onto a third

    Hi there -- I haven't seen anything in the archives that is this exact situation, but if you know where it is in there, please point me in the right direction! I have two separate collections of iTunes music on two different older Macs. I want to mer

  • Part 2 in a series of internet connection problems.

    Thanks to Roam pointing me to the right Apple support document, my PB is back online...but only when connected directly to my cable modem. When I try to connect using my Airport Express, I have no luck. My Network Status pane tells me that I'm connec

  • Query on availability of BDC/BADI for following enhancement

    Hi, I want to know whether any user exit/BADI/BDC is available for the following Scenario: I have a PO having 80 Project materials. The PO will be created with reference to a PR which will have all the Project Materials.  The Client doesn't want to m

  • Cant connect on imessage though my ipod touch

    I just got the new ipod touch today, and im trying to use imessage and for some reason it wont sign me in. Everytime i put in my password and push next it says signing in .. and then it says check network connection. im using wifi and my connection i