473,585 Members | 2,513 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What's the right language for this project?

1 New Member
Hi!

I want to make a few programs that can preform 3 different functions. I just don't know what programming language is going to preform the function with (1) the greatest efficacy (2) have the program up and running in the shortest amount of time (3) make the most sense to me.

Background: I know HTML, CSS, and I'm learning Javascript. I when to school for chem and bio chem. I'm a fiction novelist trying to get his novel published. If you reply to this query, I'll be greatly appreciative; and when I decide to learn the language (1) I'll go after it with maniacal devotion (2) I plan on giving back to the forums in anyway I can. Thank you in advance for your time, energy, and wisdom.

Problem 1: I need to create a program that can scrape and gather personal email addresses (I know a lot of these already exist, but what would you use to create a program like this?)

Problem 2: I need all that information to be *intelligently* sorted into a massive data base (also what would you use to create the database and access it? SQL?)
*by specified parameters, which I haven't gotten into yet*


Problem 3: I need a program that can send out different emails, based on those specified parameters, to all the gathered addresses.

What are your thoughts on the language(s) that can solve these problems. If need be I'll learn 3/4/5 langues to get the best/fastest result. I love to learn, I just need to know what I need to learn. Again, thank you for your time.
Nov 20 '15 #1
0 1806

Sign in to post your reply or Sign up for a free account.

Similar topics

43
3391
by: Mr.Tickle | last post by:
// Run this code and look for his obvious error by the compiler namespace FlagCheck { using System; enum SomeFlags {
11
1831
by: weissborn | last post by:
I have an application I have written in MS Access 2002. It is a very basic inventory system for keeping track of information about our Unix(solaris to be specific) servers. Other admins may want to use it shortly and running MS Access over the WAN is no picnic. It was suggested that I port to php and MySql. Having no experience with...
4
4060
by: asdf | last post by:
Hello! Can someone tell me whats wrong with this piece of code: Option Compare Database Option Explicit Sub retrieve() Dim rst As ADODB.Recordset Dim i As Integer
15
1679
by: Susan Baker | last post by:
Note: This is different from previous post. I am coming from a C/C++ background. I have a frontend (written in C#), my backend was originally meant to be a J2EE application with PostGreSQL. I am worried about support/maintenance issues going forward since I no little J2EE (have some Java) - but am no longer able to rely on the J2EE...
4
3529
by: blah | last post by:
Hello everyone, Ive been trying to get my application to "click" on a button in another application using SendMessage, Ive gotten this far but Im not sure whats wrong with this code, here is the whole application (its small for testing purposes) and it seems that window wraps the text, at least when I preview this post: using System; using...
8
2222
by: Martin Jørgensen | last post by:
Hi, "C primer plus" p.382: Suppose we have this declaration: int (*pa); int ar1; int ar2; int **p2;
4
3985
by: Jan | last post by:
Yesterday I got the idea to use remoting for the test interface between our Windows Xp Embedded - based device and our system test application. I started looking in the MSDN help and made the code below. My server class (RemotingServer) is located in one assembly (LibS.dll) used by the device software and the test system will use another...
1
2453
by: akira32.comp.lang.c++ | last post by:
How do I run this project(http://www.acm.org/tog/resources/SPD/spd3_14.zip)? By which software? I use VC++.Net 2005 now,Could I transform it to .Net's Project? The SPD distribution contains the following files: Manifest.txt - what you are now reading Readme.txt - readme file for what the SPD is about NFF.txt - a description of the...
1
1935
by: Varun Gupta | last post by:
PATH="/clocal/mqbrkrs/user/mqsiadm/sanjay/" MAIL_RECIPIENTS="rb903@dcx.com" Subject="File accessed in last minutes:" find "$PATH" -type f -amin -1 > temp.txt.$$ cat temp.txt.$$ | \ while read line do fuser -uV $line >> tempmail.txt done
1
1955
by: MiamiPPCPro | last post by:
I own a company that focuses on managing search engine marketing campaigns for local businesses. As such, I am currently licensing several applications to manage my client campaigns. I am wondering what would be involved in creating an application that would rely heavily on receiving, aggregating, manipulating, and calculating data that we...
0
7908
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8199
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8212
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6606
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5710
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3835
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3863
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2343
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1447
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.