Recent Updates RSS Toggle Comment Threads | Keyboard Shortcuts

  • Jason 11:40 PM on July 12, 2011 Permalink
    Tags:   

    http://gplus.to/jbatalla

     
  • Jason 11:27 PM on June 25, 2011 Permalink
    Tags: Offline Installer, Yahoo, Yahoo Messenger, YM   

    http://www.geckoandfly.com/6309/download-yahoo-messenger-10-full-offline-installer-15-8mb/

    Yahoo Messenger Offline Installer…

     
  • Jason 11:50 PM on June 6, 2011 Permalink
    Tags: Local Mail Server, Mercury Mail, XAMPP   

    Setup Local Mail Server on XAMPP (Mercury Mail) 

    Setup DNS for your NIC

    • Go to Start->Network Connections
    • Edit the NIC you are using
    • Double Click TCP/IP settings
    • Manually enter in the DNS servers from your ISP

    Disable unneeded Protocols

    • Start Mercury from the Control Panel
    • Go to CONFIGURATION->PROTOCOL MODULES
    • Disable everything except the MERCURYC SMTP RELAY CLIENT and MERCURY SMTP
    • Restart Mercury

    Make Changes to Core Module

    • Go to CONFIGURATION->MERCURY CORE MODULE then the GENERAL tab
    • Check to make sure “localhost” is the value of “internet name for this system”
    • Disable all but “send copies of all errors to postmaster”
    • check tab “Local Domains” make sure Localhost is there
    • Close and save

    Edit MercuryS SMTP Server

    • Open CONFIGURATION -> MERCURY S SMTP SERVER
    • Choose general tab and enter name as SMTP
    • Make sure port 25 is listed
    • Add 127.0.0.1 to “IP interface to use”
    • Go to Connection Control and add 127.0.0.1 to the list
    • Un-check “do not permit SMTP relaying to non-local mail”
    • Close and Save

    Edit MercuryC SMTP Client

    • Open CONFIGURATION -> MERCURYC SMTP CLIENT
    • Enter in external SMTP client (smtp.google.com for example) on port 465 with SSL (or whatever ports are supported)
    • Enter your login name and password to that external SMTP server
    • Close and Save

    Edit PHP.INI file to include from line

    • Then go edit your PHP.INI file in XAMPP
    • Under [mail function] add the line “sendmail_from = postmaster@localhost”
    • Stop and restart Mercury and Apache

    Source: http://www.danieltmurphy.com/setting-up-mercury-smtp/

     
  • Jason 11:16 AM on March 29, 2011 Permalink
    Tags: CSS, HTML, JQuery etc. Snippets...,   

    Code Snippets

    http://css-tricks.com/snippets/

     
  • Jason 9:12 PM on February 18, 2011 Permalink
    Tags: Jasper, jdbc connection, jrxml,   

    PHP Jasper fixed on “Cause: net.sf.jasperreports.engine.JRException: Unable to get value for field ‘date_field’ of class ‘java.sql.Date’ 

    add the string to Datasourse line in PHP jdbc connection string:
    ?zeroDateTimeBehavior=convertToNull

    e.g.
    jdbc:mysql://localhost:3306/mySqlDatabase?zeroDateTimeBehavior=convertToNull

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel