Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~6K People Reached
Favorite Tags
Member Avatar for gunnarflax

Hi, I'm trying to read a cookie that I've set with php with javascript. The cookie is for storing the username when logging in to a site. If the cookie has been set I want the focus in the inline popup to target the password field so that the user …

Member Avatar for Zsolt
0
5K
Member Avatar for sheelap

hello I know windows & Linux but I am now very anxious to learn android operating system.can any one help me that where to learn it or any best,easy book so that I can learn myself own

Member Avatar for peter_budo
0
129
Member Avatar for Philip435

Hey, Im trying to implement a search in the action bar in my android app. Ive got the serachView to show and Im able to write in it. But when I press enter to make it submit the request should just open my SearchActivity were I should just be able …

0
143
Member Avatar for Philip435

Hi, why does the two functions factorial and factorial2 only return the right factorial if the input is 12 or less ? [CODE=c] #include "iostream" using namespace std; int factorial(int n){ if (n==0){ return 1; } else{ return n*factorial(n-1); } } int factorial2 ( int x ) { int p …

Member Avatar for VernonDozier
0
83
Member Avatar for Philip435

Hello Im going to make a program that is much like a calender. I havent started coding anything yet because I would like some advice on how to make the program "alive". - I wont it to be able to start up automatically when windows starts. - Run in the …

Member Avatar for mrnutty
0
89
Member Avatar for rukshilag

ive been coding the plain old procedural way in php and i want to move that code to object oriented. can i just simply use my currently written php code into a function and then call it? pleas let me know an easy way to make my normal php code …

Member Avatar for jenyroger
0
204
Member Avatar for Philip435

Hey!! I'm going to try to learn RoR but before i start to do that I'm going to try to learn some Ruby for a better understanding on how RoR is working. I have Java and C++ experience so object oriented programming is nothing new. Ive found many useful tutorials …

Member Avatar for jwenting
0
80
Member Avatar for jhonnatas

hello again!well...I'm developing a Content Management System and I have a form where the user write a text then i'll store this text in my database and i'll write it on a page using the "echo",I store the text with the html tags like: <p> blablabla</p>.but the user doesn't know …

Member Avatar for jhonnatas
0
123
Member Avatar for Philip435

Hey I have div that is editable and I need to know when the div is in focus and when its leaving focus. how do I do it?

Member Avatar for Graphix
0
54
Member Avatar for Philip435

Hey guys I have a small problem and i hope you can help. Basicly am going to make an search script to my website. Im going to use onkeyup event when the user is writing and my problem is that I wont to make a function that takes in input …

Member Avatar for Philip435
0
142
Member Avatar for Philip435

Hey im building a site and i need to learn a bit more about security, ajax, php everything. I know basic stuff but I havent read anything about it so plz share some links or experience plz ! For example am I going to use a ajaxlogin, anything I really …

Member Avatar for jreddick82
0
76
Member Avatar for Philip435

Hey i need some help, ive done a javascript that will create a small popup when the user a link, just like the one on this forum when u touch a thread and you can read a small part of it. this is the code and my problem is that …

Member Avatar for shanyuva
0
83
Member Avatar for Philip435

Hey Im going to make an ajaxlogin for my website but ive ran into a problem with the jquery submit() funktion. If i put my login form in the body of the index and use $('form').submit() it works perfect but. when I have the login form in another php page …

0
72
Member Avatar for Philip435

Hey I need some help with my java game Im making. I wont to have an menu with 4 options, startgame, highscore, option and quit. They quit button is easy I just setVisible(false) but when i click on the other buttons I wont to remove the buttons and include new …

Member Avatar for Ezzaral
0
114
Member Avatar for Philip435

Hey Ive been trying to make a login script using ajax, the thing is I cant get the php script am calling with ajax to set session variables. Is it even possible? Should I use Cookies becouse I know I can set them with javascript or should I just skip …

Member Avatar for kjelle392
0
61