Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 26
Search took 0.14 seconds.
Search: Posts Made By: u jayakodi
Forum: Post a JavaScript 05-16-2013, 02:20 PM
Replies: 115
Views: 113,200
Posted By u jayakodi
u jayakodi

This carousel program has been well received by many many users; I tried my hand to make the code simpler and to change directions with the four arrow keys and to change speed with + or - keys; this...
Forum: Post a JavaScript 02-01-2013, 01:10 PM
Replies: 0
Views: 375
Posted By u jayakodi
3D wireframes - plot, rotate, pan and zoom

The snippet below plots, rotates, pans and zooms a 3D cube; it uses HR tags in combination with Microsoft Transformation matrix and Ok with IE. If use VML or the like the function jlin() can be...
Forum: JavaScript programming 11-08-2012, 01:03 PM
Replies: 6
Views: 502
Posted By u jayakodi
jayakodiu@yahoo.com The following code works...

jayakodiu@yahoo.com

The following code works fine with IE:

code:
<html>
<head>
<title>Changing Font Color</title> </head>
<body> <h1> <span id="mytext"> The color is black. </span> </hi> ...
Forum: Post a JavaScript 11-08-2012, 12:50 PM
Replies: 1
Views: 516
Posted By u jayakodi
Display Element Details

This snippet shows the details like Tagname, type, ID, Style and Global style, when the mouse is moved over any element of a page, which need to be traced otherwise only in the source file.

The...
Forum: Post a JavaScript 10-16-2012, 01:26 PM
Replies: 0
Views: 768
Posted By u jayakodi
Tracing Cells and Editing contents

This tiny utilty displays the cell row and column numbers when the mouse is moved over it; click on a cell to edit its contents. No problem with multiple tables in a page.

Just add the two script...
Forum: Post a JavaScript 10-13-2012, 06:07 AM
Replies: 2
Views: 636
Posted By u jayakodi
page analyser

Sir,

Well, as a utility it is for use by anyone interested.

What was amazing to me was that with standards set by W3 for DOM & Elements how come some browsers, like Chrome showing more...
Forum: Post a JavaScript 10-12-2012, 02:14 PM
Replies: 2
Views: 636
Posted By u jayakodi
PageAnalyser

I pieced together this tiny utility for simple HTML pages while being written, to peek into available and used properties, events and style charateristics; the cross-frame barrier was broken by...
Forum: JavaScript programming 11-07-2011, 01:06 PM
Replies: 7
Views: 511
Posted By u jayakodi
u jayakodi jayakodiu@yahoo.com I used an...

u jayakodi
jayakodiu@yahoo.com

I used an iframe to dispaly text files in an unconventional way in IE, something like this:

<html><body><iframe src="c:\quotes.txt"></iframe></body></html>

It...
Forum: Post a JavaScript 11-02-2011, 12:49 PM
Replies: 0
Views: 635
Posted By u jayakodi
Javascript based MathsPad - a dream or nightmare ?

Most IDEs have a debugging Immediate Window that doubles as a pad to evaluate expressions and to make calculations, with certain limitations - mainly for creating new arrays. Its simple...
Forum: Post a JavaScript 01-08-2011, 12:08 PM
Replies: 4
Views: 1,837
Posted By u jayakodi
jayakodiu@yahoo.com Taking a clue from...

jayakodiu@yahoo.com

Taking a clue from Mr.rnd me's response, the problem of other browsers noted by Mr.Philip may have a work-around as follows using "VBS function name" as a direct function with...
Forum: Post a JavaScript 01-07-2011, 06:33 AM
Replies: 4
Views: 1,837
Posted By u jayakodi
Calling VBScript from JavaScript

jayakodiu@yahoo.com

Calling VBScript from JavaScript

VBS has several functions not available directly in JS; a method of creating and calling VBS from JS is shown in the snippet below:
...
Forum: Post a JavaScript 12-21-2010, 10:59 AM
Replies: 1
Views: 1,089
Posted By u jayakodi
Upside-UP page using DIV tag

Upside-UP page using DIV tag
jayakodiu@yahoo.com

Scientific and tech docs need a page with Y-axis upwards for layouts, charts etc mostly using lines and text, unlike standard web pages where the...
Forum: Post a JavaScript 12-18-2010, 07:01 AM
Replies: 4
Views: 1,042
Posted By u jayakodi
Your reference doc on js oop is really nice and...

Your reference doc on js oop is really nice and thanks for it. Just now I had a look at your profile and note that you are a web developer and that makes the difference in the angle of view on my...
Forum: Post a JavaScript 12-17-2010, 05:30 AM
Replies: 4
Views: 1,042
Posted By u jayakodi
Thanks for your observation; my purpose was to...

Thanks for your observation; my purpose was to highlight the unused properties of simple element like DIV; well, the abuse is perhaps 'new use' and certainly it will not burst the system.

By the...
Forum: Post a JavaScript 12-16-2010, 06:38 AM
Replies: 4
Views: 1,042
Posted By u jayakodi
DIV tag mimic for CLASS object

jayakodiu@yahoo.com

DIV tag mimic for CLASS object


A DIV tag does not show anything unless the background color and width or height are defined; this makes it an ideal candidate to be an...
Forum: Post a JavaScript 11-24-2010, 10:56 AM
Replies: 0
Views: 1,168
Posted By u jayakodi
Image Viewports with panning

jayakodiu@yahoo.com

Image Viewports with panning

A DIV tag based viewport, that can be of any size and placed anywhere in the page, with panning capability to peek any part of a large image is...
Forum: Post a JavaScript 11-23-2010, 05:43 AM
Replies: 0
Views: 963
Posted By u jayakodi
Scrolling PictureBox using DIV tags

jayakodiu@yahoo.com

Scrolling PictureBox using DIV tags:

A large image or map in a html page requires a Scrolling PictureBox, commonly seen in applications like google map; a web search for...
Forum: Post a JavaScript 11-19-2010, 07:19 AM
Replies: 1
Views: 1,230
Posted By u jayakodi
jayakodiu@yahoo.com Network Diagram...

jayakodiu@yahoo.com

Network Diagram Technique:

The demo code to my post was not properly pasted from notepad; the demo file is now added as a zip file.
Forum: Post a JavaScript 11-18-2010, 07:41 AM
Replies: 1
Views: 1,230
Posted By u jayakodi
Network Diagram Technique

jayakodiu@yahoo.com

A network diagram ideally consists of non-overlapping boxes with non-intersecting connectors; the initial layout shall be capable of fine-tuning by moving the boxes and...
Forum: Post a JavaScript 11-06-2010, 06:21 AM
Replies: 4
Views: 1,739
Posted By u jayakodi
custom formatting numbers

jayakodiu@yahoo.com

Dear Sir, what about ###,##,##,###.## -- a format used in the sub continent for crores and lacs ? The available formatting snippets are only for millions.

Well, the coding...
Forum: Post a JavaScript 11-02-2010, 07:03 AM
Replies: 4
Views: 1,739
Posted By u jayakodi
Custom formatting Numbers jayakodiu@yahoo.com ...

Custom formatting Numbers
jayakodiu@yahoo.com

my post could not attach the zip file; the following is the html file:

<html>
<body>Use commas as separators for thousand/million or lacs/crores;...
Forum: Post a JavaScript 11-02-2010, 07:01 AM
Replies: 4
Views: 1,739
Posted By u jayakodi
Custom Formatting Numbers

jayakodiu@yahoo.com

Custom Formatting Numbers

Excel offers customised formatting of numbers; though VBS & VB6 have similar

functions they work for millions (US system) only; if you you say ...
Forum: Post a JavaScript 10-30-2010, 12:14 PM
Replies: 15
Views: 2,927
Posted By u jayakodi
Smile formatting numbers

u jayakodi
jayakodiu@yahoo.com

VBS function formatnumber(x) does it neat; just add $. The following javascript code invokes the VBS:

<script language=javascript>
var...
Forum: Post a JavaScript 10-04-2010, 11:36 AM
Replies: 5
Views: 2,074
Posted By u jayakodi
How to Save Dynamically Created Elements

u jayakodi
jayakodiu@yahoo.com

Elements created and added to a web page by scripts are not 'saved' when the page is saved. Two simple js functions presented here can save the dynamically created...
Forum: Post a JavaScript 09-28-2010, 01:21 PM
Replies: 1
Views: 1,013
Posted By u jayakodi
2D drawing with HR tags

28-09-10

My earlier post had included the HTML file as text; the 'big grin' has replaced two characters ":" and "D" in three places.

The HTML file is now enclosed as a zip file.
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT +1. The time now is 01:48 AM.