SOAP

Posted on October 8th, 2008 in programming, tech, web | No Comments »

Recently I had to put up a SOAP web service with PHP. This was my first contact with Soap and Wsdl.

Some links that got me started:
http://www.php.net/soap
http://www.devshed.com/c/a/Zend/PHP-SOAP-Extension/
http://www.w3.org/TR/wsdl
http://www.w3schools.com/wsdl/wsdl_intro.asp
http://xml.coverpages.org/wsdl.html

To test the service i used SoapUI.

need a spare

Posted on September 26th, 2008 in fun, web | 2 Comments »

WordPress Upgrade

Posted on August 26th, 2008 in web | No Comments »

Sick of all the spam and with some time on my hands I finally managed to upgrade WP.
Found instructions here.

Extending your vocabulary!

Posted on July 30th, 2008 in humour, web | 1 Comment »

Ding Dong!

another 3 firefox addons

Posted on July 9th, 2008 in tech, web | No Comments »

CyberSearch, ColorZilla, and  HTML Validator.

Hybrid boom box

Posted on June 11th, 2008 in cars, tech | 3 Comments »

Am I the only one who thinks that this is a stupid, time wasting idea?

Jquery - first contact

Posted on June 3rd, 2008 in programming, web | 1 Comment »

Drag&drop Tabs

  • Requests:
  • A dynamic user interface using the jQuery javascript library that allows an user to drag and drop a tab from one tab component to another.

  • Resources and online documentation used:
  • Time Management :
    • The order of events over the past days :

    • Friday, May 30: 3 hours of reading/resource searching on JQuery.
    • Saturday, May 31: 3-4 hours of tutorials and examples, experiencing with the JQuery UI.
    • Sunday, June 1: 2 hours - putting together the interface.
  • The Interface :
  • The JQuery UI components used are:

    The order of events managed:

    • Create the two tab sets using JQuery’s tabs component.
    • Make the tabs draggable with JQuery’s draggable component.
    • Make the heads of the tab sets a “droppable” area so that it can recieve a new dragged element.
    • On the “drop” event : Get the corespondent content of a dragged tab, remove drgged tab from the source tab set, add new tab into the destination tab set with a coresponding content identical to the one it came from

    I used the “flora” theme found in the resources available in the JQuery documentation.

    View the interface!
    Main issues:
    -didn’t figure out why the movement from the right set to the left one doesn’t work propperly

    -didn’t manage to make the 2 containing divs display “on the same line” in IE6.. tried with a wrapper div but still not working

    David Walsh’s FireFox plugins

    Posted on May 23rd, 2008 in tech | No Comments »

    AutoCopy

    AutoCopy instructs Firefox to copy text when it’s highlighted. Very helpful when copying content from a customer’s old site into their new one.

    ColorZilla

    ColorZilla lets me place my cursor over anything on the page and it gives me the hex color of the pixel. It’s a huge time saver as it allows me the ability to avoid doing a print-screen, opening Photoshop, and using the Photoshop color dropper to get the color.

    Firebug

    Firebug is an absolute must for my Ajax / Javascript debugging. I couldn’t get by without it.

    HTML Validator

    HTML Validator just validates how great my code is.

    Link Alert

    Link Alert changes my cursor when I hover over a link. The cursor changes to a visual representation of what I’m about to click on. It’s great for me because it tells me if the link is to a javascript file, text file, or mp3 file. I love it. It also tells me if clicking on a link triggers a javascript event.

    MeasureIt

    MeasureIt gives me a ruler to mention object dimensions. This tool gives me a broad idea over how much space an object is taking up or how much space I have left to work with on my page.

    Server Spy

    Server Spy is dominant because I can instantly tell what type of server the current website is on. A must when trying to quote a new project.

    Web Developer Toolbar

    The WDT is as important to me as Firebug. WDT gives me a ton of control and information about the page I’m developing. Again, this is a must.

    Firebug 1.2

    Posted on May 23rd, 2008 in tech | No Comments »

    ScreenshotIf you’re a Web developer, you likely already know about Firebug - the amazing web development add-in for Firefox. But if you haven’t been following its development blog, you may not know the latest news: Firebug 1.2 has moved from alpha to beta, and it’s ready for Firefox 3.

    The new release isn’t just a version port; it’s also got substantial new functionality. This includes a good deal of performance work, better javascript debugging, and a redesigned console. if you’re doing any work in Firefox 3 it’s definitely worth grabbing.

    we need to keep our cool despite the stresses of web(related) working

    Posted on May 4th, 2008 in life | No Comments »

    One, and the most important thing:

    Maintain a low-information diet. Many productivity gurus recommend keeping one’s information intake to a minimum. Just focus on what’s essential and ignore the rest. This is especially hard for web workers because the internet contains an infinite amount of information on a variety of subjects. Do you really need to know what Paris Hilton did last Saturday? Probably not, unless you’re a celebrity blogger.

    Don’t get me wrong – being informed is a good thing. But too much of it can add to your personal tension and stress. When you take in more than you should, it consumes your time and attention, which can be better spent on relaxing activities. An hour of reading trivial RSS feeds could be used calling an old friend, catching up on your reading, or even napping.

    via WWD.