Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
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
Carousel Slideshow
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
3D wireframes - plot, rotate, pan and zoom
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
[Urgent]Changing the font color with loop and array
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
Display Element Details
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
Tracing Cells and Editing contents
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
PageAnalyser
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
PageAnalyser
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
Javascript And Text File
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
Javascript based MathsPad - a dream or nightmare ?
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
Calling VBScript from JavaScript
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
Calling VBScript from JavaScript
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
Upside-UP page using DIV tag
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
DIV tag mimic for CLASS object
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
DIV tag mimic for CLASS object
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
DIV tag mimic for CLASS object
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
Image Viewports with panning
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
Scrolling PictureBox using DIV tags
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
Network Diagram Technique
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
Network Diagram Technique
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
Custom Formatting Numbers
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
Custom Formatting Numbers
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
Custom Formatting Numbers
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
Convert number to American Dollars, a gift for you.
Views:
2,927
Posted By
u jayakodi
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
How to Save Dynamically Created Elements
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
2D drawing using HR tags.
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
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
01:48 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.