Posts
 
Reputation
Joined
Last Seen
Ranked #96
Strength to Increase Rep
+11
Strength to Decrease Rep
-2
98% Quality Score
Upvotes Received
65
Posts with Upvotes
60
Upvoting Members
41
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
41 Commented Posts
~184.02K People Reached
Interests
Reading, writing and coding. Sleeping occasionally.
Favorite Tags
Member Avatar for hines77
Member Avatar for Anna97
0
256
Member Avatar for DennisP

The following snippet is a simple PHP Pagination Script which I wrote. As far as I know it works fine. It is meant to be used within a class, and I have wrapped in in a class in order to demonstrate it's usage. The example given below will return something …

Member Avatar for Wolf_2
2
3K
Member Avatar for ZenMartian

I would like to have a SEND TO PHONE form on my web site. I'm creating a separate mobile site and I would like to give visitors of my main web site an easy fill-in form that allows visitors to enter their 10-digit mobile number and click a SEND button …

Member Avatar for Semy
0
473
Member Avatar for EnderX

I built a php-driven form that is intended to have its results printed out and shipped to another location. The results are laid out as a set of tables that hold the information in place. I tested the page on a system wher ethe default browser isFirefox, which displayed the …

Member Avatar for osman.sokuoglu.19
0
257
Member Avatar for seankleyn

I want to start programming PC Games that use lots of graphics. Which Programming language or languages are best suited for computer graphics programming and WHY?:)

Member Avatar for keyboard_me
1
2K
Member Avatar for adrive

hi again, i'm wondering if it's possible to return an array from my php generated content to ajax's responseText. I tried echoing back the whole array variable but can't seem to fully receive it in javascript. somewhere in file1.php <?php $myArray = array(); $myArray['name'] = "ajax tech"; $myArray['age'] = 20; …

Member Avatar for ivan.danshin.9
0
5K
Member Avatar for nathanpacker

Hey, I'm trying to use a simple select menu, and I would like to set one of the values to be the default, and it works great in IE, but not in firefox. Here is a sample: [CODE] <select name="test"> <option value="Test 1">Test 1</option> <option value="Test 2">Test 2</option> <option value="Test …

Member Avatar for homez
0
652
Member Avatar for vssp

hai friends I want mail server setting in my php appliacation no need to change the php ini file I got some sample code like this $mail_ini=ini_set(SMTP,"mail.ebscon.com"); $mail_ini=ini_set(smtp_port,25); This code working on only Windows machine only. But I am using linux machine Any option without change the phpini file to …

Member Avatar for IIM
0
534
Member Avatar for asull100

I'm creating a website and I want to have a popup menu with additional links come up when a text image is moused over. I'm alright with HTML, but I know that this can't be done in HTML and I assume it's Javascript that I would need to use. Can …

Member Avatar for kallaya10
0
2K
Member Avatar for metaface

Hello all, My question is about grep as a command line program... How can I tell grep to only search inside files that end in ".php"? The command that I am using now is: grep -r "some_string" some_directory Thanks! -Dave

Member Avatar for sethwb
0
1K
Member Avatar for Alexandro

I know that I can import an css file in other css file with @import Ex: @import "style.css"; and i use this in allcss.css Can I do something like this in javascript, import a javascript in other javascript ;

Member Avatar for goldentuna
0
681
Member Avatar for MidiMagic

How do you make a style that affects the font attributes of [B]only[/B] the numbers in ordered lists (ol) without affecting the contents of the list items? No kludges please, and the solution must validate as XHTML 1.0 strict.

Member Avatar for JesusFreak83
0
2K
Member Avatar for GDICommander

Hello, everyone! I'm starting to learn OpenGL and I have a problem with linear transformations. The program is very basic: I want to draw 4 squares and make them move individually (by doing translations and rotation). I understand that I need to stock all the transformation in a matrix, so …

Member Avatar for chvkishore.20
0
1K
Member Avatar for deepthianns

Hi, I want to execute some java script code when I close the browser. The following code is executing in I.E. But I want to execute in Firefox and Netscape. <html> <head> <script language="JavaScript"> function doUnload(evt) { var e = (window.event) ? window.event : evt; if (e.clientX < 0 && …

Member Avatar for alleen
0
3K
Member Avatar for chakrapani

When we signout the form How can i disabling back button and, not only disabling back button but also delete history from browser. Suppose i used <script language="javascript" > javascript: window.history.forward(1); </script> to disable back button , its working. when i go to back list and click previous histories it …

Member Avatar for SehswagGxx123
0
11K
Member Avatar for gcs584

Hi All, I've developed a site for a small to medium sized company. The current website is only 3 months old. After attaining much success, the company has plans to expand its site. This is great for the business, but is a bit of a pain for the web developer …

Member Avatar for venkat1026
0
119
Member Avatar for bhuvan83

hi every1 i m new to website development. just learning it. i have made a code in which i access my database(MS Access). i m able to print the first record of the database on the page. but i m not able to go to next record which i want …

Member Avatar for Vetha
0
233
Member Avatar for Braga_ESI

Hi, I need help no this web page that i'm making, I think it's a bit too simple for you guys :), so here goes nothing.... I need a text box like: <input value="Click here to clear text" name="nome" type="text"> That actually clears the text when you click on it... …

Member Avatar for fizerahmani123
0
638
Member Avatar for David Lee

I'm kind of a newb to javascript, so bear with me. I'm working on a site for a college javascript class, but I want to do a little bit more with my class site. I have a very simple slideshow set up( as a pop-up), but I want the images …

Member Avatar for Kyle G
0
256
Member Avatar for mattyd

I am working on a fairly simple site. At this point I am wanting to assemble 25 images on the [URL="http://stormtrooper.webng.com/"]homepage[/URL] which when assembled will form a [I]whole[/I] image (where each separate image will be clickable). I am only at the point of trying to getting the images arranged as …

Member Avatar for robbiegod316
0
257
Member Avatar for rhenig

Hi, I have a checklistbox in a table's cell. This checklistBox get its values dynamically from the database, by using DataBind(). Currently, all the results are listed in a long list. I would like to define a fixed height (or a max-height), and have a scrollbar in the list to …

Member Avatar for DanyalRaja
0
1K
Member Avatar for Latent

Hello everyone, I have to create a Palindrome Programme in Pascal using Pointers and Queues. A Palindrome is a word which when spelt backwards or forward if the same ex RACECAR or RADAR. I am having a problem actually creating the Palindrome Part of the Code. Thus Far, this is …

Member Avatar for 00beda
0
518
Member Avatar for parani

Hi Can you please go through the HTML files and let me know where am I going wrong? Page1.html : [inlinecode] <html> <head> <title>PAGE 1</title> </head> <body> <form action="page2.html" method="get" name="LoginForm" id="LoginForm"> Username : <input name="username" size="20"> Password :<input name="password" type=password size="20"> <input type="submit" name="Login" value="Login" > <input type="reset" name="Reset2" …

Member Avatar for Taywin
0
215
Member Avatar for wingwarp

if you have read or use [U]Learn C++ in 24hours [/U]is it a good book to learn formor object oriented Programming in c++ is that a good book to learn OBJECT oriented programing to learn graphics...

Member Avatar for tiredoy
0
444
Member Avatar for Arizona Web

I am looking on [URL=http://hotscripts.com/PHP/Scripts_and_Programs/Content_Management/]hotscripts[/URL] for content management systems, and there are just so many. Many of them are bloated with junk I don't need (but may have use for soemtime down the road if I start building all my sites with this engine). Some are too stipped too - …

Member Avatar for ckant_kol2006
0
403
Member Avatar for KevinADC

A bare-bones code snippet to remove duplicate lines from a file. There are a number of ways to accomplish this task but this is a fast and dependable method using perls inplace editor and a simple hash to get the job done. This probably should not be used for really …

Member Avatar for sensamurai
1
1K
Member Avatar for Nouvelle

I need serious help with Scrollbars. how can i position them so they go exactly where i need them. say on a picture i need it in the circle area how can i get it there and what do i need to do? Could somebody point me in the right …

Member Avatar for julianmoors
0
214
Member Avatar for daabomb2002

How can i hide my html code on my website? when browsing to it using IE,i can click on View source and see all my html code. Is there anything i can install on my server to hide my site's html code? Thanks

Member Avatar for Arkinder
1
398
Member Avatar for BalagurunathanS

Hi Friends.. In my web application(ASP.net), i need to disable the "Back" button in the browser.Moreover i also need to disable the Backspace key in my keyboard when my web page is run..How to do it with javascript..? Someone help with javascript as early as possible.. Regards, Balaguru

Member Avatar for @developer
0
1K
Member Avatar for buggsword

I need to be able to dynamically assign a variable to the height attribute of a div(flashOverlay) based on the height and t position of another div(pageContent). I am using the following script to capture the variable data. How do I apply this var to the div? <script type="text/javascript"> <!-- …

Member Avatar for Ashriya
0
202