User Profile

Collapse

Profile Sidebar

Collapse
gutts009
gutts009
Last Activity: Jan 6 '14, 10:38 AM
Joined: Dec 9 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi, it very simple make you excel input TEXT only.
    and use Opera to copy text from there it will not fetch link from website. and when you will past you will get the same thing.
    See more | Go to post
    Last edited by Rabbit; Dec 19 '13, 04:42 PM. Reason: You're link spamming, please stop. Second Warning.

    Leave a comment:


  • gutts009
    replied to Downloading attachments from email
    You many not have Adove software or related one you need to download it first.

    Thanks
    Jeff Jones
    See more | Go to post

    Leave a comment:


  • Sending a Word document as an email message directly from Word

    In Word 2010 and in Word 2007, the Send to Mail Recipient feature is not available in the Ribbon. To use this feature, you must add this command to the Quick Access Toolbar (QAT). To do this, follow these steps.

    Word 2010

    On the File menu, click Options.
    Click Quick Access Toolbar, and then click All Commands in the Choose commands from...
    See more | Go to post
    Last edited by Rabbit; Dec 17 '13, 04:21 PM. Reason: Advertising links removed.

    Leave a comment:


  • Code:
    **stylesheet code**
    #aCollection
    {
        background-image: url('images/collection.jpg');
    }
    #aCollection:hover
    {
        background-image: url('images/collection_hover.jpg');
    }
    
    #aCollection:active
    {
        background-image: url('images/collection_active.jpg');
    }
    Thanks
    Jeff Jones
    See more | Go to post
    Last edited by Rabbit; Dec 17 '13, 04:16 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.

    Leave a comment:


  • step 1 : store your contacts in some collection object

    step 2 : apply some listener on your collection object ,whenever is it updated

    step 3 : whenever contacts is updated set a flag value

    step 4 : write a webservice to update contacts list

    step 5 : if the flag value says updated , send newly added contacts via web service to the web server

    step 6 : add the new contacts in...
    See more | Go to post

    Leave a comment:


  • I would give jboss another chance for doing http authentication.
    I'll tell you what files you should modify:

    Code:
    * web.xml: say wich resources should be secured and how
    
     	<security-constraint>
    <display-name>acceso seguro</display-name>
    <web-resource-collection>
    <web-resource-name>fullSite</web-resource-name>
    <url-pattern>*.jsp</url-pattern>
    <url-pattern>*.do</url-pattern>
    ...
    See more | Go to post
    Last edited by Rabbit; Dec 17 '13, 04:24 PM. Reason: Signatures are not allowed on Bytes. Please use [CODE] and [/CODE] tags when posting code or formatted data.

    Leave a comment:


  • Have you enabled any persistence to maintain session? like cookies which redirect a request from a particular client to same backend server. I think the persistence logic needs to be analysed here.

    Another thing to try is clean apache cache using htcacheclean command, and check again if First option is not the issue

    Jeff Jones
    See more | Go to post
    Last edited by Niheel; Dec 10 '13, 04:13 PM.

    Leave a comment:


  • Open port (8081) of the server such that everyone can access your server. This depends on which OS you are using. Like if you are using Windows Vista, then follow the below steps.

    Open Control Panel >> System and Security >> Windows Firewall then click on “Advance Setting” and then select “Inbound Rules” from the left panel and then click on “Add Rule…”. Select “PORT”...
    See more | Go to post
    Last edited by Rabbit; Dec 17 '13, 04:24 PM. Reason: Removed advertising links

    Leave a comment:


  • 1. What is PHP?
    2. Is there online documentation and tutorials that can help me learn PHP?
    3. Can I run PHP locally on my PC?
    4. How do you upload images (or other files) using PHP?
    5. How can I create a CMS (Content Management System) with PHP?
    6. I get an error at line number X when I run my PHP script, but I don't see any problem on that line.
    My script isn't working right, but I can't figure out why.
    ...
    See more | Go to post
    Last edited by Niheel; Dec 10 '13, 04:14 PM.

    Leave a comment:


  • You can count all fields in one count. It depends on your requirements and what they contain.
    In my count version 1 you will find that The Paid Field contains a total of 15, The Use Field contains a total of 23 out of 26 records.
    I use similar counts like this routinely.
    In count version 2 I Included both fields to Count twice and Both as Group By to see the individual Break Downs and how they add up to their Totals. Once again...
    See more | Go to post
    Last edited by Niheel; Dec 10 '13, 04:14 PM.

    Leave a comment:

No activity results to display
Show More
Working...