Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
58% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
3
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
7 Endorsements
Ranked #260
Ranked #4K

89 Posted Topics

Member Avatar for christopher.ava

because it is iphone get an android hehe jocking maybe update cause it or have downloaded many apps and you dont have enought space or many apps are running in backround

Member Avatar for Dani
1
438
Member Avatar for Devid Billa

you must learn the basic and the basic HTML AND CSS , it is like huburger, so HTML is like bread and CSS is like what is inside to complete the taste

Member Avatar for ivy.inc.Hugh
-2
2K
Member Avatar for pato wlmc

take java and c++ if you know C++ C# will not be problem if you want use in future the 3 are usefull in every platform java and c++ are the best language for game development it used in the bigest studio as ubisoft and more . i'm young too …

Member Avatar for Reverend Jim
0
10K
Member Avatar for chrisschristou

hello everyone gld this community exist ! i'm facing new problem with apache2 on ubuntu i'm using lamp from yesterday and everything works fine knowing that i'm originaly from windows ! so when i type `gksu service apache2 start` in terminal and then put my password, when i refresh localhost …

Member Avatar for rproffitt
0
2K
Member Avatar for chrisschristou

hello, i just set goal of mastering algorith and i just get started i have an algorhtm for insert sort and i when i write it in c it is not sorting this is the algorith for j D 2 to A_length key = A[j] // Insert A[j] into the …

Member Avatar for rproffitt
0
425
Member Avatar for markdean1989

if you want to know the programmer's task it depend because it's too wide! the only way to become programmer is to learn and pratice! as life style we don't sleep at night lol !

Member Avatar for markdean1989
0
308
Member Avatar for chrisschristou

hello i'm just training myself on web development so i wanted to create a drop down menu wich i have post before about it! so i get the html code and css and the javascrip code of the bootstrap header menu and i want to customize it for my website …

0
215
Member Avatar for chrisschristou

hello friends i'm using the boostrap menu for my website it was fine until i wanted to get menu element from database so u got the syntax error unexpected '<' in line 3 and the line 5, 6, 7, 9, 10, are shown red in my IDE i gues if …

Member Avatar for diafol
0
522
Member Avatar for meron seyoum

pointers are really an importer chapter in programming you can't master it using forum so here is the one of the best book on pointers the book is based on c language and there is no difference: https://www.amazon.com/Understanding-Using-Pointers-Richard-Reese/dp/1449344186

Member Avatar for rubberman
0
319
Member Avatar for chrisschristou

hello friends. i have i simple c/c++ function that return the min of the array to the main function, in the body of the function i'm using an iterative loop so i would like to do it recursivly and i don't know from where to start! all reply are usefull …

Member Avatar for AssertNull
0
543
Member Avatar for chrisschristou

hello, how to setup eclipse IDE to use visual c/c++ compiller. i have visual studio express on my computer i guess this include c++ compiller what probably do compile c. so i would like to know how can i use the the visual c/c++ compiller in eclipse IDE thanks you …

Member Avatar for rproffitt
0
1K
Member Avatar for chrisschristou

hello friends sorry for posting this basic question here but i can't figure it out why my variable "tasse" is getting 8 or (the value of variabale i) in this code below. #include <stdio.h> int main(){ int leght = 15; int tasse =0; int random; int array[15]={1,5,4,7,8,5,1,0,9,7,0,0,5,4,10}; int i,j; for(i=0; …

Member Avatar for toxicandy
0
252
Member Avatar for RaYan_1

you allready have an idea of what you want make, i can say you allready the algorithm of your program in your comment, no body in the world would write whole code for you, start coding your program compile it, if you get stuk then post your code here and …

Member Avatar for chrisschristou
0
217
Member Avatar for chrisschristou

Hello friends i just have one question i want to make my own android OS customized version or even one day make entire own OS, so i wanted to know for the android OS i must learn JAVA ? or c/++ ??

Member Avatar for rproffitt
0
236
Member Avatar for chrisschristou

hello i just get started with java so i have a question where the difference from c/c++ and the famous lovely java begin, the function or better method, so in c/c++ we can make a function prototype on top the main and then define it later like this int myfunctionprototype(int …

Member Avatar for JamesCherrill
0
1K
Member Avatar for chrisschristou

hello world i would like to know to print on terminal a message with color and backround without external library i find this on internet and it works pretty fine but i would like to coloriza backround too!! #include <stdio.h> #define ANSI_COLOR_RED "\x1b[31m" #define ANSI_COLOR_GREEN "\x1b[32m" #define ANSI_COLOR_YELLOW "\x1b[33m" #define …

Member Avatar for rubberman
0
424
Member Avatar for chrisschristou

hello every body here i got some problem with assign value to arrays, so i want to print multiplication table of the arrays: #include <stdio.h> int main(){ int x=5; int y=5; int i,j; int tab[x][y]; for( i=0; i<x; i=i+1){ tab[i][j]=i; for(j=0; j<y; j=j+1){ tab[i][j]=i; printf("%d", tab[x][y]); } printf("\n"); } return …

Member Avatar for rproffitt
0
289
Member Avatar for chrisschristou

hello friends i want make i tracking system database thing like to tracking shipment: i have already make package table alter with sender table and receiver table, but the shipping tracking i'm not fiding the logic of it i was thinking i add a colum called action avery time i …

Member Avatar for cereal
0
157
Member Avatar for chrisschristou

hello friends i have just a short question. i want to make i calculator in avascript to change the value a html field in real time i have my script before the html body tag close function calculTarif() { var prix = parseFloat($("#prix").val()); var poid = parseFloat($("#poid").val()); var total; if …

Member Avatar for lps
0
248
Member Avatar for chrisschristou

hello my friends i have posted this article before but it stil didn't work so so i tried many time different way but i dont see the reason why my menu is not working. in my main page `template.php` here is the content <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> …

Member Avatar for pixelsoul
0
2K
Member Avatar for hareeshshinde

there so many tutorials on internet about it. or try by your self and if you meet some problem come back to post.

Member Avatar for Gideon_1
0
145
Member Avatar for chrisschristou

hello danifriends. i'm developing my website with php and i want to make dynamic header, so i create i file header.php with logo and menu and the page had all html doctype and and head tag for link with css and js..., i include the header in my page using …

Member Avatar for chrisschristou
0
759
Member Avatar for chrisschristou

hello friends, i so sorry to post this simple question but it is 2 week i'm trying to use jquery on my website but still it is not working, i have used query in past and it was working pretty fine, and now i'm developing i simple website, i followed …

Member Avatar for chrisschristou
0
252
Member Avatar for chrisschristou

hello friend, i have a div content and a sidebar content take 60% and sidebar take around 40% the thsi my css #sidebar { clear: none; float: left; margin-left: 1.4492%; width: 34.7826%; display: block; } #content { clear: both; float: left; margin-left: 0; width: 63.7681%; display: block; } so in …

Member Avatar for tdrosiadis
0
136
Member Avatar for chrisschristou

hello dear friend. on my page i have a form with data with submit bouton when user click on insert data insert into a table all work fine i would like to redirect user to other page after insert into the i use this code $insertGoTo = 'order-line.php'; if (isset($_SERVER['QUERY_STRING'])) …

Member Avatar for shitanshu_1
0
3K
Member Avatar for MustafaScript

i never touched phytho in my life i don't know how hard is it or easy but i'm learning c c++ and java same time this is how i do: in my book i note the difference betwin 3 langauges. and ii make same exercices in both languages.

Member Avatar for rubberman
0
204
Member Avatar for chrisschristou

hello friends i want suggestion of hardware not really for gamer but for a geek i want to use: 1.after effect 2.3D design MAYA, 3DXMAX 3. WEB DESIGN (ADOBE ILLUSTRATOR PHOTOSHOP) 4. JAVA PROGRAMMTION FOR ANDROID AND C LANGUAGES AND C++ also play some prety cool, no the best processor …

Member Avatar for David_50
0
224
Member Avatar for chrisschristou

hello friends, i need to do one more step in web developement, it is about CMS or (WCMS), i create web site with php/mysql using dreamweaver so i had facility to creaty template.... my question is how to create a MCS or a just form that will allow me to …

Member Avatar for diafol
0
268
Member Avatar for chrisschristou

hello i wanted to insert data into database like html format i mean i text wich contain html tag like H1 H2 OR P, and any basic other i must use BLOB OR LONGTEXT, if i uses BLOB i must enter that directly in database or upluad that file ?? …

Member Avatar for chrisschristou
0
277
Member Avatar for pintukennady31
Member Avatar for chrisschristou
0
115
Member Avatar for chrisschristou

hello dani friends. i'm working on webdesign and web developement from 2 years autolearning on interent. now i'm capble to make a website for a client using php/mysql and html5/css. but i dont know when i will deliver the site for my client how he will be able to add …

Member Avatar for gabrielcastillo
0
172
Member Avatar for chrisschristou

hello friends i finally started programmation at school, we use ubuntu, at home i installed eclipse with MinGW i tried simple helllo world and it works but when i start mutiple exercices under same same project i get a compiler errormultiple definition of 'main' in c i tried `int main …

Member Avatar for chrisschristou
0
2K
Member Avatar for muhd.hadziq

haha yea Banfa have reason you can complise cause you have a computer but make sure have an compiler on. if you have compiler error check out what i find you should do salaryIn should be float and in scanf scanf("%f", &salaryIn)

Member Avatar for aradicev
0
147
Member Avatar for chrisschristou

hello i'm using the latest version of wampserver but i have a problem with my alias i get this message "403 forbidden you don't have permission to access / on this server" i had this problem in past and i resolved it by editing line 278 and the document root …

0
111
Member Avatar for chrisschristou

hello friends. i have a small proble but i'm not abble to solve, the problem is i have i form when user submit if he is not login he get a alert please login function showloginbox() { var client=document.forms["formulaireajout"]["client"].val; if (client==null || client=="") { alert ("please login"); return false; } …

Member Avatar for Bile
0
224
Member Avatar for chrisschristou

hello dear friends, i need your help. i'm not app developer but just trying to make a mock up. i created a android project with navigation drawer. and the navigation drawer is in string like. please help me friend i'm doing it for a national digital champion. if win i …

Member Avatar for chrisschristou
0
200
Member Avatar for chrisschristou

hello friends. i just start with android and i got many trouble one is the image size so i can undestund ldp is for low density and it's grow to hdp xhdp, xxhdp...., but i can't undestund how to edit image for the different screen. for exemple i have a …

Member Avatar for peter_budo
0
377
Member Avatar for chrisschristou

hello dear friends i'm not a developer not app designer what i know is just buiding website and i'm an autolearner. i have a national champion to make an app mockup in photoshop it is litle hard beacause i must show it with basic function. and i want just to …

Member Avatar for chrisschristou
0
245
Member Avatar for chrisschristou

hello. i have a project to do for android, i want to make a tourist guide app, but i want to have basic information on app and sometime i want 5 request data from google or from website. i must on app apk app or web application in reality i …

Member Avatar for peter_budo
0
228
Member Avatar for chrisschristou

hello my lovely friends of daniweb commuty. i have i jquery code of login popup basicaly it work when we click on a link to call it. but i want to excute it if a field is empty for it, i have add a code before `$('a.login-window').click(function()` and that code …

Member Avatar for chrisschristou
0
315
Member Avatar for chrisschristou

hello everybosy. i ust have this general about SKRILL.COM account. i create i account a few days ago on skrill because i want sell online, my question is the use skrill for receive money, (to get paid) to use it as payment gateway i must create account as business account, …

0
128
Member Avatar for chrisschristou

hello daniweb friends. sorry for my title i didn't find how tell shortly or exact my problem. so i have a div in header which in i have image as site logo and near i have form "search form" i want to make near, face to face. but what i …

Member Avatar for rtrethewey
0
216
Member Avatar for anuj11

paypal is better for buyers not for seller expensive and every case paypal give favor to buyers

Member Avatar for asan_1
0
263
Member Avatar for chrisschristou

hello dears friends develppers. i have posted similar question but i didn't get solution and i tryed diferent way but nothing done and decide to comme back, anyway. i have a `div` with `id` `login-box` inside i have login form. i get a jquery tutorial and i made it popup …

Member Avatar for sikander123
0
848
Member Avatar for chrisschristou

hello every daniweb friend. i have a javascript code which check if a field is empty `onSubmit` it alert a error line 15 but i don't it to alert i want to tag this link to open this html link `<a href="#login-box" class="login-window">Login / Sign In</a>` and i don't have …

Member Avatar for chrisschristou
0
196
Member Avatar for chrisschristou

hello friends. i have a function in where i move all table content to another table and delete from preview table, the `DELETE` DON'T work i can't understund why but here is my code i need your helps friends all your reply count for me. $query_suppr_panier = sprintf ("DELETE FROM …

Member Avatar for chrisschristou
0
228
Member Avatar for chrisschristou

hello daniweb friends i need help in my below calculation script all go right but just in the filed shippingtotal it display `NaN` i don't know why i tried the comment in line 27 and delete line 6 but still same. HELP PLEASE <script type="text/javascript"> function calculatePtotal() { var totalofptotal …

Member Avatar for chrisschristou
0
1K
Member Avatar for chrisschristou

hello everybody i have a form where require user email to be submit, for it i have made client side behavior, if email field is empty js alert the following currend is alert, but i want to show in popup (alert window) a div who allow users to login in …

Member Avatar for chrisschristou
0
786
Member Avatar for chrisschristou

i will go to a local digital champion, and i must propose my idea as innovation, for a app : i thinked about to creat a city guide: with 2 main function speech Recognition And voice reader google now answer when you ask about meteo 1. allow user to find …

Member Avatar for peter_budo
0
170
Member Avatar for Junaid_2

The End.