For all those Opera users out there

The internet just got a little better.
opera-adblock (Just ads)
http://aur.archlinux.org/packages.php?ID=18895
opera-adblock-complete (Ads, Stats, and Tracking)
http://aur.archlinux.org/packages.php?ID=18896
Last edited by georgia_tech_swagger (2008-08-04 21:19:28)

Just tried it out, works well
Thanks!

Similar Messages

  • Challenge for all you great programmers out there...i need help!

    Okay, my name is Tom. I am attending a small private
    college where the computer program is very small. There are
    no Java professors or any professors with any experience.
    The library has only 3 beginner books on Java as well. So,
    for my extremely ambitious Internal Internship Project I
    need some help. I have taken a beginner course and am very
    apt to learning, so this shouldn't be over my head. Now to
    the project:
    GUI
    I have envisioned a utility automation program. Basically,
    There is 1 main pane in the GUI. I have already designed it
    but am open to suggestions. It consists of the important
    parts: The utilty buttons (on the left), the textArea (in
    the middle), and checkboxes (on the right). When opening
    the program, the textArea will simply display instructions
    on how to use the program. There will be as many buttons as
    utilities there are (for now i am experimenting with
    defrag), and the checkboxes will be aligned with the
    utility buttons but to the right of the textArea.
    Function
    When each utility button is clicked, a description of the
    utility comes up in the textArea. If you decide to use it
    then check the appropriate checkbox to the right of the
    textArea. Once you choose all the utilities that you want
    to do, then you hit the start button.
    Execution
    This will automate all of the programs so you can leave and
    come back.
    Things needed
    I need to know how to import text files to the textArea,
    how to program the textAreas to come up, and one final
    thing for now. I will have to somehow set the parameters to
    those applications automatically (Ex: "what drive to
    defrag"). So, my first thought would be create a popup
    window that asks for all of the parameters needed for each
    utility, define those values as variables, and then when
    the utilities ask for them in the automation feed them the
    variables.
    I have put about 25 hours into making the GUI, and
    designing the structure. I need a ton of help if I want to
    get this done. I am using Netbeans for convenience but I'm
    not sure i know how to insert custom code.
    Any help the ANYONE can give me would be extremely
    appreciated.
    Thanks to all, and have a great day.
    Tom

    Here is my code for my GUI
    * JFMainMenu.java
    * Created on February 10, 2008, 10:16 PM
    package internshipproject;
    * @author admin
    public class JFMainMenu extends javax.swing.JFrame {
    /** Creates new form JFMainMenu */
    public JFMainMenu() {
    initComponents();
    /** This method is called from within the constructor to
    * initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is
    * always regenerated by the Form Editor.
    // <editor-fold defaultstate="collapsed" desc="Generated Code">
    private void initComponents() {
    jPanel1 = new javax.swing.JPanel();
    JBTomPic = new javax.swing.JButton();
    jScrollPane1 = new javax.swing.JScrollPane();
    jTextPane1 = new javax.swing.JTextPane();
    jScrollPane2 = new javax.swing.JScrollPane();
    jTextPane2 = new javax.swing.JTextPane();
    jScrollPane3 = new javax.swing.JScrollPane();
    JTPHeader = new javax.swing.JTextPane();
    jSeparator1 = new javax.swing.JSeparator();
    jLabel1 = new javax.swing.JLabel();
    jLabel2 = new javax.swing.JLabel();
    jLabel3 = new javax.swing.JLabel();
    jButton1 = new javax.swing.JButton();
    jButton2 = new javax.swing.JButton();
    jButton3 = new javax.swing.JButton();
    jCheckBox1 = new javax.swing.JCheckBox();
    jCheckBox2 = new javax.swing.JCheckBox();
    jCheckBox3 = new javax.swing.JCheckBox();
    jButton4 = new javax.swing.JButton();
    jButton5 = new javax.swing.JButton();
    jTextField1 = new javax.swing.JTextField();
    setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
    setResizable(false);
    jPanel1.setBackground(new java.awt.Color(0, 0, 0));
    JBTomPic.setBackground(new java.awt.Color(0, 0, 0));
    JBTomPic.setIcon(new javax.swing.ImageIcon("C:\\Documents and Settings\\All Users\\Documents\\My Pictures\\Sample Pictures\\TomBorder.jpg")); // NOI18N
    JBTomPic.setActionCommand("AboutMe\n");
    JBTomPic.setBorderPainted(false);
    JBTomPic.setContentAreaFilled(false);
    JBTomPic.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    JBTomPicActionPerformed(evt);
    jTextPane1.setBackground(new java.awt.Color(0, 0, 0));
    jTextPane1.setBorder(null);
    jTextPane1.setEditable(false);
    jTextPane1.setFont(new java.awt.Font("Comic Sans MS", 3, 40));
    jTextPane1.setForeground(new java.awt.Color(255, 255, 255));
    jTextPane1.setText(" Just start it up, then go to lunch!");
    jTextPane1.setCaretColor(new java.awt.Color(0, 51, 51));
    jScrollPane1.setViewportView(jTextPane1);
    jTextPane2.setBackground(new java.awt.Color(0, 0, 0));
    jTextPane2.setBorder(null);
    jTextPane2.setEditable(false);
    jTextPane2.setFont(new java.awt.Font("Comic Sans MS", 3, 26));
    jTextPane2.setForeground(new java.awt.Color(255, 255, 255));
    jTextPane2.setText(" An amazing program that automates your computer maintainance applications!");
    jScrollPane2.setViewportView(jTextPane2);
    JTPHeader.setBackground(new java.awt.Color(0, 0, 0));
    JTPHeader.setBorder(null);
    JTPHeader.setEditable(false);
    JTPHeader.setFont(new java.awt.Font("Comic Sans MS", 3, 20));
    JTPHeader.setForeground(new java.awt.Color(255, 255, 255));
    JTPHeader.setText(" Welcome to Tom's PC Fix");
    jScrollPane3.setViewportView(JTPHeader);
    jLabel1.setBackground(new java.awt.Color(51, 51, 0));
    jLabel1.setFont(new java.awt.Font("Tahoma", 1, 20));
    jLabel1.setForeground(new java.awt.Color(255, 255, 255));
    jLabel1.setText("Choose Your maintainance:");
    jLabel2.setBackground(new java.awt.Color(51, 51, 0));
    jLabel2.setFont(new java.awt.Font("Tahoma", 1, 20));
    jLabel2.setForeground(new java.awt.Color(255, 255, 255));
    jLabel2.setText("Check to add to automation:");
    jLabel3.setBackground(new java.awt.Color(51, 51, 0));
    jLabel3.setFont(new java.awt.Font("Tahoma", 1, 20));
    jLabel3.setForeground(new java.awt.Color(255, 255, 255));
    jLabel3.setText("Description:");
    jButton1.setBackground(new java.awt.Color(255, 255, 255));
    jButton1.setFont(new java.awt.Font("Comic Sans MS", 1, 15));
    jButton1.setForeground(new java.awt.Color(51, 0, 51));
    jButton1.setText("Spybot");
    jButton1.setBorderPainted(false);
    jButton1.setFocusPainted(false);
    jButton1.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    jButton1ActionPerformed(evt);
    jButton2.setBackground(new java.awt.Color(255, 255, 255));
    jButton2.setFont(new java.awt.Font("Comic Sans MS", 1, 15));
    jButton2.setForeground(new java.awt.Color(51, 0, 51));
    jButton2.setText("Disk Cleanup");
    jButton2.setBorderPainted(false);
    jButton2.setFocusPainted(false);
    jButton3.setBackground(new java.awt.Color(255, 255, 255));
    jButton3.setFont(new java.awt.Font("Comic Sans MS", 1, 15));
    jButton3.setForeground(new java.awt.Color(51, 0, 51));
    jButton3.setText("Deframentation");
    jButton3.setBorderPainted(false);
    jButton3.setFocusPainted(false);
    jCheckBox1.setBackground(new java.awt.Color(255, 255, 255));
    jCheckBox1.setFont(new java.awt.Font("Comic Sans MS", 1, 12));
    jCheckBox2.setBackground(new java.awt.Color(255, 255, 255));
    jCheckBox2.setFont(new java.awt.Font("Comic Sans MS", 1, 12));
    jCheckBox3.setBackground(new java.awt.Color(255, 255, 255));
    jCheckBox3.setFont(new java.awt.Font("Comic Sans MS", 1, 12));
    jButton4.setBackground(new java.awt.Color(255, 255, 255));
    jButton4.setFont(new java.awt.Font("Comic Sans MS", 1, 20));
    jButton4.setText("Start");
    jButton5.setBackground(new java.awt.Color(255, 255, 255));
    jButton5.setFont(new java.awt.Font("Comic Sans MS", 1, 15));
    jButton5.setText("Exit");
    jTextField1.setEditable(false);
    jTextField1.setText("fcghjdcfhgj");
    jTextField1.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    jTextField1ActionPerformed(evt);
    org.jdesktop.layout.GroupLayout jPanel1Layout = new org.jdesktop.layout.GroupLayout(jPanel1);
    jPanel1.setLayout(jPanel1Layout);
    jPanel1Layout.setHorizontalGroup(
    jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jPanel1Layout.createSequentialGroup()
    .add(jScrollPane2, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 323, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
    .add(JBTomPic, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 186, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
    .add(jScrollPane1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 320, Short.MAX_VALUE))
    .add(jScrollPane3, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 841, Short.MAX_VALUE)
    .add(org.jdesktop.layout.GroupLayout.TRAILING, jSeparator1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 841, Short.MAX_VALUE)
    .add(jPanel1Layout.createSequentialGroup()
    .addContainerGap()
    .add(jLabel1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 277, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .add(71, 71, 71)
    .add(jLabel3)
    .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED, 66, Short.MAX_VALUE)
    .add(jLabel2)
    .addContainerGap())
    .add(org.jdesktop.layout.GroupLayout.TRAILING, jPanel1Layout.createSequentialGroup()
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jPanel1Layout.createSequentialGroup()
    .add(30, 30, 30)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING, false)
    .add(jButton3, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    .add(jButton2, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    .add(jButton1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
    .add(133, 133, 133)
    .add(jTextField1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 339, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
    .add(jPanel1Layout.createSequentialGroup()
    .add(349, 349, 349)
    .add(jButton4, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 143, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)))
    .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED, 113, Short.MAX_VALUE)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.TRAILING)
    .add(jCheckBox1)
    .add(jCheckBox3)
    .add(jCheckBox2))
    .add(jButton5))
    .add(21, 21, 21))
    jPanel1Layout.setVerticalGroup(
    jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(org.jdesktop.layout.GroupLayout.TRAILING, jPanel1Layout.createSequentialGroup()
    .add(jScrollPane3, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .add(7, 7, 7)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jScrollPane2, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 183, Short.MAX_VALUE)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING, false)
    .add(jScrollPane1)
    .add(JBTomPic, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 183, Short.MAX_VALUE)))
    .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
    .add(jSeparator1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 10, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .add(18, 18, 18)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
    .add(jLabel1)
    .add(jLabel2)
    .add(jLabel3))
    .add(86, 86, 86)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jPanel1Layout.createSequentialGroup()
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jButton1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 44, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .add(jCheckBox1))
    .add(62, 62, 62)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jCheckBox2)
    .add(jButton2, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 44, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
    .add(67, 67, 67)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jCheckBox3)
    .add(jButton3, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 44, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)))
    .add(jTextField1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 318, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
    .add(53, 53, 53)
    .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
    .add(jButton4, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 41, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .add(jButton5, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 36, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
    .add(58, 58, 58))
    org.jdesktop.layout.GroupLayout layout = new org.jdesktop.layout.GroupLayout(getContentPane());
    getContentPane().setLayout(layout);
    layout.setHorizontalGroup(
    layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(org.jdesktop.layout.GroupLayout.TRAILING, jPanel1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    layout.setVerticalGroup(
    layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(jPanel1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    pack();
    }// </editor-fold>
    private void JBTomPicActionPerformed(java.awt.event.ActionEvent evt) {                                        
    // TODO add your handling code here:
    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                        
    // TODO add your handling code here:
    private void jTextField1ActionPerformed(java.awt.event.ActionEvent evt) {                                           
    // TODO add your handling code here:
    * @param args the command line arguments
    public static void main(String args[]) {
    java.awt.EventQueue.invokeLater(new Runnable() {
    public void run() {
    new JFMainMenu().setVisible(true);
    // Variables declaration - do not modify
    private javax.swing.JButton JBTomPic;
    private javax.swing.JTextPane JTPHeader;
    private javax.swing.JButton jButton1;
    private javax.swing.JButton jButton2;
    private javax.swing.JButton jButton3;
    private javax.swing.JButton jButton4;
    private javax.swing.JButton jButton5;
    private javax.swing.JCheckBox jCheckBox1;
    private javax.swing.JCheckBox jCheckBox2;
    private javax.swing.JCheckBox jCheckBox3;
    private javax.swing.JLabel jLabel1;
    private javax.swing.JLabel jLabel2;
    private javax.swing.JLabel jLabel3;
    private javax.swing.JPanel jPanel1;
    private javax.swing.JScrollPane jScrollPane1;
    private javax.swing.JScrollPane jScrollPane2;
    private javax.swing.JScrollPane jScrollPane3;
    private javax.swing.JSeparator jSeparator1;
    private javax.swing.JTextField jTextField1;
    private javax.swing.JTextPane jTextPane1;
    private javax.swing.JTextPane jTextPane2;
    // End of variables declaration
    }

  • 2 questions for all the iTunes PROS out there

    I currently have the latest itunes software. I have recently formatted my pc, and need to add all my songs back into the itunes library. I have over 7000 songs all in the general folder
    "Music". I do to File->Add folder to library->Then select that folder. It works for a bit scanning though files asks me to convert some, then it just crashes..... It would take me soooo long to do this folder by folder, does any1 know what is going on?
    Since i have formatted my pc, when i plug my ipod in it says that it has been synced up to another itunes would i like to delete it all, any way around this? Or maybe can i somehow sync my ipod to my itunes, thus fixing the problem in my first question?
    Thx soo much for any help
    Myles

    "Since i have formatted my pc, when i plug my ipod in it says that it has been synced up to another itunes would i like to delete it all, any way around this?"
    When your iPod is set to update automatically you just need take care when connecting back to your computer and an empty iTunes. When you get the message that your iPod is linked to a different library and asking if you want to link to this one and replace all your songs etc, press "Cancel". Pressing "Erase and Sync" will irretrievably remove all songs from your iPod. Your iPod should appear in the iTunes source list from where you can change the update setting to manual and continue to use your iPod without the risk of accidentally erasing it. Check the "manually manage music and videos" box in Summary then press the Apply button: Managing content manually on iPod
    You can also use a keyboard command to prevent your iPod auto-syncing with iTunes. While connecting the iPod to the computer on Windows with iTunes 7 installed hold down the Control and Alt keys (or Shift + Ctrl keys in older versions). This will stop the iPod from auto-syncing with iTunes and the iPod will appear in the source list. Wait until you are sure the iPod has mounted, and that it will not auto sync and then you can let the keys go. This may take between 20 to 30 seconds depending on your computer: iTunes 7 Keyboard Shortcuts for Windows
    "Or maybe can i somehow sync my ipod to my itunes, thus fixing the problem in my first question?"
    If you have any iTMS purchases the transfer of purchased content from the iPod to authorised computers has been introduced with iTunes 7. A paragraph on it has been added to this article: Transfer iTunes Store purchases using iPod
    The transfer of non iTMS content such as songs imported from CD is designed by default to be one way from iTunes to iPod. However there is a manual method of accessing the iPod's hard drive and copying songs back to iTunes on Windows. The procedure is a bit involved but if you're interested it's posted in this thread: MacMuse - iPod to iTunes
    If you prefer something more automated then there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod. This is just a selection, you'll find that they have varying degrees of functionality and some will transfer movies, videos and photos as well. Have a look at the web pages and documentation, they are generally quite straightforward. You can also read reviews of some of them here: Wired News - Rescue Your Stranded Tunes
    YamiPod Mac and Windows Versions
    iGadget Windows Only
    iPod Access Mac and Windows Versions
    PodUtil Mac and Windows Versions
    iPodCopy Mac and Windows Versions
    PodPlayer Windows Only
    CopyPod Windows Only
    Whichever of these retrieval methods you choose, keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync again.

  • For all the reflection gurus out there

    I need to be able to access protected classes/interfaces and protected methods from another package. I know this completely undermines the entire idea of java�s protection keywords, but I don�t have any other choice. I also understand that this will possibly lock me into a specific VM version and implementation that I can use for my application because it is not part of the java API spec. Having said that I still need it to work. My real goal here is to create my own modal window behavior because Sun�s is not robust enough for our needs.
    I need the following code to work:
    FILE1
    package protect;
    public class Helper {
        public static Object getEventDispatchThreadInstance() {
            return new EventDispatchThread();
    interface Conditional {
        public void evaluate();
    class EventDispatchThread extends Thread {
        void pumpEvents(Conditional condition) {
            condition.evaluate();
    }FILE2
    package my;
    import protect.Helper;
    import java.lang.reflect.*;
    public class MyClass {
        public MyClass() {
            try {
                Class evDispatchThread = Class.forName("protect.EventDispatchThread");
                Class conditional = Class.forName("protect.Conditional");
                Object[] conditionalInstance = {new Object() {
                    public boolean evaluate() {
                        System.out.println("Please work");
                        return false;
                Method method = evDispatchThread.getDeclaredMethod("pumpEvents", new Class[] { conditional });
                method.setAccessible(true);
                method.invoke(Helper.getEventDispatchThreadInstance(),
                    conditionalInstance);  // This throws an IllegalArgumentException :(    
            } catch (Exception ex) {System.out.println(ex);}
        public static void main(String[] args) {
            MyClass instance = new MyClass();
    }The method.invoke call doesn�t work. I think the problem is because the conditionalInstance is not an instance of protect.Conditional. If protect.Conditional was not protected I would be able to do a cast, but I can�t because the compiler complains about it. How can I create an interface that is protected by using reflection? I also need to have my implementation of the evaluate method be executed when it is called in the pumpEvents call of the EventDispatchThread object.
    If you want a better idea of what I am trying to do in my application you can check out these threads:
    Project Swing->Help with the event dispatch thread
    Project Swing->Modality..what is it good for (absolutely nooothing)
    Thanks
    Lance

    I didn�t say it was the smartest thing to do, but it is either this or rewrite swing or our application to use a different GUI interface. I would rather be able to get this to work. Hey if it isn�t possible it isn�t possible.
    By the way DrClap you might want to find a different language then. You can access several methods that are protected by using reflection. The problems with my code are that it seems like you can�t use reflection to make protected interfaces, you can�t extend protected classes/interfaces, and you can�t cast correctly with these protected objects. The method.setAccessible(true); actually works. Check out the java.lange.reflect.AccessibleObject in the api.
    Lance

  • For all those out there with Iphone5 WIFI issues,Please READ THIS

    I pre-ordered my iphone 5 (Black) got that last week. Quickly backed up my Iphone 4 and Restored my iphone 5.The first thing i checked to see is connecting to my WIFI network at home. And i kept getting a message "UNABLE TO CONNECT TO THE NETWORK". I had the iphone 4 aside and i can see iphone 4 is connected just fine. So are my laptop, Ipad and other devices.
    So what is different in Iphone5?
    After couple of days of head banging, and phone calls with apple support. I finally gave up and went to a apple store , they said, They have not heard any WIFI issues and my case was the first , However to keep me happy they said they will replace my device, But if have the same issue ,they will NOT be able to replace it again. And they even showed me the new iphoen connects to their "Non-secured" apple WIFI network.
    So i take the new phone home, and the first thing i try is connecting to WIFI.And i still get "Unable to connect to the wifi network ".And i still can see Iphone 4 working fine and connecting to the same network just fine. With the second iphone5 also not working, I realized it is not hardware, but something surely changed with WIFI in iphone 5. I have a NETGEAR router with its latest firmware installed(2.0.26). I then downgraded my firmware to 2.0.21, then gave a shot.
    BINGO..Iphone 5 works fine connects to wifi.and so is my iphone4 too.
    So for all those users out there, the fact is something changed in iphone 5 WIFI algorithm. And if anyone really disagrees with me on this, I am going to post a video to demonstrate on YOUTUBE. I believe it is completely UNFAIR for apple to now ask you Upgrade/change your router or its firmware. And it is not fair for router companies to Fix anything to make their firmware compatible with iphone5.
    So iphone 5 Users, Please lets us all push for a fix on this issue. WE WANT FIX.

    I can't tell you how frustrated/disappointed I was when this exact situation happened to me. I upgraded my wife's iPhone 4 to an iPhone 5 just to find out that it wouldn't connect to my home wifi but would connect everywhere else. Guess what...
    I found a fix!!
    On you iPhone go to Settings, General, About, scroll to "WiFi Address". Now stay there.
    Log-in to your modem thru your web browser via IP Address. (Keep in mind, I use a 2Wire modem, yours may be different) Clicked "Wireless" for wireless settings, scrolled down to "MAC Filtering" and clicked "Edit Allowed/Blocked Device List". At the bottom, there's a field to which you can manually enter a MAC address to you allow or block. If you're using a different modem with different menus/options, just browse around til you find a similar option of manually adding MAC addresses for access or blocking.
    MAC Address = Wifi Address. See where i'm going with this?
    Type the WiFi Address from you iPhone in the MAC address field, click "Add to List". If MAC filtering is enabled, it'll be added to the BLOCK list, simply click on the address, and click the double arrow pointing towards the ALLOW list so it'll transfer lists to where you want it, then click save.
    Now go back to your iPhone and attempt to re-connect to your wifi network as you normally would & voila!
    This worked for me, i hope it works for you as well.

  • Okay. Question for all those IT wirzards (

    Okay. Question for all those IT wirzards (& iTunes) experts out there. Anyone know why a playlist (Purchased) keeps dropping off my playlists in iTunes??l This has happened at least 15-20 times to me in the past couipe of years. Fofrtunately for me, I saved these songs to an external hard drive, so retrieval won't be so painful. Guess I just want to know how to avoid this going forward.

    Just that one playlist goes missing and no other content? No idea. But it is clear you ought to have a backup so you can restore the database should it happen again.
    tt2

  • I'm new to Mac's and I find the display's just slightly too small. I'd like to increase the size for all my program. Is there a single setting that I can change?

    I'm new to Mac's and I find the display's just slightly too small. I'd like to increase the size of my display for all my programs. Is there a single setting that I can change as a default setting?

    You can drop the resolution a little, but it makes everything blurry.
    OS X isn't as friendly like Windows is to give some UI adjustment, one of many major complaints about the platform that has gone unheeded for years now.
    As a lifelong Mac user who's eyes are going due to age, I'm really liking Windows 7 more and more every day.
    If you use Firefox, NoSquint and Theme Font & Size Changer add-ons, with a nice persona that makes better contrast, tweak the FF toolbars, you can at least make your web surfing tolerable on Mac's.
    Also you can set a Control key in System Preferences > Universal Access plus a scroll wheel mouse, if you need to zoom in/out certain areas of OS X, however for a pernament UI scale solution there is none that's practical, unless you have a large room, a projector and a smooth wall.
    A larger monitor won't work up close neither, however dropping the resolution and sitting back a bit might sharpen the images a bit.
    The UI really needs to be adjustable and it's not.

  • OT - Ratio of Thunderbird users out there?

    What do you suspect is the ratio of Thunderbird (email
    client) users out
    there? If I need to narrow it down, I'll say North America.
    Rough guesstimate is fine..

    On 01 Dec 2006 in macromedia.dreamweaver, R. Jay wrote:
    > What do you suspect is the ratio of Thunderbird (email
    client) users
    > out there? If I need to narrow it down, I'll say North
    America.
    >
    > Rough guesstimate is fine..
    7%. I have 161 messages in my inbox dating back to 2 Oct
    2006. Of the
    161, 11 show "User-Agent: Thunderbird ..." in the headers.
    (10 of
    those were 1.5.0.7.) Of the remaining 150, 106 have an
    X-Mailer
    header, which breaks out like this:
    7.0 for Windows sub 123 1
    8.0 for Windows sub 6036 2
    9.0 for Windows sub 5039 3
    9.0 for Windows sub 5060 1
    9.0 for Windows sub 5125 1
    AOL WebMail 20836 2
    AOL WebMail 22250 3
    BigSender
    http://CraigRichards.com/software
    1
    Juno 5.0.49 1
    Listrak 1
    Lotus Notes Release 6.5.5 November 30, 2005 2
    MIME::Lite 2.117 (F2.6) 7
    Microsoft CDO for Windows 2000 1
    Microsoft Office Outlook 11 4
    Microsoft Outlook Express 6.00.2800.1106 3
    Microsoft Outlook Express 6.00.2900.2180 1
    Microsoft Outlook Express 6.00.2900.2869 25
    Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) 2
    Microsoft Outlook, Build 10.0.3416 6
    Novell GroupWise 5.5.5 3
    Pegasus Mail for Windows (4.21c) 2
    QUALCOMM Windows Eudora Version 7.0.1.0 21
    Unknown (No Version) 1
    Webmail Version 4.0 12
    A lot of the rest are Hotmail. As always, YMMV.
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/email.php

  • Please tell me how can I put Bookmarks for all pages opened in Firefox.There was an option ("bookmark all pages") which vanished.

    Please tell me how can I put Bookmarks for all pages opened in Firefox.There was an option ("bookmark all pages") which vanished.

    It moved to tab contextual menu :
    Right-click on any tab -> Mark all tabs (or something close, my FF is not in english).

  • Consumption is happenign for all the operation in PI sheet

    Hi experts,
    The consumption is happening for all the operations in the pi sheets evethough the Process message characterstic for consumption is assigned only to one of the Operation in master recipe. I, also tried removing the backflush indicator but this is not helping me and it is failing with below error. Can any one of you help me in solving this.

    Hi Sandesh,
    Please check Generation scope & Filter in the configuration "Process Instructions to be generated" inside set up Control Recipe destinations.
    If you are using same CRD for more than one operation, it might be the issue.
    Please check & revert with screen shots of "Set up Control Recipe Destinations".
    BR
    Rahul

  • Customizing a generic user on back-end for all portal’s users HR, is it pos

    Customizing a generic user on back-end for all portal’s users HR, is it possible ?
    Hi,
    With SAP ECC 6.0, on HR environment, I need to create more 4.000 portal’s users.
    I would like to find a customizing to create one generic user (with rule ESS / MSS) on back-end and create (import) 4.000 users on portal.
    I think it’s should be the best practice to maintain users’s access.
    -     What is your opinion on that ? Is-it possible to customizing this ?
    -     Have you a solution ? What is the custonizing to create ?
    Thanks for you answers.

    Adam,
    I have moved this topic into the [link=http://technet.oracle.com:89/cgi-bin/forumdisplay.cgi?action=topics&forum=Oracle9<i>i</i>AS+SSO+and+Portal+Security&number=83&DaysPrune=20&LastLogin=]Oracle9iAS Portal SSO and Login Server forum[link] where it is open and can still be posted to.
    Rich

  • Access denied for all (most?) users in all site collections of web app

    Hi,
    I have a Sharepoint 2010 farm pre-SP1 (yes should be updated!) and for all site collections of a web app, all users are getting access denied.
    Now in my title I said "most?" because I have found one user in another office who does not have this issue. This web app/site collections also do not go through f5 or any proxies.
    Even if I add myself as a site collection admin via central admin, I get the same result. I've looked at everything, windows time on the server (not using kerberos), errors in event log (nothing), uls logs just say access denied (very helpful!), etc...
    I can try what's suggested at http://social.technet.microsoft.com/Forums/en-US/e66f1b09-605d-4546-a581-2a9283c238c0/access-denied-for-all-users-and-for-site-collections-owner?forum=sharepointgeneralprevious but when asking colleagues, there's been no
    changes, let alone with those accounts? I can do a get on the property tomorrow to find if there is a value set first, however.
    Any suggestions on this?

    Hi,
    Please try logging in the site with farm account.
    If it works, please make sure you have superuser and superreader accounts in CA > Application management > web application policy. If not, please add both accounts with the powershell script in the article below, this can cause all users denied when
    access the site:
    http://technet.microsoft.com/en-us/library/ff758656.aspx
    Here is a similar thread:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/a49b1ab8-273f-41e4-a0b8-be0e31c6733b/all-users-including-site-collection-admins-receiving-access-denied-from-one-site-collection?forum=sharepointadminprevious
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Multi-master replication questions for iPlanet 5.0, gurus out there?

    hi:
    I'm using iPlanet Dir Server 5.0 and I note that many gurus out there has
    been able
    to get this to work, that's good, but I have yet to. I have several
    questions, maybe
    someone can spend a few minutes and save me hours...
    I have a suffix called dc=calient,dc=net. I followed the suggestions in
    the
    iPlanet install guide and created 2 directory servers
    a) suffix o=NetscapeRoot, at some arbitrary port, 4601
    b) suffix dc=calient,dc=net, at the usual port 389.
    All my searches/create/delete work fine. However, when I try to replicate
    with multi-master between 2 machines, I keep getting into problems.
    Here's one set of questions...
    Q1: do people out there really split their tree from the o=NetscapeRoot
    tree?
    Q2: The admin guide says the the unit of replication is a database, and
    that each replication can only have 1 suffix. Is this true? Can
    a replicated db have more than 1 suffix?
    Q3: If I also want to replicate the o=NetscapeRoot tree, I have to set
    up yet 2 more replication agreements. Isn't this more work? If
    I just lump the 2 suffixes together, wouldn't it be easier? But would
    it work?
    Q4: I followed the instructions to enable replicas on the masters.
    But then I tried to create this cn=Replication Manager, cn=config
    object.
    But what is the object class of this entry? An iPlanet user has uid
    as its RDN... I tried a person object class, and I added a password.
    But then I keep getting error code 32, object not found in the error
    log. What gives? such as
    WARNING: 'get_entry' can't find entry 'cn=replication
    manager,cn=config', err 32
    Q5: Also, are there any access control issues with this cn=Replication
    Manager,
    cn=config object? By this I mean, I cannot seem to see this object
    using
    ldapsearch, I can only see cn=SNMP, cn=config. Also, do I have
    to give all access via aci to my suffix dc=calient,dc=net? Also,
    given the fact that my o=NetscapeRoot tree is at a different port (say
    4601),
    not 389, could this be an issue?
    Q6: when replication fails, should the Dir Server still come up? Mine does
    not anymore
    which is strange. I keep getting things like this in my log file
    [08/Nov/2001:21:49:13 -0800] NSMMReplicationPlugin - Could not send consumer
    mufasa.chromisys.com:389 the bind request
    [08/Nov/2001:21:49:13 -0800] NSMMReplicationPlugin - Failed to connect to
    replication consumer mufasa.chromisys.com:389
    But why shouldn't the dir server itself come up even if replication
    fails?
    steve

    Hi Steve,
    First, please read the 'Deployment Guide'. I think that is easier to
    understand when you want to setup multi-master replication. The
    'Administrator's Guide' gives you step-by-step instructions, but it may
    not help you to understand how to design your directory services.
    Stephen Tsun wrote:
    I have a suffix called dc=calient,dc=net. I followed the suggestions in
    the
    iPlanet install guide and created 2 directory servers
    a) suffix o=NetscapeRoot, at some arbitrary port, 4601
    b) suffix dc=calient,dc=net, at the usual port 389.
    All my searches/create/delete work fine. However, when I try to replicate
    with multi-master between 2 machines, I keep getting into problems.I don't understand something: which backend do you want to replicate?
    The one holding 'o=NetscapeRoot' or the one holding 'dc=calient,dc=net'?
    Do you want to setup replication between these two instances of the
    directory server (i.e. between port 4601 and 389 in your example)?
    Q1: do people out there really split their tree from the o=NetscapeRoot
    tree?If you have multiple directory servers installed in your environment, it
    is probably worth dedicating (at least) one directory server for the
    o=netscaperoot tree.
    Q2: The admin guide says the the unit of replication is a database, and
    that each replication can only have 1 suffix. Is this true? Can
    a replicated db have more than 1 suffix?Well, it is normal, since in iDS 5.x you have 1 suffix per database.
    You can, however, replicate multiple databases.
    Q3: If I also want to replicate the o=NetscapeRoot tree, I have to set
    up yet 2 more replication agreements. Isn't this more work? If
    I just lump the 2 suffixes together, wouldn't it be easier? But would
    it work?You can't lump the 2 suffixes together, because each backend has 1
    suffix associated with.
    Q4: I followed the instructions to enable replicas on the masters.
    But then I tried to create this cn=Replication Manager, cn=config
    object.
    But what is the object class of this entry?Usually, it is organizationalperson or inetorgperson. In most of the
    cases you want an objectclass which can have userPassword attribute.
    An iPlanet user has uid
    as its RDN... I tried a person object class, and I added a password.
    But then I keep getting error code 32, object not found in the error
    log. What gives? such asYou must have misconfigured something. Or perhaps, it is not
    cn=replication manager, cn=config, but 'uid=replication manager,cn=config'
    Q5: Also, are there any access control issues with this cn=Replication
    Manager,
    cn=config object? By this I mean, I cannot seem to see this object
    using
    ldapsearch, I can only see cn=SNMP, cn=config.The configuration tree is protected by ACIs, so you can not see them
    using anonymous BINDs. Try binding as 'directory manager' and you will
    find your entry.
    Also, do I have
    to give all access via aci to my suffix dc=calient,dc=net?For what purpose? For replication, it is enough to set user DN in the
    replication agreement and this user can update the replicated backend.
    Q6: when replication fails, should the Dir Server still come up?Yes.
    Bertold

  • Retrying a particular failed Process Task for all the OIM Users

    Hi,
    We are using OIM 11.1.1. On a particular day one of the systems was unavailable hence all the process tasks for that system failed for a number of users. Is there any way of viewing all the failed process task and retrying them together, there are over 3000 users and it is not possible to go through them one by one.
    Any method either through the console or doing it programatically would be very helpful.
    Thanks in advance.
    UZ

    The OTI table has all the rejected task information. You can use it to link to user and resource instances through the OIU table as well.
    You can then take the SCH_KEY and then use code like this to process them:
    public void completeTask(){
    long[] task = new long[] {123123,3242134,23432,43534,34656,456456};
    int counter = 0;
    for (long key:task){
    try {
    counter++;
    provIntf.retryTask(key);
    System.out.println(counter + "|" + task.length);
    } catch (Exception e) {
    -Kevin

  • Defaulting the decimal ntoation for all internet webshop users

    Hi,
    is there any way (other than su01-as BASIS has not given any of us access to this transaction) to control the default decimal notation that the users see in transactions?
    As of now, the default decimal notation of 1.234.567,89 visible to the users. We want to change it to 1,234,567.89. But rather than doing it for each user by going to su01 and Defaults, we want to know if we can control this at organization level itself so the new default is picked up for all existing and new users.
    thanks for any replies in advance.

    It is a part of master data and sap user maintenance. It will always be a Basis / business team responsibility. Yes, developers will not have access to SU01. That doesn't mean that you should start writing programming for something you don't have to.
    Tell the business team  what they have to do with the basis team. If there are plenty of (1000s of ) users and they want some automated procedure to update the information in SU01, then help them writing a small piece of code to change the required data.

Maybe you are looking for

  • To run a piece of PL/SQL code,  in TT  is much slower than   in ORACLE.

    A piece of PL/SQL code , about 1500 lines, package is named rtmon_event, function in it is named rtmon_SHOLD_CUS_RPT; the PL/SQL code is run in ORACLE. Now I want to get fast speed, I think of TT. I rewrite the PL/SQL code by grammer in TT. But the s

  • Pool file systems cannot be refreshed - Oracle VM 3.0.2

    Hi all, I am using Oracle VM Server Oracle VM Manager 3.0.2 and 3.0.2, was presented a 386GB LUN, I make the creation of the Pool add the server that will be part of this pool, it creates and mounts the partition and some directories within the LUN (

  • Set active cursor position

    Hi, I'm trying to set the value of a cursor in a xy graph, but the value that I write is different that the one I read, like you can see in the picture. Does anyone know why? Thanks for your help, Sílvia Attachments: cursorPosition.JPG ‏56 KB

  • Disable auto exit/quit on Firefox Mobile

    I understand the change as the default behavior of Android apps, but I frequently check Firefox after the tabs/browser had automatically quit itself. I add tabs because even when browser is left opened, opening each of the tabs would reload them. How

  • Line color in JTable

    how can I change line color in JTable.