Latest Publications

2010 Images

CKEditor

CKEditor is a text editor to be used inside web pages. It’s a WYSIWYG editor, which means that the text being edited on it looks as similar as possible to the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice.

Because CKEditor is licensed under flexible Open Source and commercial licenses, you’ll be able to integrate and use it inside any kind of application. This is the ideal editor for developers, created to provide easy and powerful solutions to their users.

  • Apply basic styles like bold and italics with easy, but still not having troubles to use and understand more complex styling and semantics rules defined by the web site developer. Rich styles, under control.
  • Properly quote text using the appropriate and semantics aware <blockquote> tag. Other editors instead are simply interested on the visual aspects of it, simply adding margins to standard paragraphs (that’s too 90’s).
  • Plain text may be boring. It’s nice to apply colors to text to better identify it with personal or company’s colors identity. You may also use it like a text marker. With our color selector this job is a matter of few clicks.
  • There is a lot of offline content already available out there. We also collaborate with others, who send us text in Word formatted documents. CKEditor makes it easy to convert these texts with our powerful Past from Word feature.
  • Other than creating usual web links with easy, CKEditor makes it possible to build advanced links that can open popups, links to anchors, e-mails or any kind of web resource.

Clifford Law Offices

Clifford Law Offices is ranked one of the top Chicago law firms, with 20 personal injury attorneys. Our personal injury law firm concentrates in complex personal injury litigation such as for wrongful death, medical malpractice, product liability, premises negligence and transportation liability, including car-truck collisions, train accidents and aviation litigation. We are a nationally respected law practice; Bob Clifford has been named 2009 Lawyer of the Year for Chicago personal injury litigation by Best Lawyers.

We Can Help:

As you consider the lawyers of Clifford Law Offices when you need to select your Chicago personal injury attorney, it’s important to understand that, just as every lawyer is an individual, not every case is the same. We start by talking to you, to get your story. For the cases we accept, we want to assign the personal injury attorney on our staff who has a great deal of experience and success in arguing similar cases. To get an idea of the success record of our firm, please visit our Record of Justice section.

Clifford Law Offices represents many people in personal injury actions. For example, we represented an employee of a major department store who was severely burned in an explosion in the north suburbs of Chicago. Accident lawyers from the Chicago law firm also represented a critically injured victim in an explosive power plant fire in Indiana. Lawyers at the personal injury firm also represented those involved in a gas explosion at a suburban home. There are different degrees of fault and several elements are necessary to prove in court, in order to be successful against the wrongdoer in a tort action. Clifford Law Offices determines if the accident or injury is potentially recoverable in a court of law. Consulting one of our experienced Clifford Chicago personal injury lawyers will provide a sound basis on whether to pursue an action in court.

In other Illinois personal injury actions, Clifford Law Offices represented Rob Komosa, a teenager who was tackled into a goal post and then tragically became a quadriplegic. The high school field where it happened has since moved the goal post further from the field and has added padding to the steel post. Rob has bravely gone on to try to help other quadriplegics. Also, Robert Clifford received a $14.2 million verdict for an 11-year-old Boy Scout who was injured while on an outing in a forest preserve, as reported in the Chicago Sun-Times. Mr. Clifford also was awarded a record amount for a 21-year-old swimmer who was rendered a paraplegic when he broke his neck in a diving accident, according to the Chicago press. Robert Clifford also received a $29.6 million verdict following a month-long trial on behalf of Rachel Barton, an internationally-acclaimed violinist who was severely injured in a commuter train accident. Every Chicago injury lawyer in our firm places the interest of the client first…please call or email Clifford Law Offices about your case.

DSL Web hosting

DSL Web hosting

DSL Web hosting

DSL Web hosting is  a   free dynamic dns client program  which in-
cludes a built-in web hosting , let you run  your own web hosting from home on DSL connection with  Dynamic  IP  address, any Internet users could type in your domain and surf on your DSL Web hosting. easy , no banner, quickly and it’s free !  New  version support PHP,
PERL, EXE and DLL CGI script.

On DSL Web hosting main screen ,just fill in your domain name, zoneedit username , password ,and disk directory where your web page store , then press “open host” button ,your  DSL Web hosting will run immediately!

Your “home page” could be index.htm, index.html, default.htm or default.html.

If  your firewall ask for “Do you want to allow DSL Webhosting to act as a server”,click “yes”.

Requirements:
-
Windows 95, 98, SE, ME, 2000 and XP
-Direct Internet connect (not connect via proxy nor internet share client).
-Domain name

for further information: http://www.dsl-speed.org/webhosting.htm

FREE DOWNLOAD: http://www.dsl-speed.org/download.htm#webhosting

How to setup a Web Server on Cable or DSL

Ever wanted to setup a webserver at home, maybe to serve a few pages to your friends, or maybe you want a test server for developement purposes.

This tutorial will guide you through the process of setting up a WebServer.

To setup your web server you will need:

  • A PC with minimum of 512mb RAM, 1.6Ghz processor, Win98, ME, XP, 2000(and server) (ideally a stand alone pc that is not used for any other purpose)
  • A copy of PhpDev which can be downloaded from http://www.firepages.com.au/phpdev4u1.htm
  • A Cable or DSL internet connection with a Minimum of 256kbps upload.
  • A Cable or DSL router
  1. Firstly, you will need to set up your PC and install the downloaded PhpDev bundle.
    When setting up your PC consider that a webserver needs to be left on continuosly and a PC will make a fair ammount of noise, so leaving it next to your bed is not really the best option. Ideally the server would be set up in a cuboard or loft area and accessed remotely using a program such as WinVNC available at
    http://www.realvnc.com/products/free/4.1/index.html.
  2. If you are using a router you will need to configure it so that the PC running the web server answers all calls to your IP from Port 80 (Port 80 is the standard port for Web Servers).To confirgure your router you will need to know the IP address of the PC on which you have set up the web server software.

    To find the local IP of your computer. Goto: Start > All Programs > Accessorys  > Command Prompt Type: ipconfigThis will then show you your local netword cards IP address. Make a note of your IP address.

    Now you will need to access your routers administration area, usual by typing http://192.168.1.1 into your web browser.

    Goto the Routers ‘Port Range Forwarding’ section, usually under the Applications and Gaming section.Now create a new route from Port 80 to the IP address of your web server.

  3. Run the web server software, Goto: Start > All Programs > phpdev > and select ‘phpdev98_ME’ or ‘phpdev2K_XP_NT’ depending on your systems Operating System.
  4. To test your webserver installation first you will need to know your external IP address given to you by your service provider, to do this goto http://youripis.co.uk and note the ip address given.Now type http://youripaddress/public/ into your web browser replacing youripaddress with the IP provided by http://youripis.co.uk .

    Providing everything has been setup correctly, you should now be presented with a folder, this folder is located in C:\phpdev\www\public .

    You can now place all your .html and .php files in this folder and serve them to the world.

    To access phpmyadmin goto http://localhost on the PC running the web server, this will give you links to useful items for you to get going with your new server setup.

    tnkx to:

    http://myspaza.co.uk

Get Adobe Flash playerPlugin by wpburn.com wordpress themes