Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
53% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Member Avatar for archie.herbias

I want to have a forum in my website project in school. i don't have any idea. may anyone help me suggesting some examples. it is like daniweb forums. i want to save the topics in the database and retrieve it as a link. i dont know how to do …

Member Avatar for angela_8
0
2K
Member Avatar for archie.herbias

I want to create an app using phonegap that will access the camera but the output of the camera will be streamed on a div or a canvas. I have read this one https://github.com/mbppower/CordovaCameraPreview but I don't know how to really implement this one because as I used this one …

0
156
Member Avatar for archie.herbias

I want to implement a website that has different types of users. I want that when a user posts something, the admin will be notified automatically. I have read about WebSockets and found some examples but mostly of them are about chat application. I just want a notification update. I …

Member Avatar for rubberman
0
4K
Member Avatar for archie.herbias

I have a problem with my laptop about accessing some websites. I didn't know how it happened. Now, I can't access some websites that I usually access. I can access it in my desktop computer. Is there anyone know how to solved this?

Member Avatar for djjeavons
0
116
Member Avatar for archie.herbias

How to get the position of a device that is connected to the network but there is no internet connection? The connection is wifi. I can't use GPS because it uses internet and i don't want to use the cell network data to get the position. Is there a way …

Member Avatar for rubberman
0
200
Member Avatar for archie.herbias

I want to build an own interpreter using c programming and I want to call it in command prompt. How would i do this? I just want to start a command "display" which can display the contents of a file like type in cmd.

Member Avatar for archie.herbias
0
2K
Member Avatar for Mohsin Afzal

Hi, please suggests me , that what should i do for earn money. i want to do some online tasks. Like SEO, Advertisement, or some other tasks.

Member Avatar for James_28
3
1K
Member Avatar for archie.herbias
Member Avatar for archie.herbias
0
948
Member Avatar for archie.herbias

I have a lenovo g400 laptop and i want some upgrades. I have intel i3 processor .my question is, can i update this to intel i5 or i7 ? .i have 2gb ram and i want to upgrade to 4gb+2gb? .is this okay ? :)

Member Avatar for archie.herbias
0
328
Member Avatar for archie.herbias

i have created a codeigniter application and when i tried to access it locally, it says "No direct script access allowed". i don't know what's the problem .i'm using ubuntu . i need some help with this :)

Member Avatar for gabrielcastillo
0
126
Member Avatar for Simunji

Hello bretheren and programming Gurus? Am new and blank about php and just trying to experiment to get things as i want. Am using the code below but it does not validate data input and also does not redirect to the index page specified in it.I want if the fileds …

Member Avatar for eTechZambia
0
194
Member Avatar for archie.herbias

i cannot install microsoft .net framework on my laptop. please help :) this is on the log file: OS Version = 6.1.7600, Platform 2 OS Description = Windows 7 - x86 CommandLine = C:\cd9eff67eee9832dce41e970dae2\\Setup.exe /x86 /x64 TimeZone = Pacific Standard Time Initial LCID = 1033 Using Simultaneous Download and Install …

Member Avatar for JorgeM
0
1K
Member Avatar for nurul_1

Hi,please help me. I have a textbox called txtUsername, also have one called txtEmpID. what im looking for is a simple way for txtempid can get updated automattically based one what i type in txtusername. Thank you

Member Avatar for nurul_1
0
290
Member Avatar for archie.herbias

what is ddr333/400? is it ddr3 or just ddr1 or ddr2? my motherboard supports ddr333/400 and i am confuse what is it. Please help :)

Member Avatar for paul_999
1
170
Member Avatar for archie.herbias

I want to do a down counter using 74ls193 .i want to start from 159 to 0 .my problem is that, i cannot make the second 7segment count from 9 to 0 because it always load 5.

Member Avatar for Assembly Guy
0
120
Member Avatar for archie.herbias

I have two pc at home .I am trying to share my internet connection, myBro from smart, to the two pc using a switch hub but my problem is that when the two computer is using the internet they can't connect simultaneously .When 1 computer connects and then the other …

Member Avatar for archie.herbias
0
265
Member Avatar for archie.herbias

This is my motherboard: K8NGM2 Series MS-7207(v1.X) Micro-ATX Mainboard i have: 1.4 GB of ram and 80 GB of HDD. and i want to know if i can install windows vista in it. can someone help me with this? something to upgrade?

Member Avatar for mjdodd
0
254
Member Avatar for archie.herbias

Is it okay to install 2GB ram in one slot and 1GB to other slot (channel a of channel b) of my motherboard? my motherboard is from MSI. model is K8NGM2 Series MS-7207(v1.X) Micro-ATX Mainboard.

Member Avatar for javanoob101
0
214
Member Avatar for archie.herbias

i have a problem with the specs of my motherboard. it says that is supports ddr3 memory and a maximum of 4GB but there's a reminder in the setup that per DIMM slot supports up to 1GB but it also says that with the reminders: "Do not support three memory …

Member Avatar for webjack
0
208
Member Avatar for archie.herbias

Why this code doesn't redirect to profile page? i need help.. <?php include('connectvars.php'); if(isset($_POST['login'])) { $con = mysqli_connect(DB_HOST,DB_USER,DB_PASSWORD,DB_NAME); $user_username = mysqli_real_escape_string($con,trim($_POST['username'])); $user_password = mysqli_real_escape_string($con,trim($_POST['password'])); if(!empty($user_username) && !empty($user_password)) { $query = "SELECT * from Account where Username = '$user_username'"; $data = mysqli_query($con,$query); if(mysqli_num_rows($data) == 1) { $row = mysqli_fetch_array($data); $_SESSION['user_id'] = …

Member Avatar for cigoL..:)
0
231
Member Avatar for archie.herbias
Member Avatar for Arhur.C
-1
151
Member Avatar for archie.herbias

i want to display some code snippets for my forum. i want to display and html and jsp codes or other codes but i don't know how to fix it because if i display it in a page. it is like that it is included in the page code. i …

0
92
Member Avatar for archie.herbias

is it possible not to include the account password for the user that will send the email. i tried not to put password but it does not work. the email that can send only is the one that is set. please help. this is the code: <%@ page import="java.io.*,java.util.*,javax.mail.*"%> <%@ …

0
97
Member Avatar for archie.herbias

I need some help for the development of my website. I want to send and sms through jsp. anybody can help? i don't have any idea for this..

0
85
Member Avatar for archie.herbias

i need help with my code in retrieving the image stored in the database.. what is the problem of this code? it only displays a blank page.. this is the code : [CODE]<%@page import = "java.sql.*"%> <%@page import = "java.io.*"%> <% Connection connection = null; //login is the name of …

Member Avatar for ejosiah
0
2K
Member Avatar for anithajerome

Hi, I store images in my MYSQL database. I need to retrieve that image to my jsp along with datas.Response.write() function only displays the picture and not the data. How to do that?

Member Avatar for archie.herbias
0
110
Member Avatar for archie.herbias

when i tried to send an email to an account it does not sent. the error result will be displayed. i got an error in the apache tomcat bin log like this: javax.mail.MessagingException: Could not connect to SMTP host: localhost, port:25; nested exception is: java.net.ConnectException: Connection refused: connect at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1934) …

Member Avatar for archie.herbias
0
196
Member Avatar for archie.herbias

Can you suggest a program that i can submit? I need your help for suggestions.. any programs that involves GUI.. simple programs could be.. Thank you!

Member Avatar for leiger
0
225