Filtered Index

Filtered by: Open Source

tool
Reads:

218

Score:
5
5
1
 
Comments:

0


JavaScript Base64-Encoding Binary Data in IDM (a.k.a using Java and JavaScript within the IDM engine)

Base64-encoding data is found in places all over the IT world and in home users' systems as well. Being able to encode data in Java or ECMAScript/JavaScript can be valuable when those are the languages available to you. This sample shows how to convert from one format to another and eventually encode data for use within a directory like eDirectory.

article
Reads:

488

Score:
5
5
3
 
Comments:

0


ECMAScript/JavaScript Development Without a Web Browser

Have you ever been coding Java and suddenly wanted to do something using loosely-typed variables or worked out an issue with a little less Java-ness? Have you ever wanted to take advantage of the familiarity people have with some languages (ECMAScript/JavaScript) while still using something that is not a web browser as an environment? Have you ever wanted to debug your JavaScript without refreshing a web page and your cache that just won't seem to ever refresh properly for you? This and more will be covered today with practical examples in both the Novell Identity Manager (IDM) and Novell Sentinel applications plus any other Java-based applications that you may have around your own environment.

article
Reads:

1454

Score:
5
5
1
 
Comments:

0


How to check if Javascript is enabled on the client side using php

Domnic Mendes shares a tip on how to check if Javascript is enabled on the client side using php.

Submitted by: mendesdomnic on Thu. 09.03.2009
Filed Under: Novell Users International (NUI), Cool Solutions
Topic: Forms, Linux, Open Source, Scripting, Windows
Product: Linux, openSUSE, SUSE Linux

article
Reads:

1363

Score:
5
5
1
 
Comments:

0


My Top 5 Favorite jQuery Plugins

Domnic shares with us his favorite top 5 jQuery Plugins. Explore the power of jQuery plugins.

article
Reads:

2223

Score:
5
5
1
 
Comments:

0


jQuery Tablesorter: Pagination and Sorting made simple

Domnic shares how pagination and sorting by columns can be made simple using the jQuery Plugin tablesorter and add-on tablesorterpager.

article
Reads:

1627

Score:
5
5
2
 
Comments:

0


LJDT: Taking Advantage of Screen

Last week I was asked if there was a way to start an application at the command line and later come back to it from somewhere else. Normally in Linux/Unix (*nix) it is possible to 'background' a process and then return to it later on but that's only if you are still in the same session where the process was sent to the background. This is useful to have something run while you do other things but reconnecting to this session cannot be done with just the shell. Thankfully 'screen' is on Linux systems by default (all of them I've used anyway) and as a result, Linux Just Does That.

© 2009 Novell, Inc. All Rights Reserved.