Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
17
Posts with Upvotes
12
Upvoting Members
12
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #1K
~8K People Reached
About Me

I'm a software developer currently completing my final year of Software Design in university. I'm most experienced with Java, JavaScript (Node.js, jQuery, CoffeeScript), PHP and Python. I'm your typical early 20's technology fanatic.

Interests
Programming, Music, Sports
PC Specs
Building a new one after I graduate. Currently using Samsung laptop, Intel Core i3, 6GB RAM, 1TB Hard…
Favorite Tags
Member Avatar for harinath_2007

Its quite boring here and requires some hot programming stuff discussions LIVE. Eventhough there's a PM option , why cant there be an option to live chat with somebody else in this website and share our thoughts and ideas and lot more. Its time for creating chat rooms..

Member Avatar for Dani
1
237
Member Avatar for ImZick
Member Avatar for vaibhav.bansal.311
Member Avatar for T4gal

Hello, I posted this in the Wordpress discussion forum but have not got a response, so I thought I might try here. Hopefully I have posted this in the right category, if not please let me know. I have two categories for posts and two pages to display these posts. …

Member Avatar for T4gal
0
203
Member Avatar for nitin1

actually, i am not asking for fun or something. I want to learn something new in these vacations. I know C, Java and moderate knowledge of php. Can you tell me something which i can learn in the vacations ? I have 1 month as vacations and ample time to …

Member Avatar for nitin1
0
523
Member Avatar for varma51

<form action="#" Method="post"> <input type="radio" name="cakes" value="blackforest"> <input type="radio" name="cakes" value="darkforest"> <input type="radio" name="cakes" value="vanila"> <input type="submit" value="submit"> </form> > Quoted Text Here here what the thing is i selected a radio button from those choices. now i did refreshing the page. the selected radio button will not display as …

Member Avatar for diafol
0
120
Member Avatar for gon1387

Hi Everyone, I've been looking for good javascript projects to join. Are there any projects you can advice? I've researched a lot. (with the help of Google. :D) But would also love to get advices from people who have/had worked at an opensource project here. I would also love to …

Member Avatar for gon1387
0
272
Member Avatar for ascyndance6y

I've been planning a certain program for 3 years. During these 3 years, I've let thoughts and ideas formulate, and stew, in order for me to critique them properly. I know precisely what I want this program to do. For almost every function I know what as a client I …

Member Avatar for ascyndance6y
0
374
Member Avatar for mpc123

HI I am trying to create folders from database, but get this error as im trying to make folders named field1-field2-info Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING on line 8 <?php connection blar connection blar $query = "SELECT field1, field2 FROM Table"; $result = …

Member Avatar for broj1
0
112
Member Avatar for wannafzan

This is my assignment. I've done it 36 hours straight and I can't think properly so my program looks like kindergarden kid's program. Basically, we have to do a GUI for Pizza ordering. Everything works except for the amount. The output for amount is "0.00". I have to send it …

Member Avatar for wannafzan
0
2K
Member Avatar for MiketheBook

There's a web-site I used to access regularly but now when I try i come up with the message "version.php PHP script text." I don't even know what PHP is but is there any way that I can still get into the web-site or read it?

Member Avatar for diafol
0
171
Member Avatar for Violet_82

Hi I am having problems running and compiling a program with more than one class, but I am not sure how to do it in netbean, it keeps complaining. I have the 2 following files called respectively Account.java public class Account { String name; String address; double balance; } and …

Member Avatar for Violet_82
0
298
Member Avatar for <M/>

Have you guys seen the new design of youtube... it looks nice but the format is kind of akward on why the positioned it to the very left side of the page... Why do you think they did that? Probably for mobile?

Member Avatar for gavinflud
0
71
Member Avatar for Violet_82

Hi all, I have recently built a website using wordpress and I have noticed that wordpress adds some classes to my html tags automatically. I asked for support in their forum, but nobody got back to me, so I was hoping somebody could she some light on this? SO I …

Member Avatar for Violet_82
0
232
Member Avatar for inaxassan

The human body has many organs (heart, lungs, brain, and kidney, to name a few). We could think of the human body as complex object made up of simpler objects (organ). a) Create classes for heart and brain. Think about what the functions of the heart and brain are in …

Member Avatar for TrustyTony
0
290
Member Avatar for hwoarang69

is there a way to use real link in include? bc the code below doesnt work. it say cant use http. login.php <?php include("http://localhost/E_COMMERCE/INCLUDE/header.php"); ... ?> --------------------------------------------------------------------- header.php ... <link rel='stylesheet' type='text/css' href='css/main.css' /> ... ------------------------------------------------------------------------------- another way in login.php, i can do this code below. but the problem is …

Member Avatar for hwoarang69
0
156
Member Avatar for oneoderja

Your demo code is required to (DO NOT manually print out, write a FOR loop to do it) 1. print all white furniture 2. print the total cost of all furniture in the array. // How do i print these using my code: public class FurnitureDemo { public static void …

Member Avatar for JamesCherrill
0
220
Member Avatar for MrsWhit

I have been working on this for a while and keep getting error after error. It seams like every time I fix something, I get an error for something else. This is the main class. import java.util.Scanner; //for scanner class public class ArrayOps { private int[][] numbers; //Holds a 2D …

Member Avatar for gavinflud
0
178
Member Avatar for arcticman452

I have 2 JComboBoxes that are using an itemListener, right now the code I have compiles but when I call for tankSize and fuelCost to complete my calculations nothing is returned and my answer is always zero. What do I need to change so the variables transfer to tankSize and …

Member Avatar for arcticman452
0
128
Member Avatar for Violet_82

quick question.Take this html <form id="the_form"> <input type="checkbox" value="ideal" name="ideal_drive" id="ideal"><label for="ideal">This is a test only only</label><br> ... Say I want to select the text in the label and give it a different colour. I tried this rule #the_form label[for='ideal']{ color:yellow; } It works ok but not in IE7. SO, …

Member Avatar for Violet_82
0
121
Member Avatar for Atlanta15Braves

I need to sort these strings in order and I have changed the code of my program which use to sort integers and now I need it to sort strings and I cannot get it to work, any help..... import java.util.Scanner; public class Strings { // -------------------------------------------- // Reads in …

Member Avatar for subramanya.vl
0
212
Member Avatar for DaveyMoyes

Hi Everyone, How can I add a + sign to the following string.... for some reason I just can not figure it out I have tried ".+ and ".+." and sign quotes - both options but it just doesnt seem to work for me.... $number = $Code."".substr( $mobnum, 0 ); …

Member Avatar for LastMitch
0
319
Member Avatar for klemme

I have this function which fades in a main menu when scrolled more than 100px. $(document).ready(function() { $(window).scroll(function () { if ($(this).scrollTop() > 100) { $('#main_nav_fixed').fadeIn(500); } else { $('#main_nav_fixed').fadeOut(500); } }); }); It works fine, but if the user scrolls fast up and down lets say 10 times, and …

Member Avatar for gavinflud
0
127
Member Avatar for dcdruck

I noticed something today about Arrays in JavaScript that struck me as a bit odd. I imagine there is an easy explanation that will make perfect sense when I hear it, but until then I thought I would ask the community. If I use an Array as the sole component …

Member Avatar for dcdruck
0
137
Member Avatar for dancks

Hey guys its me again: Basically everything on this page, at least the parts I'm able to test, are working, problem is addproduct.php is supposed to print errors when error checking the form and repopulate the data fields with the previously submitted data. I'm doing this by populating $_SESSION. addproduct.php: …

Member Avatar for gavinflud
0
408
Member Avatar for farhanahanat010

Can any one tell me hoe to edit wordpress theme from edit option? I want to change my theme from theme edit option.

Member Avatar for gavinflud
0
238