Home Access Plus+ Thread, Home Access Plus+ in Projects:; It's not that much over head, you don't even notice it really. It's not like the HTML version which has ...
-
1st August 2010, 11:49 PM #91 It's not that much over head, you don't even notice it really. It's not like the HTML version which has a log more overhead in server terms than the silverlight version.
The booking system was designed to optimally utilize the resources. It would slow things down a bit more as more AD checks have to be done.
-
-
IDG Tech News
-
4th August 2010, 12:42 PM #92 Anyone find the border doesn't display correctly on hover on additional links on the main page? Also, how can you remove the department from details?
-
-
4th August 2010, 01:45 PM #93 Also, a cookie must set what version you which to use, but the version chooser (HTML/Silverlight) still flashes up briefly when you choose to browse documents.
-
-
4th August 2010, 08:19 PM #94 
Originally Posted by
Edu-IT
Also, a cookie must set what version you which to use, but the version chooser (HTML/Silverlight) still flashes up briefly when you choose to browse documents.
I'll be changing the javascript for the version chooser in the next release
-
-
4th August 2010, 08:21 PM #95 
Originally Posted by
Edu-IT
Anyone find the border doesn't display correctly on hover on additional links on the main page? Also, how can you remove the department from details?
The department field can be hidden by adding style="display:none;" in ~/default.aspx (I think)
-
-
4th August 2010, 08:51 PM #96 
Originally Posted by
nickbro
The department field can be hidden by adding style="display:none;" in ~/default.aspx (I think)
Add that to where?
-
-
4th August 2010, 09:02 PM #97 
Originally Posted by
Edu-IT
Add that to where?
Replace Code:
<li><asp:Literal runat="server" ID="formlabel" /><asp:TextBox ID="txtform" runat="server" Columns="4" /></li>
with Code:
<li><asp:Literal runat="server" ID="formlabel" /><asp:TextBox ID="txtform" runat="server" Columns="4" style="display: none;" /></li>
-
-
5th August 2010, 11:41 AM #98 That didn't work. For anyone else wanting to do this, use:
<li style="display: none;"><asp:Literal runat="server" ID="form" /></li>
-
-
6th August 2010, 04:55 PM #99 Ok guys and girls. Version 5 is progressing. Yes version 5.
Feature set:
- Moved to using a SQL Database for the databases (sql express is fine)
- Added a Logon Tracker feature. I've found that the edugeek one is lacking, so I'll be taking it as a basis and making a new one that works a lot better, I hope
The v5 release will contain an updated config tool, which MUST be run after upgrading the files. It will connect to the sql database, and import the xml databases.
-
-
6th August 2010, 05:30 PM #100 For those wanting to keep this is as a simple system without SQL databases...? Too often it happens that scripts start to rely on more and more other things to function. One thing I liked about HAP was that it ran on its own.
-
-
6th August 2010, 05:33 PM #101 
Originally Posted by
Edu-IT
For those wanting to keep this is as a simple system without SQL databases...? Too often it happens that scripts start to rely on more and more other things to function. One thing I liked about HAP was that it ran on its own.
Same here!
-
-
6th August 2010, 05:44 PM #102 Ok, I'll give up on the SQL database then, stick to using XML files
-
-
7th August 2010, 12:14 AM #103 Ok guys, some screen shots of the logon tracker, Windows GUI (the web gui is tomorrows job).
The script runs on, logon, logoff, shutdown, start up. It ensures that there is no errors will the logging.
Data logged is: Computer Name, IP, Username, Domain Name, Logon Server, Logon DateTime, Logoff DateTime.
Logoff, Shutdown, Startup script
Code:
ExeFile: HAP Logon Tracker.exe
Params: https://folders.crickhowell-hs.powys.sch.uk/extranet/
Logon Script
Code:
ExeFile: HAP Logon Tracker.exe
Params: logon https://folders.crickhowell-hs.powys.sch.uk/extranet/
-
-
7th August 2010, 04:54 PM #104 Here's some pics of the logon tracker's web interface
-
-
8th August 2010, 10:01 AM #105
- Rep Power
- 9
this looks brilliant, cant wait to test it out
-
SHARE: 
Similar Threads
-
By nickbro in forum Internet Related/Filtering/Firewall
Replies: 0
Last Post: 7th July 2010, 10:48 PM
-
By russdev in forum General Chat
Replies: 5
Last Post: 21st November 2009, 09:08 PM
-
By button_ripple in forum How do you do....it?
Replies: 30
Last Post: 15th October 2008, 07:35 PM
-
By FragglePete in forum How do you do....it?
Replies: 14
Last Post: 15th October 2008, 03:18 PM
-
By Outpost in forum Wireless Networks
Replies: 3
Last Post: 11th February 2006, 12:01 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules