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

Computer Science Graduate

Favorite Tags
Member Avatar for tomtomtom3

Hi My laptop froze the other night, and wouldn't respond to anything i did, and so i had to manually take out its battery to turn it off. I think it froze again once i restarted it so i took out the battery a second time. Now, i cant get …

Member Avatar for apadilla06
0
219
Member Avatar for kako13

Hi, I am trying to copy the selected jTree elements on the left to the jTree on the right. However, I had been unable to acomplish it even when I had been looking at some books, google, forums... I had attached a screenshot. Thanks.

Member Avatar for mKorbel
0
96
Member Avatar for kako13

I have a WordPress theme that is affecting the style of the post. Using another theme it look OK (Screenshot-4). Any idea?

Member Avatar for Arkinder
0
191
Member Avatar for kako13

I had been trying to make my WordPress blog Thumnails Clickable without any luck. Here is the code I am supposed to change: [CODE]<a href="<?php the_permalink(); ?>" title="<?php the_title();?>"><?php the_post_thumbnail(); ?></a>[/CODE]

Member Avatar for design324095
0
325
Member Avatar for Tcll

hello, I'm having a problem with my cpu which involves the Realtek HD Audio manager. when I logon to my account, I get no audio, but when I logon to a differant account, it works perfectly... anyone know how to fix off-hand :/ I'm looking into this myself, but I'm …

Member Avatar for Tcll
0
131
Member Avatar for kako13

I have a Blog and I would like to replicate the shadow effect that appear on Omgubuntu.co.uk. I had attached a screen-shoot. Any idea?

Member Avatar for kako13
0
81
Member Avatar for Josue198s

i need help installing themes on Ubuntu 10.10 i got to this link [url]http://www.techiesouls.com/2008/11/27/collection-of-50-best-looking-linux-gnomeubuntu-themes-to-download/[/url] after i download the themes files i don't know how to install it.... please someone help me...

Member Avatar for kako13
0
77
Member Avatar for kako13

Hi, I am working with a dreameaver template. However, it shown the text of the body in the left side bar. I had attached a screenshoot. [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- DW6 --> <head> <!-- Copyright 2005 Macromedia, Inc. All rights reserved. --> <!-- …

Member Avatar for cfajohnson
0
111
Member Avatar for kako13

Hi, I'm reading a line from a text_file.txt The line looks like: 1#Jonh#Smith#PO Box#4.9#5.0# The code being used: [CODE] fstream file; file.open("Tbl_cliente.txt", ios::in); // open a file for input file.unsetf(ios::skipws); getline(file, Cli_nombre, '#'); getline(file, Cli_apellido, '#'); getline(file, Cli_dirr, '#'); file >> Cli_total_compras; file >> Cli_balance;[/CODE] But when I look for …

Member Avatar for necrolin
0
139
Member Avatar for kako13

Hi, I want to edit a record inside a txt file. So first a search for the record inside the file and display the record to the user. But for example, if the user want to edit the name, how I can go to that position? [CODE] void editar_cliente() { …

Member Avatar for Lerner
0
228
Member Avatar for kako13

Hi, I was thinking to build a website where registered user can create a topic and others users submit comments about it. Which is the best approach? Build it from scratch or use a CMS?

Member Avatar for Ilovelucy
0
118
Member Avatar for kako13

Hi, I have a table in MySQL that I want to update it if the row exist or insert the record does not exist. [CODE=php] mysql_query("REPLACE INTO `$it` (file_name, directory) VALUES ('$insert','$dir_http')"); // or die ("Insert query failed"); [/CODE] I was following this: [URL="http://dev.mysql.com/doc/refman/5.1/en/insert.html"]http://dev.mysql.com/doc/refman/5.1/en/insert.html[/URL] But every time I run REPLACE …

Member Avatar for almostbob
0
3K
Member Avatar for kako13

Hi, the problem is that I don't want the code to insert the [B]script name[/B] in the database. So I added this [CODE] basename($path) != basename($file_path) [/CODE] but don't work and the name of the script is then inserted in the database. What this script do is read all the …

Member Avatar for kako13
0
115
Member Avatar for kako13

Hi, In [B]search_results.php[/B] I have a variable named [B]$path[/B] which display something like: [I]C:/documents/personal/home.doc[/I] I would like to create a [B]button[/B] that link to a new window which is going to display: [I]C:/documents/personal/home.doc[/I] Right now is being displayed in search_results.php like this: [CODE=php] echo "<td align=left bgcolor=$bgcolor id='title'>&nbsp;<font face='Verdana' size='2'>$path</font></td>"; …

Member Avatar for Airshow
0
163
Member Avatar for kako13

Hi, I want to split a footer with CSS because I want to have a left & right alignment. Any suggestion? [CODE=css] body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #333333; background-color:#CCCCCC; margin:0px; padding: 0px; } a { color: #12B7ED; } a:visited { color: #3C88B0; } …

Member Avatar for kako13
0
219
Member Avatar for kako13

Hi, I have a layout .dwt with their respective editable region in the main area (body). How I should organize the text? Using div layers or you should not abuse of div layers? Any other approach?

Member Avatar for kako13
0
160
Member Avatar for kako13

Hi, A user go to search.php and input the term. If the user want to search for an exact prhase it add to the search term " " just like Google do. Example: "apple" But when the variable is passed to search_results.php it look like this: [CODE=php] //search_results.php $var = …

Member Avatar for kako13
0
172
Member Avatar for Nattynooster

Hello, I'm making a website for a friend of mine, located at [url]http://www.theconsolelounge.co.uk/catherine[/url] But as you might of noticed, the navigation bar is not doing what it is supposed to be doing, I'm trying to make it fit all onto one line on 800x600, It should do this anyway, but …

Member Avatar for MidiMagic
0
130
Member Avatar for kako13

Hi, the site navigation bard (on gray) look different from page to page. I want it to keep the same size no matter what page I visit. I attached the CSS and the html pages. * This problem seems to happen in Internet Explorer. [CODE=css]body { font-family: Verdana, Arial, Helvetica, …

Member Avatar for MidiMagic
0
73
Member Avatar for kako13

Hi, I'm was asked to create a search engine. The same search on data in a MySQL service. Right now it work, but the search query is not powerful. How I can improve it and make it a good search engine? [CODE=php] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> …

Member Avatar for kako13
0
158
Member Avatar for SEO-FREE

or paid even? Community websites like facebook, soulmates and etc..? Please recommend any if you know.! thanks!

Member Avatar for twohawks
0
137
Member Avatar for ayesha789

Hi, I want to know about cricinfo.com like menu. How I can develop a menu using Fireworks, Dreamweaver. please guide me. or any easy way .please share.

Member Avatar for kako13
0
71
Member Avatar for kako13

Hi' This is a Dreamweaver template .DWT but for some reason I can't edit the line 36 (<td colspan="2" class="footer"> Personal </td>) it appear on gray. Any suggestion? [CODE=html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <!-- TemplateBeginEditable name="doctitle" --> <title>Untitled Document</title> …

Member Avatar for kako13
0
164
Member Avatar for benasour

I just started to learn C++ after I have been programing in C. I use vim and the GNU compiler in terminal to create my programs. When I was working in C I made a generic one-file Makefile so I did have to write out all the tags/switches every time …

Member Avatar for Duoas
0
987
Member Avatar for kako13

Hi, I'm trying to update a file with an information in a binary tree. However my algorithm is working only for one NODE. Any suggestion will be appreciated! [CODE]void Arbol::updateFile() { Nodeptr p = miArbol; // myTree Recorrer(p); cout << "File updated!" << endl; cout << endl; } void Arbol::Recorrer(Nodeptr …

Member Avatar for kako13
0
144
Member Avatar for kako13

Hi, I wrote a program to input an INFIX convert it to POSTFIX and then evaluate it. But the function 'evaluarRPN' used for evaluate POSTFIX some time work and some time not, depend of the input. For example: (8*9-8/5+6)*(5-9) = -305, but the program display -308 (8+9) = 17, display …

Member Avatar for kako13
0
288
Member Avatar for kako13

Hi, I have to implement a class called linked list that must read from file the following information about persons: name, social security and age. Then I have to implement some methods for manipulate the data. The problem is that I don't know how to start the implementation, because I …

Member Avatar for kako13
0
115
Member Avatar for kako13

Hi, I'm getting this error: Asig 2.cpp In function `void ManiMatrix()': 31 Asig 2.cpp expected primary-expression before "int" Asig 2\Makefile.win [Build Error] ["Asig 2.o"] Error 1 Here is how I'm calling it from main: customMatrix.checkIfMagic(); Prototype in the class: void checkIfMagic(int**); void matrix::checkIfMagic(int **arrayOfArray) {// function began } // function …

Member Avatar for kako13
0
151
Member Avatar for MKDWOLF

Can somebody help me with this code. The program need to repeat until the user wants to quit. [code]#include<conio.h> #include<iostream> #include <cstdlib> #include <stdlib.h> using namespace std; int opcio1(); int opcio2(); int opcio3(); int main() { int choice; cout << "==========================================" << endl; cout << " Menu" << endl; cout …

Member Avatar for WaltP
0
119
Member Avatar for kako13

Hi, I have been searching in google for an algorithm for sort a dynamic array. I must said that the information in the Internet for sort dynamic array is very limited. However, I found bubble sort for dynamic array, but it don't wanna work. It is inside a class definition …

Member Avatar for kako13
0
4K