NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - bshields

Pages: 1 [2]
16
Web Server - Share Knowledge / Performance & Reliability
« on: November 18, 2010, 11:17:54 PM »
Hi All,

Just thought i'd share something.

I stumbled over one of our NetTalk servers today, one that i don't pay much attention to.

I'd restarted the server just under three weeks ago due to a software upgrade.

Today I just happened to check the console to find that in about 19 days its process 1,328,000+ pages. Now i know thats only 2907 pages an hour, or roughly one a second.

What surprised me was the combination of it being a pretty busy little server plus its reliability, it never fails.

Regards
Bill

17
Web Server - Ask For Help / CreateHyperLink
« on: June 19, 2010, 06:30:02 AM »
Hi,

I think this is a bug for bruce.

When you set XHTML in column in a NetWebBrowser. The _JSOK does its job and all. But if you set "Link to Form" the CreateHyperLink function needs its 8th parameter p_html set to 1 when XHTML is also set as 1. Either i'm doing something wrong or this is a regression.

I'm on the latest version.

Thanks
Bill

18
Web Server - Ask For Help / _CleanIncoming
« on: January 15, 2010, 09:44:01 AM »
Question for Bruce i expect.

Bruce, you have a procedure called _CleanIncoming (NT4), one of the things it does is looks for ' on' and if there is also a = symbol present it clears to blank a few characters.

This causes a bug when using TingMCE and probably other stuff. If your customer types " on" (no quotes) and the field also has an equal sign.

When i have some text that includes ' on' values like "blah blah Only blah blah" or "blah blah one blah blah" its clearing the following two characters after "on".

Now i can edit NetWeb.CLW and remove this, but i'm probably going to break something else, since i'm sure its there for a reason.

Could you shead some light on why its there so i can fix this bug without introducing a bunch of new ones?

Thx

19
Web Server - Share Knowledge / Example Nettalk Sites
« on: January 25, 2009, 08:06:41 PM »
Hi All,

I've been meaning to do this for a while, below is a list of some of my sites built in Nettalk. As you'll see some are "stock" and some are a bit worked.

LJ Hooker Digital Asset Management System

http://dam.ljhooker.com
Login: demo
password: demo

Written in a few days, as their Getty DAM wouldn't work properly. Has a clarion desktop app that manages the backend. MSSQL.

Inhabit Website

http://inhabit.com.au

My website. There is the boring stock website (served by Nettalk), but what you can't see is all the webservice stuff written in nettalk for email campaign tracking.

Real Estate Customer Websites

Below is a sample of some of our websites that use Clarion/Nettalk to serve and maintain them.

http://www.rtforsyth.com.au
http://www.prdwagga.com.au
http://www.prdshailerpark.com.au
http://www.boydell.com.au
http://www.prdnq.com.au
http://web.agencyone.net.au/MainPage?o=68
http://www.prdlanecove.com.au

You can also view the backend admin section of http://www.prdlanecove.com.au by clicking on the Login link top right of homepage and use

Login: admin
Password: demo123

Also has Clarion app used by us to manage websites, the one system hosts about 30 customers real estate websites. PostgresSQL

Realworks Form System

http://www.litehouse.com.au/

Login: demo
Password: demo

This is a generic PDF form online system. You create PDF forms, add additional commands to the PDF fields and the desktop app processes the PDF in a way that a generic Nettalk server can read the extended PDF and generate a form for entry and updating. Data is stored within XML (since the PDFs actually dictate the data that is stored).

There is also a PDF Merge server for generating the final PDFs (not to be confused with the Master PDFs used to create the forms).

These systems are in production so please be respectful and don't do anything inappropriate.

I have some other bigger systems, that have a heap more complex systems, but they aren't yet in production. I'll post those as I get them settled in.

Regards
Bill Shields

20
Web Server - Ask For Help / Passing SessionID and AJAX
« on: May 18, 2008, 04:46:40 AM »
Hi,

Here is an interesting problem i have. I've got around the problem but someone may have faced this before and come up with something better!

In Summary: When passing the SessionID manually in the URL, all normal functionality works except AJAX. Specifically the SetServer JS function doesn't work (no errors, just doesn't work anymore).

1. Why am i passing the URL - I am integrating a desktop app with a Web App. I have build an XML Web service in NT that allows a login to be performs and a sessionid be returned in XML.

2. Subsequent calls to the web site have the SessionID added to the URL and normal stuff works. Very tidy, very happy.

3. But AJAX functionalty has stopped. Debugging showed me that the correct SessionID is not picked up by the AJAX call (SetServer fuction) therefore in any work i'm doing server side cannot see my Session varliables.

4. After some mucking around and putting a hack into the Templates I modified how the SetServer JS function was being called by adding the SessionID. It put up a struggle but i finally got the syntax such that prototype was happy and it all magically started working again.

I suspect it might be a bug... but i know i'm pushing things, so it could easily be me.

I am in NetTalk 4.30.

Regards
Bill Shields

Pages: 1 [2]