
DEEPRED.CO.ZA
Deep RedDeep Red Technologies, specialising in Java software development
http://deepred.co.za/
Deep Red Technologies, specialising in Java software development
http://deepred.co.za/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
1.6 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
5
SSL
EXTERNAL LINKS
21
SITE IP
154.0.160.114
LOAD TIME
1.623 sec
SCORE
6.2
Deep Red | deepred.co.za Reviews
https://deepred.co.za
Deep Red Technologies, specialising in Java software development
Deep Red Technologies (specialists in Java software development)
http://deepred.co.za/index.html
Welcome to Deep Red Technologies. Is a software development company specialising in the development of desktop and enterprise Java software applications. Was founded in 2004. They provide Occupational Health and Safety software to many of the largest blue-chip companies in Africa. 8 May, 2016 - AMS 2016.04. The May 2016 release (2016.04) of African Management Software. May, 2015 - Introducing AMS Enterprise. AMS Enterprise is a completely re-architectured version of African Management Software.
Honeywell Titmus Software
http://deepred.co.za/media/titmus/home.html
Is a specialised Vision Screener management software developed for the Sperian range of Titmus devices. For more information about the product, please contact Sperian Protection Optical. Manage your facilities subjects (employees) and keep track of their key Occupation Health details. Control your vision screener directly from the PC and automatically record your subject's vision test results. Supports Sperian TITMUSi400 and the new Titmus V4.
Deep Red Technologies (specialists in Java software development)
http://deepred.co.za/products.html
African Management Software - Audiometry, Vision, Spirometry (. and Biometrics). Is an Occupational Health and Safety software solution suitable for small clinics or large enterprises. For order information contact Amtronix at info@amtronix.co.za. Or call them on 27 11 894 4632. Manage your organisations patients (employees) and keep track of their key Occupation Health details. Record patient's primary measurements and vital signs; i.e. weight, height, pulse, blood pressure, etc. Includes biometric fing...
Deep Red Technologies (specialists in Java software development)
http://deepred.co.za/downloads.html
African Management Software - Audiometry Vision Spirometry. The latest version of African Management Software. Is 2016.04. Click on the link below to download an evaluation version. If you require assistance contact ams@squarepeg.co.za. The latest version of Titmus Software. Is 2016.01. Click on the link below to download. If you require assistance contact info@titmus.com. Ams-2016.04.08.exe. Titmus-2016.01.08.exe.
African Management Software
http://deepred.co.za/media/ams/home.html
Is an Occupational Health and Safety software solution covering audiometry, vision screening, spirometry and fitness assessments. For more information about the product, please contact Deep Red Technologies. At ams@squarepeg.co.za. Is distributed by Amtronix. For order information contact Amtronix at info@amtronix.co.za. Or call them on 27 11 894 4632. Manage your organisations patients (employees) and keep track of their key Occupation Health details. Includes biometric fingerprint recognition for user ...
TOTAL PAGES IN THIS WEBSITE
5
The Incident Archive: java one and Oracle open world
http://javaosdev.blogspot.com/2014/09/java-one-and-oracle-open-world.html
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Tuesday, September 30, 2014. Java one and Oracle open world. So far so good listening to a talk on java 8 wow. Subscribe to: Post Comments (Atom). Java one and Oracle open world. College Station, Texas, United States. 15 years java development (last 5 years on Oracle ADF), design and architecture experience. Currently working in the US. VC: svn, cvs, source safe, clearcase, starteam. View my complete profile.
The Incident Archive: MDS: Update script - NOT RECOMMENDED
http://javaosdev.blogspot.com/2014/05/mds-update-script-not-recommended.html
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Wednesday, May 7, 2014. MDS: Update script - NOT RECOMMENDED. For my use only don't use this without understanding what you are doing. I had a bunch of old MDS features in my menu which was causing our menu to collapse on login. The collapse feature was set to not persist so the users had no way of fixing this). Instead of writing code or purging all settings from MDS for that page I decided on a data fix. UPDAT...
The Incident Archive: May 2013
http://javaosdev.blogspot.com/2013_05_01_archive.html
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Thursday, May 2, 2013. Java: Active directory paging code. Forgive some of the bad code this was a quick script and a reminder to self on how to do this: (note this code changes all the AD users passwords so be careful). Package common.jndi;. Import javax.naming.NamingEnumeration;. Import javax.naming.NamingException;. Import javax.naming.directory.Attribute;. Import javax.naming.directory.Attributes;. LdapConte...
The Incident Archive: June 2013
http://javaosdev.blogspot.com/2013_06_01_archive.html
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Friday, June 28, 2013. Handy active directory command line script to set all the user to not expire. Dsquery user -startnode "ou=users,dc=train,dc=company,dc=com" -limit 30000 dsmod user -pwdneverexpires yes. Thursday, June 27, 2013. Web Center: using a custom security provider other than LDAP [custom identity store]. Http:/ docs.oracle.com/cd/E13222 01/wls/docs81/dvspisec/atn.html. 1) Create a class that implem...
The Incident Archive: August 2013
http://javaosdev.blogspot.com/2013_08_01_archive.html
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Wednesday, August 28, 2013. ADF: PS5 to PS6 upgrade which turned into a PS7 11.1.1.8 webcenter and 11.1.1.7 adf upgrade. First thing I noticed is that clicking a link on a tab or menu disabled the link, had to style my tabs for this as the tab would vanish while loading -. Af panelTabbed: header af panelTabbed: tab:disabled af panelTabbed: tab-end { background-image: url("/skins/images/my tab end d.png"); }.
The Incident Archive: June 2015
http://javaosdev.blogspot.com/2015_06_01_archive.html
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Thursday, June 18, 2015. Testing our upgrade to 11.1.1.9 and everything was going well. We had to make a couple of changes to some clandestine code (MDS and export listener related) but everything was faster and many bugs where fixed. Unfortunately we hit a snag with number conversion but have a simple work around. (Involves changing a lot of our code but it is for the best). Monday, June 8, 2015. Oracle.adf...
The Incident Archive: 11.1.1.9 Upgrade
http://javaosdev.blogspot.com/2015/06/11119-upgrade.html
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Thursday, June 18, 2015. Testing our upgrade to 11.1.1.9 and everything was going well. We had to make a couple of changes to some clandestine code (MDS and export listener related) but everything was faster and many bugs where fixed. Unfortunately we hit a snag with number conversion but have a simple work around. (Involves changing a lot of our code but it is for the best). Subscribe to: Post Comments (Atom).
The Incident Archive: ADF : getSelectedRowKeys only returning one row
http://javaosdev.blogspot.com/2014/12/adf-getselectedrowkeys-only-returning.html
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Monday, December 1, 2014. ADF : getSelectedRowKeys only returning one row. Remove the attribute selectedRowKeys off the af:table. SelectedRowKeys="#{bindings.AccountList.collectionModel.selectedRow}". Af:table value="#{bindings.AccountList.collectionModel}" var="row". SelectedRowKeys="#{bindings.AccountList.collectionModel.selectedRow}". Af:table value="#{bindings.AccountList.collectionModel}" var="row". Special...
The Incident Archive: November 2013
http://javaosdev.blogspot.com/2013_11_01_archive.html
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Tuesday, November 26, 2013. Ojdeploy : Tuning exercise. First of all all the tuning I am doing is for out continuous integration server because I build time have hit 25 minutes on the solaris 11 machine (on my desktop the same build it takes 11 minutes). So where I am working is in the "ojdeploy.conf" file located in [jdev location]/jdev/bin. Finding most java settings make a difference and mostly. Row[] rows = ...
TOTAL LINKS TO THIS WEBSITE
21
DEEPRED - Design & Werbung - Home
NUR GANZ SCHÖN IST GANZ. Unsere Arbeit soll auch dem dritten Blick standhalten. Dem zweiten sowieso. Was wichtig ist, was wirklich zählt das ist so subjektiv wie die Antwort auf die Frage, ob. Also stellen wir klar, worauf wir Wert legen. Damit Sie wissen, worauf Sie sich einlassen würden. Was wichtig ist, was wirklich zählt das ist so subjektiv wie die Antwort auf die Frage, ob Lakritz schmeckt. Es ist faszinierend wie vielfältig Verständigung funktioniert. Konzeption, Design, Umsetzung. Immerhin geht e...
deepred-evie - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 3 Years. This deviant's full pageview. Last Visit: 2 days ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. We've split the page into zones!
Welcome to Deep Red
44 (0)20 7193 0947. Don’t Take Our Word For It. Passionate, Pragmatic and Experienced. Deep Red provides both strategic and tactical marketing programmes that deliver real, quantifiable results that increase sales. Find out more. THE MARKETING QUALIFICATION TOOL. An Insight-Pro website will deliver more “Total Qualified Leads” to your sales teams, faster! Don’t take our word for it,. Find out what our clients say about us - Client Testimonials.
DEEPRED Design & Werbung
An online resource for gamers - retro games, arcade games, consoles and more
Welcome to our online resource for game addicts! Were mad on PC, Arcade, Console and Online Card Games. A Brief History of Gaming. Mobile phones and the three main consoles - Playstation, Nintendo and Xbox. Towards the bottom of this page you can find a selection of classic retro games and memorabilia that are for sale on ebay. Right now - just click on the items for a closer look. Isnt it amazing how much computer game technology has progressed? Applications such as Second Life have gone even further th...
Deep Red
Specialists in Java Development. Deep Red Technologies develops innovative software solutions for a variety of operating systems and devices. A wholly owned South African company, we have been developing software suited to the needs of professionals and organisations since 2004. Our products enable companies locally and internationally , from large blue-chip enterprises to small businesses, to benefit from a more efficient means of managing their organisations. Risk based medical surveillance. For more d...
DEEPRED - creative team
Rádi bychom Vám představili některé z našich realizací z oblasti webdesignu. Jsme internetové grafické studio s 15 letou zkušeností v oblasti tvorby. Internetových prezentací jakéhokoliv zaměření a náročnosti, s důrazem na design. Nabízíme především návrhy webdesignu, firemních log, grafický audit, výrobu. Reklamních bannerů a tvorbu drobných tiskovin. Nahlédněte do našeho portfolia ukázek firemních log či produktových značek. Nabízíme grafický audit www projektů, před jejich uvedením do ostrého provozu.
deepred | welcome in to my world |deepred
OpenWRT su TP-Link Archer C5. Albert Hofmann – LSD il mio bambino difficile. Sull’LSD eliminando finalmente i pregiudizi che TV, Media e Giornali tentano di imporci da sempre, siate critici, sempre. Il mio bambino difficile. George Orwell – 1984. Il primo libro che aggiungo alla mia (per ora) piccola biblioteca personale è questo: George Orwell – 1984. Non sono mai stato un gran lettore, okay, non lo sono mai stato per niente, ma da un anno a questa parte ho scoperto inaspettatamente. George orwell - 1984.
DEEPRED - Design & Werbung - Home
NUR GANZ SCHÖN IST GANZ. Unsere Arbeit soll auch dem dritten Blick standhalten. Dem zweiten sowieso. Was wichtig ist, was wirklich zählt das ist so subjektiv wie die Antwort auf die Frage, ob. Also stellen wir klar, worauf wir Wert legen. Damit Sie wissen, worauf Sie sich einlassen würden. Was wichtig ist, was wirklich zählt das ist so subjektiv wie die Antwort auf die Frage, ob Lakritz schmeckt. Natürlich gibt es keinen Masterplan, wenn wir eine Aufgabe zu unserer machen. Also alles in Ordnung. Auch int...
Deep Red | Record Label | Webshop
Products - CD, DVD, Gadgets and more CD signed by CLAUDIO SIMONETTI. Order here with PAYPAL method - ALL CDS ARE HAND SIGNED BY CLAUDIO SIMONETTI HIMSELF. Dracula 3D - Original SoundTrack. COST: 12,00 EURO. Show Details Format, Credits, Track List and more. The digipack also contains all the original 1990 videos of SIMONETTI HORROR PROJECT CD originally distributed on VHS by Disco Magic and Bram Stokers Dracula book on PDF (english and italian). Opera - Original SoundTrack. COST: 10,00 EURO. 17 Bloody Fi...