Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~12.6K People Reached
About Me

I work as a software engineer at Next Jump in NYC. I work on the architecture team and we deal primarily with code optimization and security, as well as broader issues like the scalability and flexibility of the code base. In my spare time, I enjoy web…

Interests
Code architecture, design patters, web development, web design, and in my spare time video games, sports,…
Favorite Tags
Member Avatar for ryantroop

Hey all, Im hoping this isnt too out of line to ask - it is genuinely out of a desire to learn and improve, but sadly it is not necessarily code based. I am working on getting "experience" so I can persue a career in programming, either web, platform, or …

Member Avatar for JorgeM
0
245
Member Avatar for czxzxcXZ

Hi, I had a final exam last week and I just want to make sure whether I have got the multiple questions right. I would be great if you can share your thought (or an answer) about these two questions. 1. A search engine works from a collection of Web …

Member Avatar for ctaylo21
0
181
Member Avatar for nmoth

Hey all, it's my first post here on Daniweb! Looks to be a brilliant community and I look forward to contributing to the Daniweb Web Development board as that is my primary area of interest. So I've been having a problem. My client is starting to ramp the pressure up …

Member Avatar for ctaylo21
0
83
Member Avatar for phpHelp

Hi, I have 7 variables...each vriable is having either of two values "0" or "1" e.g. a=0, b=1, c=1, d=1, e=0, f=1, g=0 Now I need the total of all these 7 variables but only which are having value "1" (in the above case b+c+d+f) My problem that it's dynamic...i.e …

Member Avatar for phpHelp
0
188
Member Avatar for rjony321

Hi, please first you visit this site http://www.webdo.x10.mx/ this is my practice site.I just starting my php carrer.here i create a search option with button but its not working as my expectation.i think its code is OK".here the code.. <?php $connect=mysql_connect('localhost','root',''); $mysql_db=mysql_select_db('my_database',$connect) or die(mysql_error()); //db name:my_database if (isset($_POST['search_name'])) { $search_name= …

Member Avatar for rjony321
0
369
Member Avatar for Reidmere

Hi, I'm trying to figure out how to create a random integer, that I can ALSO control by using links, which I'm setting as buttons. In short, I've been programming an MP3 Player. Currently, I have "$playing" set as a random integer, but I want links to increase by 1, …

Member Avatar for Reidmere
0
214
Member Avatar for rotten69

Hey everyone, Recently, I have developed a website for my project and was using a 10-inch laptop during the development time. It looked fantastic on a 10-inch screen. However, I faced a problem with the width (CSS properties needed to be changed) of navigation bar on the top when I …

Member Avatar for ctaylo21
0
101
Member Avatar for DaveyMoyes

Hi all, I have a small piece of code to check that a field is numeric only, [code] function validate_numeric($variable) { return is_numeric($variable); } [/code] How can I check that text entered is text only ? so to protect against malicous attacks. . . Thanks

Member Avatar for jkon
0
214
Member Avatar for ginG3R

Hey guys, am a newbie and I searched I didn't see this question somewhere. If it exist, forgive me. I need help in redirecting url. I want to redirect users from [url]www.ammotorllc.com[/url] to [url]www.ammotorsllc.com[/url]. I want it that when people type the first, it will automatically switch them to the …

Member Avatar for JorgeM
0
926
Member Avatar for issaru07

i know this is a simple error but i just couldnt spot the error and i run the query seems fine. really appreciated... pleasee help Parse error: syntax error, unexpected '=' in D:\xampp\htdocs\book\admin-order-details.php on line 16 [CODE] <?php $objConnect = mysql_connect("localhost","root","boon84") or die(mysql_error()); $objDB = mysql_select_db("db-test"); $id = $_GET['id']; strSQL …

Member Avatar for issaru07
0
121
Member Avatar for cambridge77

Hi, Am trying to get away from flash + new to jquery. I know there is an obvious problem in the Css or js but the more I change things around the worse it gets. I want the gallery up next to the right of the nav column. Sick of …

Member Avatar for ctaylo21
0
178
Member Avatar for jsheehan

I have got this bit of code for a simple game and i need annotate and can someone explain to me the processes which are occuring. import random # set up our maximum and minimum number of blocksMAXBLOCKS=100MINBLOCKS=0 # set up the initial number of blocks in the toweruserBlocks=50 # …

Member Avatar for ctaylo21
0
130
Member Avatar for MattWhitehead__

Hello, I'm having trouble with a webpage that has multiple CSS. The issue is the jQuery on the page, which doesn't work. The page I'm trying to get to work; [url]http://www.sahara-online.co.uk/demo/News.htm[/url] So does anybody know what to do? - some help would be much appreciated. Thanks Matt.

Member Avatar for ctaylo21
0
211
Member Avatar for phorce

Hello hope that you can help. Basically, I'm making a site that uses a header file and then for each page, include the header and set the title.. It's easy using procedural PHP but I want to do it using OO. Here is the problem: Page.php (class) <?php class Page …

Member Avatar for ctaylo21
0
104
Member Avatar for Galbatorix

a friend of mine told me that there are websites that are designed using css only, no html or div involved. does anyone here know about it. if so, could u direct me to a site that would be helpful in my learning? :)

Member Avatar for Galbatorix
0
124
Member Avatar for great_learner

Hi guys, I am writing some query from winforms. I am getting error with the following query: [CODE] string query = "Select [Doctor Name], Day, DateTime, Med_Sur from Doc_Pat_App where (lower([Patient Name])= '" + name + "') and (DateTime >= GetDate()))";[/CODE] I know that there is no mistake till lower() …

Member Avatar for great_learner
0
196
Member Avatar for gyno

In my quest towards becoming a guru in [B]Web Development[/B] led me to start learning [B]Scripting[/B] few weeks ago and i started with [B]Javascript[/B] there is this video tutorial that i have on my drive which was putting me through, the going was good but i got stuck when some …

Member Avatar for jmichae3
0
118
Member Avatar for knottykings

Pls I need help on this validation script. Even after logout and without login, I can access the assigned webpage. What might be wrong?? [CODE]<?php //Start session session_start(); //Check whether the session variable SESS_MEMBER_ID is present or not if(!isset($_SESSION['login']) xor (trim($_SESSION['login']) == '')) { header("location: login.php"); exit(); } ?>[/CODE]

Member Avatar for nagarjunrajen
0
178
Member Avatar for gurupts

Hello sir , i am new to the web designing and i have developed a website using HTML and CSS ...it causes no problem in my system but after uploading the layout is not in proper arrangement in different system monitors...plz help me to solve this Thanks for any help

Member Avatar for abakinfotech
0
170
Member Avatar for denmarkstan

please people i am just looking for tutorial that will guide me through on how to handle graphics designs and photoshop designs in asp.net. please help for any good link. thank you.

Member Avatar for ctaylo21
0
91
Member Avatar for nexter

please solve my problem Parse error: syntax error, unexpected T_STRING in /home/vhosts/www.changs.tk/index.php on line 8 [CODE]<?php if ($NoTemp) { $CONFIG; Return (1); } $EXTRA_ENGINE="exchange_box.php"; $PAGE_TEMPLATE="index.html"; $PAGE_TEMPLATE="login_page.html"!!session_active()$CONFIG$_GET$CONFIG$CONFIG; $_GET("do_login")$page; $LANG_msg$LANG_msg; $page("LANG",$LANG_msg); $_GET$_GET; Return (1); ?>[/CODE]

Member Avatar for ctaylo21
0
292
Member Avatar for devilish demon

i have 3 images, 2 are feather's images and 1 is text image i am trying to put these two feather images(which are in png format so to be transparent) in opposite corners as well as in front and 3rd text image should come from behind of the start of …

Member Avatar for devilish demon
0
327
Member Avatar for lemur

Hi there, I created highlitght button for current page to change color, but problem is cause it also seems to extend above top border of main navigation bar. Any hint? [CODE]#mainnav { background-color: #404040; padding: 0.5em 1em 1.5em 0em; text-align:left; text-decoration:none; clear:both; margin-bottom:0.2em; height: 0.4em; } #mainnav ul li { …

Member Avatar for lemur
0
94
Member Avatar for umeshMCA

hi, here i mention my code its a code to login and logout code when i click on logout than its return on userlogin page but when i press back button of browser its return to previous page. code here RM.php <form action="login.php" method="post"> <table width="300" align="center" border="1"> <tr> <td …

Member Avatar for sainigks
0
162
Member Avatar for chudapati09

I can't get the following code to work correctly: [CODE] <html> <head> <title>test</title> </head> <body> <?php $ip = $_SERVER['REMOTE_ADDR']; echo "<h1>" . $ip . "</h1>"; ?> </body> </html> [/CODE] It outputs this: [QUOTE]" . $ip . ""; ?>[/QUOTE] But when I create a php file and throw the php into …

Member Avatar for diafol
0
87
Member Avatar for scarlettmoon

Hi ~ As you can see from the code below I am in school for programming. I have come across this homework assignment a few times on the site already however the requirements for mine are different. I cannot use arrays. Three functions - I only have two coded. The …

Member Avatar for scarlettmoon
0
150
Member Avatar for ctaylo21

Hello all, I have a script that displays the graphs of the rain gauges that the user selects on my site. They check all the gauges they want to see, and then when they click submit, my script then searches another site for the graph for each gauge using that …

0
80
Member Avatar for ctaylo21

Hi all, I am looking to pass a javascript array that is created by the user (through checking different boxes and populating the array with id numbers) to a php script which this uses the id's in the array to make url calls. I am having difficulty passing the array …

Member Avatar for ctaylo21
0
161
Member Avatar for ctaylo21

Hey guys, I am currently looking into making my own flash game. I'll have my bachelor's degree in computer science next year so I am pretty familiar with programming. I am pretty bogged down with school work, but I still want to be able to create a few simple games …

Member Avatar for janiquebroune
0
128
Member Avatar for jtodd

Hello all! I am in the market for a new laptop and I am currently starting my graduated degree in CIS. I was considering a Mac book pro. Is there a way to run visual basic and other microsoft programs on it. How well does boot camp work? Will I …

Member Avatar for BradleyScott
0
171