Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 25
Search took 0.07 seconds.
Search: Posts Made By: sayannayas
Forum: JavaScript frameworks 09-30-2012, 07:10 PM
Replies: 2
Views: 637
Posted By sayannayas
I think this example will help,this is actually...

I think this example will help,this is actually my understanding when i started using it,hope you will find it useful


http://fundapass.blogspot.in/2012/06/j-ason-in-java-nbthis-is-not.html
Forum: JavaScript frameworks 09-30-2012, 06:33 PM
Replies: 2
Views: 713
Posted By sayannayas
I think the problem is with FOUC(flash of...

I think the problem is with FOUC(flash of unstyled content) as per jquery document before the dom has been properly loaded by the browser the unstyled content may get displayed and then your code...
Forum: JavaScript frameworks 09-18-2012, 08:58 PM
Replies: 2
Views: 353
Posted By sayannayas
Not exactly sure whether this gonna help you but...

Not exactly sure whether this gonna help you but when i load any data from the database i always do an empty() to the child of the parent div before appending the new datastream.
Forum: JavaScript programming 09-18-2012, 08:42 PM
Replies: 5
Views: 626
Posted By sayannayas
Recently i had a scenario where i need to pin a...

Recently i had a scenario where i need to pin a jgrowl message(a jquery message board).I needed a notification change through two icons one with a background darker than the other to differentaite...
Forum: JavaScript frameworks 07-11-2012, 07:44 PM
Replies: 12
Views: 1,252
Posted By sayannayas
Jcarousel may be?

I have implemented a similar approach where you can select a component(a div) that will animate the slider to intended div content have look...

jcarousel pagination...
Forum: JavaScript frameworks 06-22-2012, 08:18 PM
Replies: 1
Views: 679
Posted By sayannayas
You can use jcarousel for image galleries.see the...

You can use jcarousel for image galleries.see the following example

example 1 (http://sorgalla.com/jcarousel/)

example 2...
Forum: JavaScript frameworks 06-22-2012, 08:16 PM
Replies: 2
Views: 492
Posted By sayannayas
If you know a bit of html you can easily use ...

If you know a bit of html you can easily use

Jcarousel for creating great photo gallery with automic image slider

you can see below two examples

example 1 (http://sorgalla.com/jcarousel/)
...
Forum: JavaScript programming 06-21-2012, 08:29 PM
Replies: 3
Views: 309
Posted By sayannayas
Why not try implementing awesome jcarousel with...

Why not try implementing awesome jcarousel with auto scroll options

see this post here (http://fundapass.blogspot.in/2012/05/hello-syntaxhighlighter-function.html)
Forum: JavaScript programming 06-21-2012, 05:50 PM
Replies: 10
Views: 638
Posted By sayannayas
you can have id to your input feilds like ...

you can have id to your input feilds like

<input type="submit" id="<?php echo $id; ?>_btn" class="button" name="action" value="Viewed"/>

and your jquery will look like

...
Forum: HTML & CSS 06-12-2012, 08:12 PM
Replies: 2
Views: 228
Posted By sayannayas
For dynamic rendering u have to look to up a bit...

For dynamic rendering u have to look to up a bit now...

use jcarousel ,an awesome jquery plugin that will make ur task very easy

check out the followings sites


example 1...
Forum: Site reviews 06-08-2012, 03:54 PM
Replies: 6
Views: 920
Posted By sayannayas
I do appreciate your time & effort for putting...

I do appreciate your time & effort for putting your thoughts together & listing it down to points.

To be honest i never expected one to be auditing my site at grammar level..:p and you are...
Forum: Site reviews 06-06-2012, 08:43 PM
Replies: 6
Views: 920
Posted By sayannayas
Thanks SeattleMicah :) I am not very much...

Thanks SeattleMicah :)

I am not very much into blogs...you know.My aim for the blog is to provide very basic entry level documentation that may help kick start programmers who are very new in the...
Forum: Site reviews 06-06-2012, 05:50 PM
Replies: 6
Views: 920
Posted By sayannayas
Thanks for the info Can you give me some...

Thanks for the info

Can you give me some basic suggestion to overcome this?

i have used few images though for demonstration only
Forum: Site reviews 06-04-2012, 09:25 PM
Replies: 6
Views: 920
Posted By sayannayas
Suggestions about my new blog?

I have recently developed a very basic blog about fundamentals of varoius programming languages & plugins.Please give suggestion.I am afraid about its "first look" as i concentrated more on the...
Forum: JavaScript programming 06-02-2012, 07:30 PM
Replies: 12
Views: 582
Posted By sayannayas
I installed servers & editors today,and here is...

I installed servers & editors today,and here is your working code


<script>

function handleClick(token) {

//alert the token once to see the value is fetched correctly

//alert("token...
Forum: JavaScript programming 06-02-2012, 05:17 AM
Replies: 12
Views: 582
Posted By sayannayas
follow my below post,its a working code :)

follow my below post,its a working code :)
Forum: JavaScript programming 06-01-2012, 09:59 PM
Replies: 12
Views: 582
Posted By sayannayas
oh...my bad :) you inner.html code should...

oh...my bad :)

you inner.html code should work here just put your code snippet in an on-change event handler like this...

<checkbox id=”shipindex” onchange=”yourhandler(shipindex.options[...
Forum: JavaScript programming 06-01-2012, 09:34 PM
Replies: 12
Views: 582
Posted By sayannayas
I am sorry if i am confusing you here,but my...

I am sorry if i am confusing you here,but my understanding of your code snippet is

1)you have no element like "shiptime" that you are tryiing to get id of.

2)If you want the select box (a drop...
Forum: JavaScript programming 06-01-2012, 09:04 PM
Replies: 12
Views: 582
Posted By sayannayas
its the value that you need to pass from your...

its the value that you need to pass from your second select box to first

eg:

<checkbox id=”shipindex” onchange=”yourhandler(this.selectedindex.value)”></>

I assumed the value of your second...
Forum: JavaScript programming 06-01-2012, 08:49 PM
Replies: 12
Views: 582
Posted By sayannayas
This might help then... Function...

This might help then...



Function yourhandler(token)
{
var compare;
var values= token.split(_);
var shipStates= document.getElementById('shipState');
Forum: JavaScript programming 06-01-2012, 08:07 PM
Replies: 12
Views: 582
Posted By sayannayas
I think a work around for this is to have 2...

I think a work around for this is to have 2 hidden inpt field which will have intial values as 0

<input type=”hidden” id=” expresseshour” value=’’0”>
<input type=”hidden” id=”...
Forum: JavaScript programming 05-31-2012, 12:55 PM
Replies: 7
Views: 485
Posted By sayannayas
Use a scroll event handler that will track the...

Use a scroll event handler that will track the current scroll positon & trigger ur "back to top" panel



<script type="text/javascript">
function trackCurrentScroll ()
{
var...
Forum: HTML & CSS 05-30-2012, 05:43 AM
Replies: 6
Views: 680
Posted By sayannayas
I think the problem lies in hard-coded pixel that...

I think the problem lies in hard-coded pixel that you have given to your center division.Try doing something like this:

<div id="main">
<table>
<tr>
<td width="20%">
left navigation
</td>...
Forum: JavaScript programming 05-29-2012, 06:25 PM
Replies: 3
Views: 185
Posted By sayannayas
Jcarousel is a awesome bit of jquery plugin that...

Jcarousel is a awesome bit of jquery plugin that comes with nice configuration options like auto scroll timer,left right navigation,also u can have patches that will show pagination also.I myself...
Forum: JavaScript frameworks 05-26-2012, 09:53 PM
Replies: 1
Views: 1,574
Posted By sayannayas
You can use two call back methods like ...

You can use two call back methods like

itemVisibleInCallback: highlight,
itemVisibleOutCallback: removehighlight

And add css like
//activate
...
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT +1. The time now is 02:28 PM.