Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
83% Quality Score
Upvotes Received
17
Posts with Upvotes
16
Upvoting Members
6
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
8 Commented Posts
~58.9K People Reached
About Me

not much really - just trying to figure this stuff out

Interests
Painting (fine art and yes even Home Improvement), reading, anime and manga, and freelancing in Graphic…
PC Specs
Older Mac G5 (right before Intel) - not much really, need to get back to upgrading now that school is…
Favorite Tags
Member Avatar for Behseini

Hi Everone, Can You please let me know how I can add icon(image) before items in a listbox.I have a simple code for listing database elements in a listbox and I would like to add icon for each element.For example a table icon before tables(like MS Access Table List or …

Member Avatar for macgurl70
0
4K
Member Avatar for Deepo

Hey guys im using notepad++ to create a strict dtd xthml web page but im wondering if there is a more helpful and visual software for CSS ? something to guide me along a user friendly path and give me a basic visual preview of how my page will turn …

Member Avatar for macgurl70
0
197
Member Avatar for turpentyne

Maybe there's a better way to do this. but I thought I'd try. I want to write a simple image toggle script that would work with multiple images. When the user mouses over, change the src, using the data- attribute. Then on mouseout, revert to the original src. Is this …

Member Avatar for macgurl70
0
234
Member Avatar for FALL3N

I could probably/def read a text file with javascript by embedding some ruby in there but I want to know how to do it with javascript. My code follows: [CODE] <HTML> <HEAD> <TITLE>"Text File"</TITLE> <SCRIPT LANGUAGE = JAVASCRIPT> function handleFile() { var myFile = document.getElementById('txtF') var fileContents = System.IO.File.ReadAllLines(myFile); document.form1.textfield.value=fileContents; …

Member Avatar for L0st
0
18K
Member Avatar for GrimJack
Member Avatar for mikeoabban

i have a form that calculate student marks and grade. there is one text box on the form which am finding it difficult reset or clear the text in that textbox. i just double clicked the text box put this code behind it. it is working alright but i cant …

Member Avatar for macgurl70
0
133
Member Avatar for johndoe444

Here is the code copied from w3schools ([url]http://www.w3schools.com/ajax/tryit.asp?filename=tryajax_suggest):[/url] [CODE]<html> <head> <script type="text/javascript"> function showHint(str) { if (str.length==0) { document.getElementById("txtHint").innerHTML=""; return; } if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState == 4) { …

Member Avatar for bharathivkmani
0
12K
Member Avatar for Cameronsmith63

Hi there, 1) So i have a Menu Strip, and a couple of user controls, and in these user controls, i have group boxes. So when I click on the item that I want in my menu strip, it displays as normal. That's working fine. What I am trying to …

Member Avatar for Cameronsmith63
0
140
Member Avatar for suavedesign

I am a beginner designer. Many times, when I download an image (from Shutterstock, for example), and then place that image in my document in Photoshop, the placed image in my document is smaller than the image that I downloaded. For example, I download an image that is 1000px by …

Member Avatar for macgurl70
0
2K
Member Avatar for Aneesha

i got a new macbook and what i know it does not get viruses.. but few days ago a friend told me yes nowadays mac as well get virus.. is this possible?? if yes then how to protect it from virus, is there any anti virus for mac?? am quite …

Member Avatar for jsepeta
0
895
Member Avatar for piers

Hi guys I have an image that I need to resize for a website without losing any of the quality. The image has a .gif extention and when I have scaled the image down using GIMP the image goes a bit fuzzy. Do you know any software or method to …

Member Avatar for neotutorials
0
154
Member Avatar for prem2

Dear all, I have done a sample program using ajax . But onreadystatechange not working. If i specifies "false" in the open method. Example program : [code] <html> <head><title>Sample Ajax File</title></head> <script type="text/javascript"> function ajax_function(){ var httpReq = new XMLHttpRequest(); httpReq.onreadystatechange=function(){ alert(httpReq.readyState); } httpReq.open("GET","http://localhost/ajax/sample.php?name=prem&Id=1",false); httpReq.setRequestHeader("Content-type","application/x-www-form-urlencoded"); httpReq.send(null); } </script> <body> <form …

Member Avatar for macgurl70
0
2K
Member Avatar for newbie14

Dear All, I have page like this using a third party tab. The problem I have emailed them so many time but no reply. Here a sample link [url]http://183.78.169.54/v3/addTab.php[/url]. I would like to create my own any idea how to do it.

Member Avatar for macgurl70
0
79
Member Avatar for manu555

[CODE] <script language="javascript"> function add() { var divTag = document.createElement("div"); divTag.id = "div"; //alert(divTag.id); //divTag.setAttribute("align","center"); //divTag.style.margin = "0px auto"; var j=1; divTag.className ="dynamicDiv"; var v1 =document.getElementById('ttlBoxes').value; var v2 =document.getElementById('boxno').value; var d1=parseInt(document.getElementById('ttlBoxes').value); var d2=parseInt(document.getElementById('boxno').value); if(v1!=""&& v2!="") { if(d2<d1) { divTag.innerHTML ='<br /><table width="101%" border="0" align="center" cellpadding="5" cellspacing="1" class="entryTable" ><tr ><td width="150" …

Member Avatar for manu555
0
174
Member Avatar for kz13

I am trying to create a footer and facing a problem while doing so... This is my html code: [CODE]<div id="container"> <div id="main"> <div id="terms"> // content </div> // closing terms </div> // closing main <div id="footer"> // content </div> </div> // closing container [/CODE] And css code is [CODE]html, …

Member Avatar for macgurl70
0
169
Member Avatar for mayurms

I am thinking of Press Release and article submission because it carves a permanent place on internet. Then pay per post, but in pay per post thing, top blogs will charge a lot of money. My other option is Email marketing. My thought on PPC is that it comes and …

Member Avatar for pgmco
0
233
Member Avatar for babafemi

hi my name is babafemi ibitolu from nigeria. i'm quite new in the IT feild. I am doing my post graduate diploma in information technology( though correspondence), but what i realised is that all that i have read so far is not practical at all. now i am considering web …

Member Avatar for goldybedi
0
347
Member Avatar for tomjrjones

i want to make a popup div for my games section in my website, so when i click an image a sort of layer pops up (not a new window) i need it so i can add swf games to it, what do i need to do or can anybody …

Member Avatar for rosy12
0
112
Member Avatar for Pinchanzee

I'm having trouble with some basic AJAX, I'm very new to it but have found a similar chunk of javascript that I've altered to my needs (kind of). I have a <div> that I want to change upon the click of a link. It contains a list of entries, ordered …

Member Avatar for Pinchanzee
0
175
Member Avatar for hsmukunda

Hi html layout not rendering properly in internet explorer. I have attached the screenshot of the layout rendering in firefox and internet explorer. Please see the area of red rendering in internet explorer and gap between yellow bar and red in firefox where as the same gap is not rendering …

Member Avatar for hsmukunda
0
122
Member Avatar for siddarudhak96

Hi everyone, I have MCP certification, and i got some MCSE training.But i am not intrested in Microsoft field, because everyone knows microsoft even small child. But now searching Apple MAC feild , i donot know, about feature in MAC. I want to do same certifications like MCSA in APPLE. …

Member Avatar for ducksoup
0
170
Member Avatar for W1ND0W5

My sister's b/f bought a MacBook Pro for almost 4 grand and he is having trouble connecting to his Time Capsule. It will join the network but not display any web pages. I'm a Windows user, but I'm on that Mac right now and it has joined other networks and …

Member Avatar for W1ND0W5
0
172
Member Avatar for Tcll

here's a little test I want to do: in the main html I simply want a text input, and a submit button... when I type something in the input and click 'submit', it calls a function that generates an html with: [CODE] <html> <head><title>JS Generated HTML</title></head> <body> //(text in input) …

Member Avatar for Tcll
0
143
Member Avatar for sreekiran
Member Avatar for sivasuit

Hi i am new to java script.In my project i submit the html form for insert some records.i validate form with java script.whenever i click the save button the browser ask to resend or retry.but the records were inserted .i need the page want to refresh automatically without asking resend,retry …

Member Avatar for macgurl70
0
81
Member Avatar for vishalkhialani

Hi, I want to insert a array variable in a another variable. I know how to get it done in php but not in JavaScript. Please advice how should I code the syntax for variable statement ? [CODE] var name[0][0]="tom"; name[0][1]=12; statement="My name is".name[0][0]."and my age is".name[0][1]"; [/CODE] I searched …

Member Avatar for macgurl70
0
206
Member Avatar for LogicWeb

Please see screenshot. I'm trying to vertically align the text and background in the table, but odd enough, they are dropping to baseline somehow. I've tried dozens of variations in the CSS but cannot get the text to be middle aligned (vertically) in the background. HTML [CODE]<table cellpadding="0" cellspacing="0" style="width: …

Member Avatar for Kraai
0
149
Member Avatar for silkyheart

i need to make this work like it is supposed to pop out a message box containing the answer when i click a cell... oh and i need to have a super randomized background that relies on Math.ceil(Math.random())... *how the hell would i know how to do this? i'm just …

Member Avatar for macgurl70
0
424
Member Avatar for imKEN

I made a design for my first web page, and I tried to do the codes but sadly I can't. Can someone tell me where to code the codes needed, if it will be on html or css. Because I can't arrange the images I wanted them to be. I …

Member Avatar for macgurl70
0
133
Member Avatar for minimogul

I am making a logo in illustrator its a mix of text and symbols. I used two arrows from the swatches got the basic layout for the logo. When I go to add effects it looks very bad because I cannot get the text and the symbols to group and …

Member Avatar for minimogul
0
102