58 Topics

Member Avatar for AndreRet

I just noticed that Dani surpassed Ancient Dragon on the Post Count rank to number 1! He held this position for years, wow.

Member Avatar for Salem
0
49
Member Avatar for AndreRet

I have not used Stack Overflow for some time now unless really necessary or I cannot find an answer anywhere else. My decision were based on the "arrogance" of some moderators, it seemed that the entire site moved away from being a community service to a "I am the boss, …

Member Avatar for Dani
1
82
Member Avatar for AndreRet

[ATTACH=RIGHT]20145[/ATTACH][B]Building your first DYNAMIC Database application. This is Part One of a four part tutorial on how to install and use your database, Part Two will teach you how to build successful connections and Part Three will teach you how to build database interaction and management of your databases.[/B] There …

Member Avatar for twexpresscars
1
2K
Member Avatar for AndreRet

My code executes as follow - 1) a Search page is loaded where session was already started, var-dump() shows the correct session info like username etc. 2) User enters a search value in a 3rd party script search box that forms part of my search page, I have no control …

Member Avatar for jkon
0
732
Member Avatar for AndreRet

Hi to all the old familiar faces, have not been here for a while... I have read up on tons of samples and answers (and even more on how cryptography works) but none answers my scenario. I am creating a new user from desktop app in VB.Net. User need to …

Member Avatar for AndreRet
0
575
Member Avatar for AndreRet

Hi All, Back after a LONG break from Daniweb, love the new look! I have the following data scanned from a pdf417 and need to extract certain text to certain text fields, not sure how to go about this... Data scanned with manatee works plugin and android app using android …

Member Avatar for AndreRet
0
283
Member Avatar for AndreRet

**Modifications Required for VB6 Applications to Work on Vista/7** Thanks to Hassan Basri in VBForums **Application Changes** - Remove SendKeys calls and replace them with API code. - Use the HKEY_CURRENT_USER in the registry for the settings of your application. - Do not write to HKEY_LOCAL_MACHINE. - If you are …

Member Avatar for hefaz
2
5K
Member Avatar for AndreRet

I have a function as below in javascript that gets all the values from different inputs/selects. It must then build up a string that will be passed to a textarea. This was working fine last night when I tested. I then tweaked something, not sure what I did and of …

Member Avatar for AndreRet
0
169
Member Avatar for AndreRet

![justmywheels1](/attachments/large/1/justmywheels1.png "justmywheels1") # Please see attached image # a User will click on an img which in return will either show - -if unchecked is visible, checked image will be visible (javascript used for this) -and vice versa. I have no idea how to achieve the following - If a …

Member Avatar for AndreRet
0
196
Member Avatar for AndreRet

I have the following code which works just fine... $result = mysql_query("SELECT * FROM test_prefixvehiclefeatures ORDER BY Feature ASC"); $count = 0; echo "<table border='1'> <tr> <th>Select a Feature</th> </tr>"; while($row = mysql_fetch_array($result)) { $count = $count + 1; echo "<tr>"; echo "<td>" . $row['Feature'] . "</td>"; echo "<td><img src='images/unchecked.png' …

Member Avatar for AndreRet
1
196
Member Avatar for AndreRet

I just picked up on this today. What is the skill endorsement all about?

Member Avatar for AndreRet
0
155
Member Avatar for AndreRet

I have 3 select boxes, each one returns a different field from database i.e., in database - 2010 BMW 320i, record 2 2008 Aston Martin DB9 and so on. What I do is to first get user to select a year, then submit form so I can return all vehicles …

Member Avatar for AndreRet
0
187
Member Avatar for AndreRet

I have the following scenario - User clicks on an image to search for a particular brand vehicle. The value of that image must then go the hidden box where I will post the value returned to another form. I just can't seem to get the value returned... My code... …

Member Avatar for AndreRet
0
243
Member Avatar for AndreRet

Stuck again... :) I am returning close to 60 records from a search in mysql. I want to add these records to a select box. When I am looping through the records, it adds a select box for each record. Not sure where I am going wrong. It does load …

Member Avatar for AndreRet
0
276
Member Avatar for AndreRet

I am totally stuck here and found tens of samples on posting to get and set values. What I am trying to do is - 1) Let a user enter a vehicles year model into a textbox in my form (set to post) 2) I then need to get this …

Member Avatar for AndreRet
0
226
Member Avatar for AndreRet

I am totally stuck and hope that someone here might have had the same problem in the past. When I test my code under localhost, all images displays perfect, not so when uploaded from my hosting server. What it does: It uploads data from the database as a description of …

Member Avatar for AndreRet
0
150
Member Avatar for AndreRet

I need to add an image (saved path in mysql - image from file on server returned from $image_id) to my page according to 4 rows returned. There will always be 4 rows returned from db. My problem is that it shows the same image (main with 3 thumbnails) in …

Member Avatar for AndreRet
0
232
Member Avatar for AndreRet

I have been searching for the answer for 2 months, but still no success. Below the setup and connection string and all checked already. Firstly my errorlog file error = 18456 Severity 14 State 11 (Login failed for user OLDPC/GUEST. Token based server access validation failed with an infrastructure error. …

Member Avatar for bear01
0
1K
Member Avatar for AndreRet

I tried to report a duplicate thread in vb6, got this message - [QUOTE]AndreRet, you do not have permission to access this page. This could be due to one of several reasons: Your user account may not have sufficient privileges to access this page. Are you trying to edit someone …

Member Avatar for AndreRet
0
192
Member Avatar for AndreRet

I have been so stupid to hit go at the bottom after I added a new user, deleting all users including root. I have re-installed xampp twice, tried to change the password via the xampp security, still with no success. xAmpp loads perfect on [url]http://localhost[/url], phpMyAdmin though shows the following …

Member Avatar for WebStudio
0
2K
Member Avatar for AndreRet

I have followed every step in the My Sql forum posted - [URL="http://dev.mysql.com/tech-resources/articles/vb-blob-handling.html."]http://dev.mysql.com/tech-resources/articles/vb-blob-handling.html.[/URL] I have no problem in saving the picture file to MySql. The problem arises in retrieving the picture. I am using code as follow: - [CODE]Private Sub DataLoadPicture() On Error GoTo ErrFailed Dim cnPhoto As New ADODB.Connection …

Member Avatar for GTA_doum
0
321
Member Avatar for AndreRet

I have been stuck on this for 2 days now. There were a ton of code available, but not one working solution. Below is my code to send the mail once a user requested a service at an auto repair shop. It updates mysql with all of the data and …

Member Avatar for AndreRet
0
282
Member Avatar for AndreRet

I have searched a million pages today, without any solutions. I can add images to MySql, Pull them from the database and show them successfully. My problem is that they are all in different width and height sizes. What I then tried to do is to set the size BEFORE …

Member Avatar for Kraai
0
1K
Member Avatar for AndreRet

As the title describes, with all the new technology available in cars today, hackers can now break into your car and do some nasty things to it, and ultimately, your safety. Have a look at [URL="http://www.itworld.com/security/139794/with-hacking-music-can-take-control-your-car"]this[/URL] very interesting link where the guys previously plugged into the vehicles control system. They …

Member Avatar for jwenting
0
366
Member Avatar for AndreRet

I'm not sure how to write this in php, so any help will be appreciated - In vb6, I would have had a function similar to this code - [CODE]Function GetReserve() Dim xAmount As Integer, xValue As Integer Select Case xAmount 'Where xAmount is an Integer Case Is = 0 …

Member Avatar for AndreRet
0
173
Member Avatar for AndreRet

I have created a string, now I want to add data to the end of the string - [CODE]<p>This is the string</p>[/CODE] I now want to read from MySql from a field and add the data to the end of the string. Something like - [CODE]&Str1 = "This is the …

Member Avatar for AndreRet
0
181
Member Avatar for AndreRet

I have a main page where the user will select an image between 32 others. Each image has its own category. I then need to open my Categories php page (no need to have 32 I'm sure), where the image selected will display THAT images categories. I have no idea …

Member Avatar for AndreRet
0
142
Member Avatar for AndreRet

I am loading text from a text file into my page. This all works fine, but it loads the text as one paragraph and not in separate lines, line breaks or paragraphs. How can I achieve the line breaks to load the same as is the text in my text …

Member Avatar for AndreRet
0
160
Member Avatar for AndreRet

I can validate the captcha successfully, but when I set the button property 'Action' to 'Submit form, the captcha does not work, nor does the validation on username and password. When I set it back to 'None", Captcha works, Data not validated. The code below is quite long, but it …

Member Avatar for AndreRet
0
158
Member Avatar for AndreRet

I have the following code that checks for captcha validation in php. If successful it will echo correct etc. [CODE]<? /* This is the back-end PHP file for the How to Create CAPTCHA Protection using PHP and AJAX Tutorial You may use this code in your own projects as long …

Member Avatar for AndreRet
0
146
Member Avatar for AndreRet

I have noticed, since last night, that there is fluctuations in the member panel calculations. When checking my daily activity on my panel, I had 126 points. I then continued to the member rank page where it showed 57. I thought it was the daily cut off, but when I …

Member Avatar for AndreRet
0
85
Member Avatar for AndreRet

[QUOTE]DaniWeb Message Your submission could not be processed because the token has expired. Please push the back button and reload the previous window.[/QUOTE] I have posted a welcome to a new member last night. This morning I have noticed that it does not show up, so I have reposted the …

Member Avatar for AndreRet
0
110
Member Avatar for AndreRet

I have just started designing, stuck on this. I have a few div tags that I am trying to line next to each other with a 10px spacing between them. I just can't seem to get it to align though. They are contained in another tag (center_container) with the following …

Member Avatar for RoyalElite96
0
257
Member Avatar for AndreRet

I have an image on top of my logo image, used for login purposes in my index.html page. The logo code works perfect in loading my index.html page when clicked on. The code - [ICODE]<div id="Logo"> <div id="lmenu5"> <a href="Login.php"><img src="Images/Top Menu/Login.png" alt="Login or register." name="Login" width="130" height="43" id="Login" title="Login …

Member Avatar for AndreRet
0
114
Member Avatar for AndreRet

Ever wanted to change jobs or wondered what else is out there for the more senior developer. This guy has drawn up some interview questions (supplied by readers and interviewers) for senior software developers that will determine if you will be able to land that new shiny job. Have a …

1
87
Member Avatar for AndreRet

I found this very interesting article about the seven deadly sins of software development. I am sure we all have a sin in there somewhere. It covers all seven, Lust, gluttony, greed, sloth, wrath, envy and pride. The full article can be found [URL="http://www.infoworld.com/d/developer-world/the-7-deadly-sins-software-development-872"]HERE[/URL].

2
55
Member Avatar for AndreRet

This question has been asked over and over again, where to go next with my skills. The link below gives a diagram which will help you on deciding to choose the language that will suit your needs best. You can find the diagram [URL="http://www.streamhead.com/what-programming-language-to-learn-next/"]HERE[/URL], written and designed by Peter BackX.

3
59
Member Avatar for AndreRet

Dear Tech Support, Last year I upgraded from Boyfriend to Husband and noticed a distinct slowdown in overall system performance, particularly in the flower and jewellery applications, which operated flawlessly under Boyfriend. In addition, Husband uninstalled many other valuable programmes, such as Romance and Personal Attention and then installed undesirable …

Member Avatar for bumsfeld
2
192
Member Avatar for AndreRet

An interesting link that I have found [URL="http://www.johndcook.com/blog/2009/07/24/windows-console-fonts/"]HERE[/URL]. It allows you to change the fonts in your command prompt console or in powershell.

Member Avatar for paperless
1
69
Member Avatar for AndreRet

What new plans are on the charts for Daniweb in 2011? Add your comments on what you would like to see getting improved upon, added features etc.

Member Avatar for WASDted
0
273
Member Avatar for AndreRet

With all the recent hype about spammers, bots and malware, I found [URL="http://wpmu.org/why-you-should-never-search-for-free-wordpress-themes-in-google-or-anywhere-else/"]THIS[/URL] link "Why You Should Never Search For Free WordPress Themes in Google or Anywhere Else" The first page that google supplied is numbered and discussed in detail to every link provided. It seems they are all cluttered …

Member Avatar for AndreRet
0
183
Member Avatar for AndreRet

Have a look at [URL="http://www.bgr.com/2010/12/29/hello-my-name-is-9649e796e8b23900dc9629a18f2d47306430e62f/"]THIS[/URL] link. Your every move can be tracked via your mobile's UD (mobile device unique identifier) and a lot of spam etc can be send. It does not seem that we have any say over this at all, although two people already started legal action in …

Member Avatar for AndreRet
0
203
Member Avatar for AndreRet

How did your new year resolutions from 2010 pan out during the year? Mine was a total disaster. I think there was only one that lasted until February. All the others fell out of the bus during January... ;) This year, mmmmm. Definitely grow my business by at least 35%. …

Member Avatar for vegaseat
0
167
Member Avatar for AndreRet

What do you have planned for the holidays? We have decided to have a very quiet family get together at my place for the holidays.

Member Avatar for AndreRet
0
109
Member Avatar for AndreRet
Member Avatar for AndreRet

Is it possible to get a direct link to the rankings page? If not, is it possible to add a direct link, say next to your logged in status etc. Every user now has to go to his personal page and access the rankings page from there.:)

Member Avatar for AndreRet
1
171
Member Avatar for AndreRet

Never thought this will happen to me, but, guess what, IT DID!!! I have accidentally let my drive slip from my hands yesterday with almost a terrabyte size of data on there. Obviously after re-inserting the drive into my hard drive dock, all the funny noises started and my system …

Member Avatar for AndreRet
0
125
Member Avatar for AndreRet

Anyone following the Ryder cup? Europe ahead by one point (4-3) hoo hoo!!! Sorry USA. Whats up with the weather though, you need a boat to get around! Good luck to both teams though. I'm supporting Europe and Monty.

Member Avatar for diafol
0
119
Member Avatar for AndreRet

My turn to ask a question.... Does anyone know how to open a report (.rpt) in Crystal Reports 2008 using vb6? I have just spend a lot of money purchasing this and now it seems that it is not compatible with vb6 at all. It was working fine in earlier …

Member Avatar for AndreRet
0
1K
Member Avatar for AndreRet

:icon_confused:I have made the change from access to mysql. I am using vb6 to connect. The connection seems to be fine, it was some code sample that I have downloaded from the net. The app is reading the databases, but as soon as I select a database, i get an …

Member Avatar for AndreRet
0
176

The End.