Keyword Filtering please help !!!!!

Hi all,
I am doing my program which is a web browser with filtering funciton, it's running properly now but it have some problem with the keyword filtering function, it still not work properly. I try out a target webpage but that page still displaying...
I suppose to save a webpage into the 'Website.txt' (I use BufferReader and BufferWritter), and compare it with the content of 'Keyword.txt'. IF the keyword are match more than 5 times then the website will be blocked.
I set the keyword in my Keyword.txt with this word "car" and then try to access this webpage:
http://db.gamefaqs.com/console/ps2/...t_auto_sa_h.txt
which content a lot of word "car" ( I checked already). But at the end the page still displaying...
    String B;
    String K = null;
    String W;
    BufferedReader in = new BufferedReader(new FileReader("Banned.txt"));
    BufferedReader in0 = new BufferedReader(new FileReader("Website.txt"));
    BufferedReader in1 = new BufferedReader(new FileReader("Keyword.txt"));
    boolean found = false;
    boolean found1 = false;
///////// Recognize the URL Address  //////////////   
    while ((B = in.readLine()) != null) {
     if (urlText.equals(B)) {
      found = true;
      break;            
    if (found) {
     JOptionPane.showMessageDialog(null,"Website Blocked !");   
    else {
     chautaripane.go(url);
//////// Recognize the keyword  /////////////////   
    BufferedReader inR = new BufferedReader(new InputStreamReader(url.openStream()));
    BufferedWriter buffWrite=null;
    String str;
    buffWrite=new BufferedWriter(new FileWriter("Website.txt"));
    while ((str = inR.readLine()) != null) {
          buffWrite.write(str);
                buffWrite.flush();
                buffWrite.close();
                inR.close();
   int count = 0;
   int lastindex = 0;
////Try to compare and search the keyword
    while ((K = in1.readLine()) != null) {
        while ((W = in0.readLine()) != null) {
        if(W.indexOf(K,lastindex)!=-1)
            count++;
            lastindex=W.indexOf(K,lastindex);
  /////////// If the Keyword appear more than 5 times //////////
    if (count>=5) {
     JOptionPane.showMessageDialog(null,"Website Blocked !");
      System.out.println("found"+found1);
    else {
     chautaripane.go(url);
     System.out.println("not found"+found1);
  ///////////////// Catch exception ////////////////////// 
   } catch (MalformedURLException urlException) {
    System.out.println("Error in ActionListener for URL... ");
    urlException.printStackTrace();
   catch (FileNotFoundException e) {
   catch (IOException e) {
);The content of my 'Keyword.txt' are
car
gun
I implement this function in my 'dcToolBar' class, I have no idea why it's not working because the code seems very logic already....
Can someone please teach me some solution, I really cry out due to this problem, PLEASE HELP ME !!!

You may want to store that words that you want to block in memory, maybe using a patricia trie or a hashtable. I created a sample blocker application to demostrate a solution to the issue posted. Refer to 'main' on usage.
rashid mayes
www.astrientlabs.com
public class WordChecker
    public static final int MAX_ALLOWED = 5;
    private Map blockedWords = new HashMap();
    public WordChecker()
    public void addBlockedWord(String text)
        HitCounter hitCounter = new HitCounter();
        hitCounter.text = text.toLowerCase();
        blockedWords.put(hitCounter.text,hitCounter);
    public void checkWord(String w) throws TooManyInstancesFoundException
        HitCounter hitCounter = (HitCounter)blockedWords.get(w.toLowerCase());
        if ( hitCounter != null )
            hitCounter.hits++;
            if ( hitCounter.hits > MAX_ALLOWED )
                throw new TooManyInstancesFoundException(hitCounter);
    public void addBlockedWordsFromFile(File f) throws IOException
        BreakIterator bi = BreakIterator.getWordInstance();
        BufferedReader br = new BufferedReader(new InputStreamReader(new FileInputStream(f)));
        String line;
        int start = 0;
        int end = 0;
        while ( (line = br.readLine() ) != null )
            bi.setText(line);
            start = 0;
            end = 0;
            while ( (end = bi.next()) != BreakIterator.DONE )
                addBlockedWord( line.substring(start,end) );
                start = end;
    public void checkFile(File f) throws IOException, TooManyInstancesFoundException
        BreakIterator bi = BreakIterator.getWordInstance();
        BufferedReader br = new BufferedReader(new InputStreamReader(new FileInputStream(f)));
        String line;
        int start = 0;
        int end = 0;
        while ( (line = br.readLine() ) != null )
            bi.setText(line);
            start = 0;
            end = 0;
            while ( (end = bi.next()) != BreakIterator.DONE )
                checkWord( line.substring(start,end) );
                start = end;
    public static void main(String[] args)
        try
            WordChecker blocker = new WordChecker();
            blocker.addBlockedWordsFromFile(new File("g:blocked.txt"));
            blocker.checkFile(new File("g:in2.html"));           
        catch (Exception e)
            e.printStackTrace();
        System.exit(0);
class HitCounter
    protected String text;
    protected int hits;
class TooManyInstancesFoundException extends Exception
    public TooManyInstancesFoundException(HitCounter hitCounter)
        super("Too many instances of '" + hitCounter.text + "' have been found.");
}

Similar Messages

  • FCP want open. It hangs up on (loading audio filters) Please help.

    I run PROTOOLS on my system with waves platnum effects plugins.

    There were some of these audio plugins, that didn't work with FCP, can't remember the list, but you might search for audio plugins in the Support area here... there was an article about it. You could remove those plugins and see if it doesn't clear it up.
    Jerry

  • Unable to burn cds. Have run diognostics. i tunes not running in safe mode. invalid lower filters registry value. Failed while scanning for CD/DVD drives, error 2500. Please help.

    Unable to burn CDs using i tunes. Have run diognostics.    Summary:-   i tunes not running in safe mode.
                                                                                                                                        Invalid lower filters registry value.
                                                                                                                                        Failed while scanning for CD/DVD drives, error 2500
    Please help.

    That's why you want to make a backup of the registry. If you didn't make a backup, use MS system restore to go back. The only values you should remove are UpperFilter or LowerFilter - one or both may be in there and can be removed. If neither value exists, then that is probably why you can't burn and Windows is not recognizing your drive as a writable drive.
    ... an HP employee expressing his own opinion.
    Please post rather than send me a Message. It's good for the community and I might not be able to get back quickly. - Thank you.

  • In filters (liquify) my pic is black, when I click on the black screen I keep getting a message that my background settings is preventing the image from being displayed.. please help

    Could someone  please help with a step by step for dummies to rectify this.

    With these settings it does not raise that alert for me.

  • Firefox 6.0.2 keeps crashing on both of my computers every few minutes. PLEASE HELP!

    I have firefox 6.02. It started crashing on my desktop several days ago after the update. It started crashing on my laptop yesterday, a few days after the update. I have Windows XP on my desktop and Windows 7 on my laptop. Both are HP. I upgraded to the 7.0 beta today but it is still crashing on both computers. The crashes are happening every few minutes. McAfee has not found anything. Please help. I am ready to switch to chrome.
    Application Basics
    Name
    Firefox
    Version
    7.0
    User Agent
    Mozilla/5.0 (Windows NT 5.1; rv:7.0) Gecko/20100101 Firefox/7.0
    Profile Directory
    Open Containing Folder
    Enabled Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Better Facebook!
    5.911
    true
    [email protected]
    Download Statusbar
    0.9.8
    true
    {D4DD63FA-01E4-46a7-B6B1-EDAB7D6AD389}
    DownloadHelper
    4.9.5
    true
    {b9db16a4-6edc-47ec-a1f4-b86292ed211d}
    Feedback
    1.1.2
    true
    [email protected]
    Greasemonkey
    0.9.11
    true
    {e4a8a97b-f2ed-450b-b12d-ee082ba24781}
    Java Quick Starter
    1.0
    true
    [email protected]
    McAfee SiteAdvisor
    3.4.0
    true
    {4ED1F68A-5463-4931-9384-8FFF5ED91D92}
    RealPlayer Browser Record Plugin
    14.0.3
    true
    {ABDE892B-13A8-4d1b-88E6-365A6E755758}
    Java Console
    6.0.22
    false
    {CAFEEFAC-0016-0000-0022-ABCDEFFEDCBA}
    Java Console
    6.0.23
    false
    {CAFEEFAC-0016-0000-0023-ABCDEFFEDCBA}
    Java Console
    6.0.24
    false
    {CAFEEFAC-0016-0000-0024-ABCDEFFEDCBA}
    Java Console
    6.0.26
    false
    {CAFEEFAC-0016-0000-0026-ABCDEFFEDCBA}
    Microsoft .NET Framework Assistant
    1.2.1
    false
    {20a82645-c095-46ed-80e3-08825760534b}
    Yahoo! Toolbar
    2.3.11.20110727115843
    false
    {635abd67-4fe9-1b23-4f01-e679fa7484c1}
    Modified Preferences
    Name
    Value
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage
    http://www.centurylink.net/
    browser.startup.homepage_override.buildID
    20110908135051
    browser.startup.homepage_override.mstone
    rv:7.0
    extensions.lastAppVersion
    7.0
    general.useragent.extra.microsoftdotnet
    ( .NET CLR 3.5.30729)
    gfx.blacklist.layers.direct3d9
    2
    keyword.URL
    http://search.yahoo.com/search?fr=mcafee&p=
    network.cookie.prefsMigrated
    true
    network.http.proxy.version
    1.0
    places.database.lastMaintenance
    1315870617
    places.history.expiration.transient_current_max_pages
    20100
    places.last_vacuum
    1297306180
    print.print_printer
    HP Photosmart 2570 series
    print.printer_HP_Photosmart_2570_series.print_bgcolor
    false
    print.printer_HP_Photosmart_2570_series.print_bgimages
    false
    print.printer_HP_Photosmart_2570_series.print_command
    print.printer_HP_Photosmart_2570_series.print_downloadfonts
    false
    print.printer_HP_Photosmart_2570_series.print_edge_bottom
    0
    print.printer_HP_Photosmart_2570_series.print_edge_left
    0
    print.printer_HP_Photosmart_2570_series.print_edge_right
    0
    print.printer_HP_Photosmart_2570_series.print_edge_top
    0
    print.printer_HP_Photosmart_2570_series.print_evenpages
    true
    print.printer_HP_Photosmart_2570_series.print_footercenter
    print.printer_HP_Photosmart_2570_series.print_footerleft
    &PT
    print.printer_HP_Photosmart_2570_series.print_footerright
    &D
    print.printer_HP_Photosmart_2570_series.print_headercenter
    print.printer_HP_Photosmart_2570_series.print_headerleft
    &T
    print.printer_HP_Photosmart_2570_series.print_headerright
    &U
    print.printer_HP_Photosmart_2570_series.print_in_color
    true
    print.printer_HP_Photosmart_2570_series.print_margin_bottom
    0.5
    print.printer_HP_Photosmart_2570_series.print_margin_left
    0.5
    print.printer_HP_Photosmart_2570_series.print_margin_right
    0.5
    print.printer_HP_Photosmart_2570_series.print_margin_top
    0.5
    print.printer_HP_Photosmart_2570_series.print_oddpages
    true
    print.printer_HP_Photosmart_2570_series.print_orientation
    0
    print.printer_HP_Photosmart_2570_series.print_page_delay
    50
    print.printer_HP_Photosmart_2570_series.print_pagedelay
    500
    print.printer_HP_Photosmart_2570_series.print_paper_data
    1
    print.printer_HP_Photosmart_2570_series.print_paper_height
    11.00
    print.printer_HP_Photosmart_2570_series.print_paper_size_type
    0
    print.printer_HP_Photosmart_2570_series.print_paper_size_unit
    0
    print.printer_HP_Photosmart_2570_series.print_paper_width
    8.50
    print.printer_HP_Photosmart_2570_series.print_reversed
    false
    print.printer_HP_Photosmart_2570_series.print_scaling
    1.00
    print.printer_HP_Photosmart_2570_series.print_shrink_to_fit
    true
    print.printer_HP_Photosmart_2570_series.print_to_file
    false
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_bottom
    0
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_left
    0
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_right
    0
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_top
    0
    privacy.cpd.cache
    false
    privacy.cpd.cookies
    false
    privacy.cpd.formdata
    false
    privacy.cpd.sessions
    false
    privacy.sanitize.migrateFx3Prefs
    true
    privacy.sanitize.timeSpan
    0
    security.enable_ssl2
    true
    security.warn_viewing_mixed
    false
    Graphics
    Adapter Description
    NVIDIA GeForce 6150 LE
    Vendor ID
    10de
    Device ID
    0241
    Adapter RAM
    Unknown
    Adapter Drivers
    nv4_disp
    Driver Version
    8.2.0.5
    Driver Date
    1-24-2006
    WebGL Renderer
    Google Inc. -- ANGLE -- OpenGL ES 2.0 (ANGLE 0.0.0.686)
    GPU Accelerated Windows
    0/1. Blocked for your graphics driver version.

    I have firefox 6.02. It started crashing on my desktop several days ago after the update. It started crashing on my laptop yesterday, a few days after the update. I have Windows XP on my desktop and Windows 7 on my laptop. Both are HP. I upgraded to the 7.0 beta today but it is still crashing on both computers. The crashes are happening every few minutes. McAfee has not found anything. Please help. I am ready to switch to chrome.
    Application Basics
    Name
    Firefox
    Version
    7.0
    User Agent
    Mozilla/5.0 (Windows NT 5.1; rv:7.0) Gecko/20100101 Firefox/7.0
    Profile Directory
    Open Containing Folder
    Enabled Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Better Facebook!
    5.911
    true
    [email protected]
    Download Statusbar
    0.9.8
    true
    {D4DD63FA-01E4-46a7-B6B1-EDAB7D6AD389}
    DownloadHelper
    4.9.5
    true
    {b9db16a4-6edc-47ec-a1f4-b86292ed211d}
    Feedback
    1.1.2
    true
    [email protected]
    Greasemonkey
    0.9.11
    true
    {e4a8a97b-f2ed-450b-b12d-ee082ba24781}
    Java Quick Starter
    1.0
    true
    [email protected]
    McAfee SiteAdvisor
    3.4.0
    true
    {4ED1F68A-5463-4931-9384-8FFF5ED91D92}
    RealPlayer Browser Record Plugin
    14.0.3
    true
    {ABDE892B-13A8-4d1b-88E6-365A6E755758}
    Java Console
    6.0.22
    false
    {CAFEEFAC-0016-0000-0022-ABCDEFFEDCBA}
    Java Console
    6.0.23
    false
    {CAFEEFAC-0016-0000-0023-ABCDEFFEDCBA}
    Java Console
    6.0.24
    false
    {CAFEEFAC-0016-0000-0024-ABCDEFFEDCBA}
    Java Console
    6.0.26
    false
    {CAFEEFAC-0016-0000-0026-ABCDEFFEDCBA}
    Microsoft .NET Framework Assistant
    1.2.1
    false
    {20a82645-c095-46ed-80e3-08825760534b}
    Yahoo! Toolbar
    2.3.11.20110727115843
    false
    {635abd67-4fe9-1b23-4f01-e679fa7484c1}
    Modified Preferences
    Name
    Value
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage
    http://www.centurylink.net/
    browser.startup.homepage_override.buildID
    20110908135051
    browser.startup.homepage_override.mstone
    rv:7.0
    extensions.lastAppVersion
    7.0
    general.useragent.extra.microsoftdotnet
    ( .NET CLR 3.5.30729)
    gfx.blacklist.layers.direct3d9
    2
    keyword.URL
    http://search.yahoo.com/search?fr=mcafee&p=
    network.cookie.prefsMigrated
    true
    network.http.proxy.version
    1.0
    places.database.lastMaintenance
    1315870617
    places.history.expiration.transient_current_max_pages
    20100
    places.last_vacuum
    1297306180
    print.print_printer
    HP Photosmart 2570 series
    print.printer_HP_Photosmart_2570_series.print_bgcolor
    false
    print.printer_HP_Photosmart_2570_series.print_bgimages
    false
    print.printer_HP_Photosmart_2570_series.print_command
    print.printer_HP_Photosmart_2570_series.print_downloadfonts
    false
    print.printer_HP_Photosmart_2570_series.print_edge_bottom
    0
    print.printer_HP_Photosmart_2570_series.print_edge_left
    0
    print.printer_HP_Photosmart_2570_series.print_edge_right
    0
    print.printer_HP_Photosmart_2570_series.print_edge_top
    0
    print.printer_HP_Photosmart_2570_series.print_evenpages
    true
    print.printer_HP_Photosmart_2570_series.print_footercenter
    print.printer_HP_Photosmart_2570_series.print_footerleft
    &PT
    print.printer_HP_Photosmart_2570_series.print_footerright
    &D
    print.printer_HP_Photosmart_2570_series.print_headercenter
    print.printer_HP_Photosmart_2570_series.print_headerleft
    &T
    print.printer_HP_Photosmart_2570_series.print_headerright
    &U
    print.printer_HP_Photosmart_2570_series.print_in_color
    true
    print.printer_HP_Photosmart_2570_series.print_margin_bottom
    0.5
    print.printer_HP_Photosmart_2570_series.print_margin_left
    0.5
    print.printer_HP_Photosmart_2570_series.print_margin_right
    0.5
    print.printer_HP_Photosmart_2570_series.print_margin_top
    0.5
    print.printer_HP_Photosmart_2570_series.print_oddpages
    true
    print.printer_HP_Photosmart_2570_series.print_orientation
    0
    print.printer_HP_Photosmart_2570_series.print_page_delay
    50
    print.printer_HP_Photosmart_2570_series.print_pagedelay
    500
    print.printer_HP_Photosmart_2570_series.print_paper_data
    1
    print.printer_HP_Photosmart_2570_series.print_paper_height
    11.00
    print.printer_HP_Photosmart_2570_series.print_paper_size_type
    0
    print.printer_HP_Photosmart_2570_series.print_paper_size_unit
    0
    print.printer_HP_Photosmart_2570_series.print_paper_width
    8.50
    print.printer_HP_Photosmart_2570_series.print_reversed
    false
    print.printer_HP_Photosmart_2570_series.print_scaling
    1.00
    print.printer_HP_Photosmart_2570_series.print_shrink_to_fit
    true
    print.printer_HP_Photosmart_2570_series.print_to_file
    false
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_bottom
    0
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_left
    0
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_right
    0
    print.printer_HP_Photosmart_2570_series.print_unwriteable_margin_top
    0
    privacy.cpd.cache
    false
    privacy.cpd.cookies
    false
    privacy.cpd.formdata
    false
    privacy.cpd.sessions
    false
    privacy.sanitize.migrateFx3Prefs
    true
    privacy.sanitize.timeSpan
    0
    security.enable_ssl2
    true
    security.warn_viewing_mixed
    false
    Graphics
    Adapter Description
    NVIDIA GeForce 6150 LE
    Vendor ID
    10de
    Device ID
    0241
    Adapter RAM
    Unknown
    Adapter Drivers
    nv4_disp
    Driver Version
    8.2.0.5
    Driver Date
    1-24-2006
    WebGL Renderer
    Google Inc. -- ANGLE -- OpenGL ES 2.0 (ANGLE 0.0.0.686)
    GPU Accelerated Windows
    0/1. Blocked for your graphics driver version.

  • Hi, I am wondering why my iphone won't send pictures through messages, I have MMS on and I have tried sending it with 3G on aswell and still doesn't work. Someone please help me :)

    Hi, I am wondering why my iphone won't send pictures through messages, I have MMS on and I have tried sending it with 3G on aswell and still doesn't work. Someone please help me :)

    Hey lozza567,
    Thanks for the question. I understand that you are experiencing issues sending MMS messages. The following resource may provide a solution:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Issues with sending and receiving MMS
    You will need these to send and receive MMS:
    - An iPhone 3G or later.
    - iOS 3.1 or later.
    - A cellular data connection. MMS isn't available if you are using only Wi-Fi.
    - A domestic MMS plan from your cellular provider. You may need an international messaging plan to send MMS to an international contact. Contact your carrier for more information.
    - A roaming MMS when using a cellular provider's network different from your billing cellular provider's network. Learn more about roaming and contact your carrier for more information.
    To resolve issues with sending and receiving MMS, follow these steps first
    1. Go to Settings and turn airplane mode off.
    2. Go to Settings > Messages and turn MMS Messaging on.
    3. Go to Settings > Cellular and turn Cellular Data on.
    4. Go to Settings > Cellular and turn Data Roaming on if you are roaming on a cellular provider network different from your billing provider's network.
    5. Verify that you have a cellular data connection in the status bar at the top left of your iPhone.
    6. Go to Settings and turn Wi-Fi off. Open Safari and navigate to www.apple.com to verify that you have a data connection. Turn Wi-Fi back on to continue using Wi-Fi for other features. If your cellular data connection isn't available, follow these steps.
    7. Verify that you can send and receive SMS. If you are unable to send and receive SMS, see the "Issues with sending and receiving SMS" section, above.
    8. MMS may not be available while on a call. Only 3G and faster GSM networks support simultaneous data and voice calls. Learn more about which network your phone supports.
    9. Restart your iPhone.
    10. Tap Settings > General > Reset > Reset Network Settings on your iPhone.
    11. Reseat your SIM card.
    If you are still unable to send or receive MMS, follow these steps
    1. Make sure that the contact trying to message you isn't blocked in Settings > Messages > Blocked.
    2. Go to Settings > Messages and turn on group messaging if you are sending a group message.
    3. Make sure that you are using the area code with the contact's phone number. When sending messages internationally, you also need the contact's international code.
    4. Verify a "Pay as you go" MMS plan has enough available balance. Contact your carrier if unsure of your MMS plan or available balance.
    5. If the issue occurs with a specific contact or contacts, back up or forward important messages and delete your current messaging threads with the contact. Create a new message to the contact and try again.
    6. If the issue occurs with a specific contact or contacts, delete and re-create the contact from the Contacts application. Create a new message to the newly created contact and try again.
    7. Back up and restore your iPhone as new.
    8. If your carrier has recently ported your phone number, the porting process may not be complete. Contact your carrier to confirm that the porting process is complete.
    9. Contact your carrier to verify that you are provisioned to send SMS and are in an area with cellular coverage.
    10. Contact your carrier to verify that there are no blocks or filters placed on your wireless account preventing you from sending SMS.
    11. Your carrier may require APN settings to be modified to use MMS. Learn more about when you should adjust APN settings.
    Thanks,
    Matt M.

  • IPhoto crasht when importing photos and now it doesn't open anymore. Please help!

    I was importing photos in iPhoto, when the program crasht. I tried to restart it, but it never opend. I installed it again and again and made a software update - still doesn't work. What can I do? Please help!

    What version of iPhoto? Assuming 09 or later
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • PLEASE HELP - COLOR SHIFTING PROBLEM on output NTSC monitors

    http://www.smmlv.com/testproject/
    Above is a link to a layered photoshop file that has a USA map and over a dozen network overlays used in a section of our video. I animate each layer on sepeartely in the video and have noticed a major problem recently, the color of the art does not hold true to placement. I created the art originally in Illustrator and then converted the file to Photoshop at 640x480, 72dpi. This has always worked perfectly in the past to display and animated artwork in FCP.
    Right now, in FCP I am using the NTSC DV 3:2 frame size, and the compressor of DV/DVCPRO - NTSC. I have a JVC Profressional DV deck that hooks up through firewire and sends S-Video to my monitors. This setup has always given me a great picture even though it is not completely upcompressed. Using these settings and this art, the color lines on this map in red, light blue, yellow and purple all have a "color shift" to the left about 5 pixels. It makes it appear that the line is where it is in the file, but the color overlaying the line is offset to the left 5 pixels and transperant to about 50%. This occurs only when viewed on some TV's and NTSC monitors and projectors. The strange thing is, some monitors display the color aligned almost perfectly on these maps and other monitors and projectors show this "digital halo" of color shifting really bad. If I take the layered network overlays in these colors and color tint them to black or grey, white, light green, or even light orange, they no longer have the color shifting and the detail is perfect.
    Is there any way to fix this problem? I have tried duplicating the sequence and setting the compressor to 8bit Uncompressed, and while my captured footage is not this compression, in theory the art should render at this higher resolution setting. This did nothing to solve the problem.
    I also have tried using different Broadcast safe and Y/C corrector filters with different results. The Y/C filter allowed me to reposition the color problem and thus removing most of the problem, but also removing most of the color. Nothing else has allowed me to seemingly move the color into the proper possition.
    What is causing this color shift on the displayed NTSC image?
    In FCP 4.5 I can see my rendered video in the program viewer screen and besides the pixel compression appearing on the lines, overall the video looks great paused or even better when playing. Then you view it through my deck onto my Pro Sony NTSC 19" color monitor and it also appears great, with a slight color halo to the left of these colors, but the color in the lines are there. If you are a few feet from the screen and know what you are looking for you might see it, but doubtful. Then you view it using the same signal on a 17" Samsung TV and the color shifting makes the map and other art, like the clients blue logo, look horrible, with each color line appearing twice and offset left from each other as if you had double vision. Normally I would think it is the TV causing this, but then we tested this same movie on 2 differnt projectors. The $700 Epson projector displayed everything beautifully, again with only the slightest color halo to the left, but then the Panasonic $4000 projector made everthing in these colors look double vision again. What is going on???
    One more thing to keep in mind, my color bars also show this problem with these colors as well as shot footage of these facilities. There are tall red poles in the shots and everything displays fine except for the red pole color looks like it's glowing off the pole to the left.
    PLEASE tell me there is a solution to this.

    I have tried Degaussing, using filters, changing cables, and testing other monitors and systems on these monitors, everthing I can think of to solve the issue. Is it FCPo or is it the monitors?... or is it a signal strength thing. Can monitors and projectors shift color when the signal is read from a DVD or Mini DV Deck? Is there a fequency difference (Ie: 75mgz or 80 mgz) that might be causing the shift in some monitors and not so badly in others. But if this was true, how would some DVD's (like Baby Einstein DVDs that use really bright colors) display red and blue perfect using these same player and monitor, while my projects is shifting color? Doesn't that rule out the signal from the DVD player if other DVD's do not have this issue?
    I have uploaded the original art used, an exported .jpg file from the FCP timeline and sample photos of 2 different monitors to show to show this problem as best I can. http://www.smmlv.com/testproject/
    Someone out there must have had this problem before. There's no way a color shift problem like this with Mini DV has gone on this long without someone seeing it.
    One last thing about what I have tried... I do understand that with editing in Mini DV instead of uncompressed or HD video I lose a bit of resolution (4:2:2) and I see this compression occuring in some of the areas in the video where these problems persist. But, I did remake the art and rerender this project in an 8bit uncompressed settings and then displayed that up on the screen and I get the same color shift. I keep going in circles trying to find the culprit that is causing the delema.
    PLEASE HELP! There are large tours going through our facilities daily and the large screen projector is displaying this problem as well. Let's just hope they don't notice and that their TV's at home or office does not display it on our final DVD's made.

  • My First while loop inside PL/SQL block not working , please help

    Hi ,
    I am new to PL/sql and struck at PL SQL blocks , please help to solve this .
    declare
    v_A number constant :=10 ;
    j number constant := 3 ;
    BEGIN
    WHILE j < v_A
    LOOP
    DBMS_OUTPUT.PUT_LINE('Hai');
    END LOOP;
    END;
    please help as how to resolve this .
    Thanks in advance .

    btw it's a useful habit to use indentation to highlight the block structure. Also it's worth deciding what your convention will be for keywords (I use uppercase, lowercase is also fine as far as I'm concerned but I've set up my editor to uppercase them) and variables, database object names etc (I use lowercase), e.g:
    DECLARE
       v_a CONSTANT PLS_INTEGER := 10;
       j   CONSTANT PLS_INTEGER := 3;
       i PLS_INTEGER := j;
    BEGIN
       WHILE i <= v_a LOOP
          DBMS_OUTPUT.PUT_LINE(i);
          i := i +1;
       END LOOP;
    END;or perhapsdeclare
       v_a constant pls_integer := 10;
       j   constant pls_integer := 3;
       i pls_integer := j;
    begin
       while i <= v_a loop
          dbms_output.put_line(i);
          i := i +1;
       end loop;
    end;When I see "declare" and "BEGIN" in the same block of code I worry about the standard of code I'm going to see...

  • Multiple Event Viewer Error Ids, Corrupt Catalogs, System not working right. Please help.

     Since I could not find a list of the Event Ids that was accurate at all or not too general as to be useless and Microsoft won't let us know how to fix these ourselves without having a programming degree, I am begging for help from anyone who can help
    me get my computer working right again. I have some important things to get done which I can't do without my computer working. I have tried to get what I could get but I am blocked from many files which makes it difficult to get info. Please help. I appreciate
    any help I can get. Thank you,
    WhiteFox42
    I am not sure which one is more important.
    Event id 20
    Installation Failure: Windows failed to install the following update with error 0x80070643: Update for Microsoft .NET Framework 4 on Windows XP, Windows Server 2003, Windows Vista, Windows 7, Windows Server 2008, Windows Server 2008 R2 for x64-based Systems
    (KB2468871).
    Event id 11
    Possible Memory Leak.  Application (C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted) (PID: 476) has passed a non-NULL pointer to RPC for an [out] parameter marked [allocate(all_nodes)].  [allocate(all_nodes)] parameters are always
    reallocated; if the original pointer contained the address of valid memory, that memory will be leaked.  The call originated on the interface with UUID ({3f31c91e-2545-4b7b-9311-9529e8bffef6}), Method number (20).  User Action: Contact your application
    vendor for an updated version of the application.
    Event id 455
    taskhost (1348) WebCacheLocal: Error -1811 (0xfffff8ed) occurred while opening logfile R:\User\App Data\Roaming\Microsoft\Templates\Local\Microsoft\Windows\WebCache\V01.log.
    Event Xml:
    Event id 505
    wuaueng.dll (1012) SUS20ClientDataStore: An attempt to open the compressed file "C:\Windows\SoftwareDistribution\DataStore\DataStore.edb" for read / write access failed because it could not be converted to a normal file.  The open file operation
    will fail with error -4005 (0xfffff05b).  To prevent this error in the future you can manually decompress the file and change the compression state of the containing folder to uncompressed.  Writing to this file when it is compressed is not supported.
    Event id 513
    Cryptographic Services failed while processing the OnIdentity() call in the System Writer Object
    Event id 1000
    Faulting application name: IEXPLORE.EXE, version: 11.0.9600.16428, time stamp: 0x525b664c
    Faulting module name: IEFRAME.dll, version: 11.0.9600.16476, time stamp: 0x52944cf2
    Exception code: 0xc0000005
    Fault offset: 0x00025f1d
    Faulting process id: 0x1854
    Faulting application start time: 0x01cf0735f0e5f0c7
    Faulting application path: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE
    Faulting module path: C:\Windows\system32\IEFRAME.dll
    Report Id: e3dc1e9a-733f-11e3-b920-00215a2af202
    Event id 1000
    Faulting application name: msiexec.exe, version: 5.0.7601.17514, time stamp: 0x4ce79d93
    Faulting module name: msvcrt.dll, version: 7.0.7601.17744, time stamp: 0x4eeb033f
    Exception code: 0xc0000005
    Fault offset: 0x00000000000035e1
    Faulting process id: 0x1030
    Faulting application start time: 0x01cf01b77867a358
    Faulting application path: C:\Windows\system32\msiexec.exe
    Faulting module path: C:\Windows\system32\msvcrt.dll
    Report Id: f7253b17-6daa-11e3-b944-00215a2af202
    Event id 1002
    Computer:      w7mar-64  "I don't know why it has computer as this when it should not be."
    Description:
    The IP address lease 192.168.200.195 for the Network Card with network address 0x08002742F261 has been denied by the DHCP server 192.168.200.1 (The DHCP Server sent a DHCPNACK message).
    Event id 1008
    The Windows Search Service is starting up and attempting to remove the old search index {Reason: Index Corruption}.
    Event id 1008
    Computer:      w7mar-64
    Description:
    An errorUser:          LOCAL SERVICE
     occurred in initializing the interface. The error code is: 0x2.
    Event id 1014
    User:          NETWORK SERVICE
    Computer:    
    Description:
    Name resolution for the name wpad.westell.com timed out after none of the configured DNS servers responded.
    Event id 1015
    User:          N/A
    Computer:      w7mar-64
    Description:
    Event ID 1013 for the Windows Search Service has been suppressed 7 time(s) since 12:04:10 PM. This event is used to suppress Windows Search Service events that have occurred frequently within a short period of time.  See Event ID 1013 for further details
    on this event.
    Event id 1015
    Failed to connect to server. Error: 0x8007043C
    Event id 1018
    The description for Event ID 1018 from source EvntAgnt cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    Event id 1020
    Updates to the IIS metabase were aborted because IIS is either not installed or is disabled on this machine. To configure ASP.NET to run in IIS, please install or enable IIS and re-register ASP.NET using aspnet_regiis.exe /i.
    Event id 1028
    Windows Installer has determined that its configuration data cache folder was not secured properly. The owner of the key must be either Local System or Builtin\Administrators. The existing folder will be deleted and re-created with the appropriate security
    settings.
    Event id 1101
    .NET Runtime Optimization Service (clr_optimization_v4.0.30319_32) - Failed to compile: System.Web.Entity.Design, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=msil . Error code = 0x80010108
    Event id 1500
    The description for Event ID 1500 from source SNMP cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    Event id 1530
    Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards. 
    Event id 1530
    Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards.  
     DETAIL -
     6 user registry handles leaked from \Registry\User\S-1-5-21-2959539970-205720217-4182857889-1000:
    Process 1020 (\Device\HarddiskVolume2\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-2959539970-205720217-4182857889-1000\Software
    Process 1020 (\Device\HarddiskVolume2\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-2959539970-205720217-4182857889-1000\Software\Microsoft\Windows\CurrentVersion\Internet Settings
    Process 1020 (\Device\HarddiskVolume2\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-2959539970-205720217-4182857889-1000\Software\Microsoft\Windows\CurrentVersion\Internet Settings
    Process 1020 (\Device\HarddiskVolume2\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-2959539970-205720217-4182857889-1000\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings
    Process 1020 (\Device\HarddiskVolume2\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-2959539970-205720217-4182857889-1000\Software\Microsoft\Internet Explorer\Main
    Process 1020 (\Device\HarddiskVolume2\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-2959539970-205720217-4182857889-1000\Software\Policies
    Event id 3028
    Context: Windows Application, SystemIndex Catalog
    Details:
        The content index catalog is corrupt.  (HRESULT : 0xc0041801) (0xc0041801)
    Event id 3029
    Context: Windows Application, SystemIndex Catalog
    Details:
        The content index catalog is corrupt.  (HRESULT : 0xc0041801) (0xc0041801)
    Event id 3036
    The content source <csc://{S-1-5-21-2959539970-205720217-4182857889-1001}/> cannot be accessed.
    Event id 3036
    No protocol handler is available. Install a protocol handler that can process this URL type.  (HRESULT : 0x80040d37) (0x80040d37)
    Event id 4104
    Description:
    The backup was not successful. The error is: Access is denied. (0x80070005).
    Event id 4228
    TCP/IP has chosen to restrict the scale factor due to a network condition.  This could be related to a problem in a network device and will cause  degraded throughput.
    Event id 4321
    The name "WHITEFOXPC     :0" could not be registered on the interface with IP address 192.168.1.21. The computer with the IP address 192.168.1.19 did not allow the name to be claimed by this computer.
    Event id 4373
    The description for Event ID 4373 from source NtServicePack cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    Event id 4879
    MSDTC encountered an error (HR=0x80000171) while attempting to establish a secure connection with system WHITEFOXPC.
    Event id 6000
    The winlogon notification subscriber <GPClient> was unavailable to handle a notification event.
    Event id 6006
    The winlogon notification subscriber <TrustedInstaller> took 186 second(s) to handle the notification event (CreateSession).
    Event id 7000
    The Windows Audio service failed to start due to the following error:
    A privilege that the service requires to function properly does not exist in the service account configuration. You may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view
    the service configuration and the account configuration.
    Event id 7001
    The Computer Browser service depends on the Server service which failed to start because of the following error:
    The dependency service or group failed to start.
    Event id 7010
    The index cannot be initialized.
    Details:
        The content index catalog is corrupt.  (HRESULT : 0xc0041801) (0xc0041801)
    Event id 7023
    The Block Level Backup Engine Service service terminated with the following error:
    %%-2147024713
    Event id 7024
    The Windows Search service terminated with service-specific error %%-1073473535.
    Event id 7026
    The following boot-start or system-start driver(s) failed to load:
    aswKbd
    aswRvrt
    aswSnx
    aswSP
    aswTdi
    aswVmm
    discache
    spldr
    Wanarpv6
    Event id 7030 & 7031
    The dldw_device service is marked as an interactive service.  However, the system is configured to not allow interactive services.  This service may not function properly.
    Event id 7032
    The Service Control Manager tried to take a corrective action (Restart the service) after the unexpected termination of the Windows Installer service, but this action failed with the following error:
    An instance of the service is already running.
    Event id 7040
    The search service has detected corrupted data files in the index {id=4700}. The service will attempt to automatically correct this problem by rebuilding the index.
    Event id 7042
    The Windows Search Service is being stopped because there is a problem with the indexer: The catalog is corrupt.
    Details:
        The content index catalog is corrupt.  (HRESULT : 0xc0041801) (0xc0041801)
    Event id 8210
    An unspecified error occurred during System Restore: (Installed Java 7 Update 45). Additional information: 0x80070003.
    Event id  9000
    The Windows Search Service cannot open the Jet property store.
    Details:
        0x%08x (0xc0041800 - The content index database is corrupt.  (HRESULT : 0xc0041800))
    Event id 10005
    DCOM got error "1084" attempting to start the service MSIServer with arguments "" in order to run the server:
    {000C101C-0000-0000-C000-000000000046}
    Event id 10010
    15 of these with different server codes which I can't copy unless I copy all the details.
    The server {3EEF301F-B596-4C0B-BD92-013BEAFCE793} did not register with DCOM within the required timeout.
    Event id 12348
    Volume Shadow Copy Service warning: VSS was denied access to the root of volume \\?\Volume{8e79517c-6c41-11e3-b621-cb03f0618d54}\. Denying administrators from accessing volume roots can cause many unexpected failures, and will prevent VSS from functioning
    properly.  Check security on the volume, and try the operation again.
    Event id 15006
    9 of these.
    Description:
    Owner of the log file or directory \SystemRoot\System32\LogFiles\HTTPERR\httperr1.log is invalid. This could be because another user has already created the log file or the directory.
    Event id 31004
    33 of tese.
    The DNS proxy agent was unable to allocate 0 bytes of memory. This may indicate that the system is low on virtual memory, or that the memory manager has encountered an internal error.
    The End.
    Kimberly D. White-Fox

    Please provide a copy of your System Information file. Type System Information in the Search Box above the start Button and press the ENTER key
    (alternative is Select Start, All Programs, Accessories, System Tools, System Information). Select File, Export and give the file a name noting where it is located. The system creates a new System Information file each time system information is accessed.
    You need to allow a minute or two for the file to be fully populated before exporting a copy. Please upload to your Sky Drive, share with everyone and post a link here. Please say if the report has been obtained in safe mode.
    Please upload and share with everyone copies of your System and Application logs from your Event Viewer to your Sky Drive and post a link here.
    To access the System log select Start, Control Panel, Administrative Tools, Event Viewer, from the list in the left side of the window select Windows
    Logs and System. Place the cursor on System, select Action from the Menu and Save All Events as (the default evtx file type) and give the file a name. Do the same for the Applications log. Do not provide filtered files.
    For help with Sky Drive see paragraph 9.3:
    http://www.gerryscomputertips.co.uk/MicrosoftCommunity1.htm
    Some Event Viewer reports are generated solely because the computer is in safe mode or safe mode with networking. You have at least one example of this in your long list. If you do not see the same report for a time when
    the computer was in normal mode then it can be disregarded.
    You will find some general advice on interpreting Event Viewer reports here:
    http://www.gerryscomputertips.co.uk/syserrors5.htm
    Hope this helps, Gerry

  • Please help me! I imported my pics to iphoto but I can't open them now. I can't see them on full Screen/edit them like before. All I get is a exclamation mark when I double click on them. I don't have copies, can someone please help me?

    I imported all my pics to Iphoto and I can't open/edit them now. When I double click on them, I only get an exclamation mark. Please help me I don't have copies. I tried burning them to a cd but it didn't work. Can someone please help me?

    The ! turns up when iPhoto loses the connection between the thumbnail in the iPhoto Window and the file it represents.
    What version of iPhoto? Assuming 09 or later...
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • I might have messed up my files and now have the big exclamation mark on a lot (but not all of my iphotos) My document folder was full of photos and I tried to organize it by putting it into a separate folder but now I can't see my photos :-( please help?

    Hi there, I have the same problem as I've read on some of the questions posted although the answers hasn't been much help to me with regards to the big exclamation mark on iphotos when I try to open my photos.  For some reason my photo files was stored in my document folder and you can imagine how that must have looked, very unorganized.  When I tried to move the photos from there to another file that is just for my photos.  Now I can't open them in iphotos and although I tried to undo my mistake it still doesn't want to work.. is there any way I can find all the images on my computer and fix my problem by storing them somewhere else without damaging the files?
    Please help me find all my photos as I would be shattered if I were to loose any...
    Thank you.

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • PLEASE HELP ME TO FIND THE SOLUTION REGARDING "LOGICAL SYSTEM CHANGED"

    HAI EVERYBODY,
    PLEASE HELP ME TO FIND THE SOLUTION REGARDING "LOGICAL SYSTEM CHANGED" during the material master replication by using middleware parameters.
    step1 : i have taken SRM client 810 and named it as CHINNISRM
    step2 : i  have taken r3 client 810 and named it as CHINNIR3
    step3: During material master replication i maintained tables like crmconsum,crmrfcpar,crmparoltp in   r3   and smofparsfa in srm client and filtered the objects and loaded the objects through r3ac3,r3ac1,r3as.
    step4 : And later i have checked in r3 queues to activate the objects,but i have seen a message like  "LOGICAL SYSTEM CHANGED:SEE 588701".according to the oss instructions i have checked in CRMPRLS table in se16 in R3 .there i found out there is one logical client  named with T90CLNT810.
    oss :588701
    Solution
    There are different cases in which different forms of processing are
    required or where several options exist:
    - The logical system name of an R/3 Backend client was changed in
    current operation. In this case, the data hangs in the outbound
    queues of the R/3 Backend system as specified under point 1 of
    the symptom. In this case, the logical system name must be
    changed back to the original value. Then the outbound queues
    can be reactivated. If no data was transferred to the EBP/CRM
    server before the change, also a correctioin of the check table
    is possible.
    - The same logical system name was used again in a new client of
    an R/3 Backend system that was linked to the EBP/CRM server. In
    this case, the data is in the inbound queue of the EBP/CRM
    server with the exception GUID_FOR_LOGSYS_CHANGED. In this
    case, the queue entries which have status SYSFAIL must be rejected, however, not the entire queues. If the new client of  the R/3 Backend system you have linked has exactly the same
    data as the old client and if it is meant to replace the old
    client (that is, this was deactivated), also a correction of
    the check tables is possible. In this case, the inbound queues
    can be reactivated after the correction.
    oss:765018
    1. If the situation in your system corresponds to the situation described
    under "Reason and Prerequisites" and if symptom 1 occurs, you can
    delete the table entry from table CRMPRLS table (there is just one
    entry). Since there is no maintenance dialog for this table and you
    cannot maintain it using transaction SE16, you must use a report to
    delete it. This report is attached to this note as correction
    instructions.
    Create the report ZZ_DELETE_CRMPRLS in your system and copy the source
    code from the correction instructions. You cannot implement this
    source code using transaction SNOTE.
    You can use the report in every plug-in or plug-in basis system, even
    if it is not specified in the validity section.
    After you have run the report, you can trigger existing queues again
    in transaction SMQ1.
    2. If the situation in your system corresponds to the situation described
    under "Reason and prerequisite" and if symptom 2 occurs, you can
    delete the entry from table CRMMLSGUID (there is just one entry).
    Since there is no maintenance entry for this table and you cannot
    maintain it using transaction SE16, you must use a report to delete
    it. This report is attached to this note as correction instructions.
    If they do not yet exist, add the following messages to message class SMOF in your logon language:
    Message Message short text
    303 User &1 is not allowed to change table &2.
    304 User &1 IS not allowed to display table &2.
    305 Logical system &1 was not found in table &2.
    306 System error! The current client was not
    found in table T000.
    Create the report ZZ_DELETE_CRMMLSGUID in your system and copy the
    source code from the correction instructions. You cannot implement
    this source code using transaction SNOTE.
    You can use the report for every release of the CRM system, even if it
    is not specified in the validity section. The only exceptions are CRM
    releases with Support Package versions that are too low such as CRM
    Release 3.0 with Support Package 12.
    After you have run the report, you can trigger existing queues again
    in transaction SMQ1 of the R/3 back-end system or transaction SMQ2 of
    the CRM system.
    so what should i do to do the replication.please suggest me .untill and unless i solve my problem i cant move to the further activity.i hope you people can solve my problem.thanks in advance.
    thanks and best regards,
    n.chakradhar

    Hi chakradhar,
    Did you find a solution to your issue? We are facing a similar issue and looking to figure out how this can be resolved.
    BR// 420

  • Can you please help me figure out what filter(s) to use to recreate this picture?

    Hi Everyone!
    I'm a student and not an expert in Photoshop. I'm trying to work over in After Effects using a Photoshop edited picture I was given (not separated in layers). However in order to give the image more movement I would like to recreate the picture, but have failed in figuring out which filters to use. Can you please help a student out? I would greatly appreciate it.!! (The first picture is the original, and the second one is the one I am trying to recreate) Thanks !

    Thanks for sharing that piece of information.  I was only aware of creating posterized effects in Illustrator, though the
    re is a posterize filter in Photoshop too.  I'm learning as I post so bear with me.  I find that providing a helping hand can't hurt unless you're way off base.  In this case I guess I should have provided my suggestion as an alternative rather than stating that it could only be best done in AI.
    -markerline

  • I can no longer see my pictures.....the screen is white boxes but when I click on the box an exclamation point pops up. Please Help!!!!

    I can no longer see my pictures.....the screen is white boxes but when I click on the box an exclamation point pops up. Please Help!!!!

    The exclamation point occurs when iPhoto breaks/loses the file path to the original file.  So try the following: make a temporary, duplicate copy of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot AND
    the option to rebuild the small thumbnails. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

Maybe you are looking for