Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~8K People Reached
Member Avatar for hiyatran

in HTML you can call CSS [CODE]<head> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <tr><td class="cssHere">Display</td></tr>[/CODE] can you even call CSS in javascript? [CODE]document.writeln("<tr><td class="cssHere">" + Display + "</td></tr>");[/CODE] if so how do you even call the "[B]style.css[/B]" thanks

Member Avatar for Purvi_1
0
272
Member Avatar for hiyatran

Here's my code (It doesn't work): var c=document.getElementById("myCanvas"); var ctx=c.getContext("2d"); function Shape(){}; Shape.prototype.Circle = function(){ // Some code here }; Shape.prototype.Square = function(){ // Some code here }; MainMenu.prototype = new Shape(); var MainMenu = function(ctx){ this.draw{ this.Circle(); this.Square(); } } What I want to do is to call the …

Member Avatar for Troy III
-1
88
Member Avatar for hiyatran

When I click on an "Add" button, it would create a new form with the "First Name", "Last Name" field and 2 textboxes, just like the original. So if I click on the "Add" button 5 times, it would create 5 new forms for me. Same idea applies for the …

Member Avatar for Bachu
0
116
Member Avatar for hiyatran

I would like to put all my coordinates into an array and have a loop display each one but with a Google function. Here's the code, which draws the points on google map: var flightPlanCoordinates = [ new google.maps.LatLng(37.772323, -122.214897), new google.maps.LatLng(21.291982, -157.821856), new google.maps.LatLng(-18.142599, 178.431), new google.maps.LatLng(-27.46758, 153.027892) ]; …

Member Avatar for Taywin
0
104
Member Avatar for hiyatran

How would I be able to do this? When I click on a button, it would send some text, say, "Check this out!!" to my [B]Facebook[/B] and [B]Twitter[/B] account. I checked everywhere on the web and and this forum but can't find anything on it. Can someone give me some …

Member Avatar for JorgeM
0
48
Member Avatar for hiyatran

I figure out how to write all the entries from my database onto a text file. header("Content-Type: text/plain"); header("Content-Disposition: Attachment; filename=test.txt"); header("Pragma: no-cache"); exit; How do I modify the text file?? Each entries (or row) have 5 elements in it and there are multiple entries in my database. How do …

Member Avatar for LastMitch
0
147
Member Avatar for mushget

if some one change his signature back link and suppose forum is already linking back to particular site so can it will effect back link...

Member Avatar for android45
1
474
Member Avatar for hiyatran

I have 2 arrays and I would like to compare the 2 arrays. If an element in array 1 is NOT in array 2 then I would like to display that element. In this case, I should only display the letter "c" but it doesn't work and I don't know …

Member Avatar for Airshow
0
83
Member Avatar for hiyatran

I trying to display a random number using innerHTML Here's my code: [code]<html> <head> <script language="JavaScript"> var myArray = new Array("String1", "String2", "String3", "String4", "String5", "String6", "String7", "String8", "String9", "String10"); var num = Math.floor(myArray.length * Math.random()); document.writeln(myArray[num]); //document.getElementById("myString").innerHTML = myArray[num]; </script> </head> <body> <div id="myString"></div> </body> </html>[/code] it works when …

Member Avatar for MartinRinehart
0
88
Member Avatar for hiyatran

I would like to pass an array to a function but how does the program know which array I would like to choose from?? Lets say I have 3 arrays and I would like to pass [b]array C[/b], to my function. I checked the web but they only show if …

Member Avatar for Taywin
0
5K
Member Avatar for hiyatran

I would like to have multiple id and all using hover link for all #test1, #test2, #test3, #test4 a:hover{ color:#0F0; } this doesn't work. NOT sure why?? thanks

Member Avatar for Dandello
0
77
Member Avatar for hiyatran

I can't seem to get my innerHTML to display my content. This works fine, if I was to put it all in one line. [CODE]document.getElementById('addedText').innerHTML = '<table><tr><td>'+"My text goes here"+'</tr></td></table>';[/CODE] If I was to break it up, which I wanted then nothing seem to show up. [CODE] document.getElementById('addedText').innerHTML = '<table><tr><td>'; …

Member Avatar for Anirudh Rb
0
93
Member Avatar for hiyatran

.innerHTML is used when you trigger an event but if you just want to display the text how would you go about do it?? I don't want to used document.writeln because it will "[B]Wipe out all the contents[/B]" of that page. So I have some HTML text and javascript text. …

Member Avatar for LaxLoafer
0
171
Member Avatar for hiyatran

I have this: [CODE]img.decor{ text-decoration:none; border:#CCCCCC thin solid; padding: 4px; } [/CODE] My HTML: [CODE]<a href="google.com"><img class="decor" src="images/birds.jpg" /></a>[/CODE] when I hover over the image "decor" in my CSS, I would like the whole image to turn grey. I tried this: [CODE]img.decor a:hover{background-color:#CCCCCC;}[/CODE] but it doesn't work. Any ideas?? I …

Member Avatar for ko ko
0
42
Member Avatar for hiyatran

I am able to incorporate CSS into the HTML, like this: [CODE]<tr><td [B]style="background-color:#FFFF00;"[/B]>test</td></tr>[/CODE] How can I incorporate CSS into javascript? [CODE]document.writeln("<tr><td [B]style="background-color:#FFFF00;"[/B]>" + "test" + "</td></tr>");[/CODE] The javascript code doesn't work or this is it even possible? Thanks

Member Avatar for Pnorq
0
157
Member Avatar for hiyatran

I go onto this blog and post a comment, with my name, email address and website URL. When I submit it, I notice that the link to my site has been re-directed. So: link: their_domain.com/info&12345 redirect to: my_domain.com [b](My link)[/b] Will google bot see my link? Or does it just …

Member Avatar for sagive
0
95
Member Avatar for kethyjewel

I want google cache my web page. I don’t know how I can do this. Please anybody give me suggestion.

Member Avatar for shanewarner
0
137
Member Avatar for jackdalson

I’ve tested various link building tips over the years and found the following ways that can have killer effect on your search engine ranking. But before that, always keep in mind that search engine likes quality incoming links and you need to build link trust. Don’t go for spam links.and …

Member Avatar for TudorBran
0
318
Member Avatar for dafnisteew

Optimize your website. It's now very easy no wasting your valuable time. you have to select plan that you wont and they'll do for you. I'm talking about Link Building companies. What about your ideas? Do you agree with me?

Member Avatar for baccijewelry
0
184
Member Avatar for hindlist

I am trying to optimize my site for search engines. I have looked some articles in this regard as i am still new for SEO. Now i am stuck up with the keyword density issue and have some doubts regarding this:- 1) Is keyword density still useful for a website …

Member Avatar for baccijewelry
0
131
Member Avatar for saqib Imran

Traffic is generated from all sort of search engines, that ranges from image searching to research paper related searched, question that remains is what kind of search engine do we need for our website that could find us and bring more traffic. Rules and regulations for almost every search engine …

Member Avatar for Lecee Lery
0
156
Member Avatar for Allison2009

Hi, I read about link wheeling for SEO. In this, I have two doubts. 1. Whether Link Wheeling is a White Hat SEO. 2. Whether the same content (without any change) could be used for the wheeling, viz., in articles, blogs, hubs, squid, etc. Request your responses. Thanks

Member Avatar for Lecee Lery
0
161