Archive

Posts Tagged ‘the message’

Iphone/android App

October 13th, 2011 Comments off

I would like a very simple app developed that would send a customized email with a push of a button with a canned message.

I’d like the date posted in the message though to reflect the current date (whenever the button is pushed). But the rest of the message would be canned. I would like certain parts of the app to have fill in boxes. The person using the app would be responsible for filling in the boxes (with things such as who the message is intended for and the email address they would like to send the message to).

Need Feed Created

October 11th, 2011 Comments off

The wanted section feed from craigslist I want to pull from that and have it load into my website as new projects, to make it look like people are posting jobs by the minute. I want to have it though remove any contact information. If the person browsing my website sends a message to that ad, I want it to send the message to the email address from the original poster for the ad but through my system and generate a username and password to the person receiving the message so they have to login to my system to read the message.
for every wanted feed in every city/state in usa. This must be completed within the agreed specified time frame.

Flash Movie

September 1st, 2009 Comments off

Briefing movie “Multimedia effects”

General: Templates with red stripe on the left side, as in ppt / screen size

A Scene
Start with pictures and Reed Business Netherlands and strong global brands
(instead of images magazines / sites at the beginning of “old” English movie)

Footage:
Reed Business Global
Netherlands
Strong brands
See also EEE ppt how should elapse between> the idea is that at least

B Scene

Text:
Communicate multimedia
Why you print and online communication should integrate
Multimedia effects

Footage:
Eye (as background, possibly fading)

Scene C-1

Text
Multimedia effects

Broadening Audience / coverage effect
(liver targeting)

Person Person blue + orange = mass

Imagery
person.gif, personable person Blue.gif, different images … tif
Please make yourself crowd

Scene C – 2

Text
Synergy generation
(synergy liver)

Imagery
1 + 1 = 3
(yourself as text)

Scene C – 3

Text
Repetition
Makes further processing of the message may

Imagery
magazine which saved newsletter / website fade
(printmagazine.png, newsletter_icoon.png, website_icoon.png)

Scene C – 4

Text
Complementarity
Use the strengths of the medium type
Print:
- Convey complex information and much
- Long life, by giving
- Reader-leaf binding
- Read more moments

Online:
- Interactive
- Great topical
- Practical
- Responsiveness

Imagery
printmagazine.png, newsletter_icoon.png, website_icoon.png

Scene C-5

Text
Strengthening memory

Forward
Message in print is easier online processing of the message
And vice versa (the smaller it)

Backward
War confrontation with the message calls first message memory

Imagery
Aha-male (this is from the source file to get SwissMax?!)

Scene C-6

Text
Credibility
The editorial reinforces your message Umfeld
This creates trust.

D Scene

Text
Multimedia effects

Reach a wider audience
Create synergy
Because
further repetition of the message processing allows
you use the strengths of the medium type
you ensure that your audience remembers the message or easier processing
you create trust and credibility

Supporting your success

Imagery
RB Logo
Dartboard

old movie: http://85.255.218.138/~wordpress/old/Why integrate print and online.swf

Myspace Message Tool

July 10th, 2009 Comments off

what I need is an app written that will login to my myspace accounts, and reply to messages that are in the inbox with a pre written message.

Ideally it will pull the email text from the person sending the message so I can read it first, add a line or 2 of comments + my prewritten message.

I dont think this would be too difficult.

Basically it must.

- Login to a given myspace account.
- Check the inbox for messages (usually a 100 or so in each acct)
- Pull the message text into my program window.
- Allow me to read, and type my own reply via just typing and/or copy and paste some text into it.
- Send the message just as if I was loged into the myspace interface.
- Have the option to delete the message I just replied to.

OR have the option to just login to the account, open a message, and post a pre-written reply (or rotate between a few replys) to the message, then delete the message.

It should also have the option to NOT send duplicate messages. If I have sent a reply to a user in a given account, it should not send the same message twice.

I think thats it as far as what it should do.

If you have had experience coding myspace tools that will be a great asset.

Please only serious bidders who can complete the project within a reasonable timeframe.

Mods To Project Pier

June 15th, 2009 Comments off

Need 3 different modifications done to the Project Pier management system.

1.) Need the ability to be able to search for projects from the dashboard. Currently you can only search within an open project, but I need the ability to query all available projects directly from the dashboard.

2.) Need the ability to ‘lock’ the editing of messages after 30 days. Currently the user who posted the message can edit the message indefinitely. I need to change this so that the message is locked after 30 days time.

3.) Need the ability to archive old projects. Currently this cannot be done, I need to be able to place projects in a ‘closed’ status so that their archived and can be searched somewhere for record keeping.

This database is currently up and running with documents already created. The changes would need to be made without bringing this database down, or late at night EST.

Thanks

Mods To Project Pier

June 12th, 2009 Comments off

Need 3 different modifications done to the Project Pier management system.

1.) Need the ability to be able to search for projects from the dashboard. Currently you can only search within an open project, but I need the ability to query all available projects directly from the dashboard.

2.) Need the ability to ‘lock’ the editing of messages after 30 days. Currently the user who posted the message can edit the message indefinitely. I need to change this so that the message is locked after 30 days time.

3.) Need the ability to archive old projects. Currently this cannot be done, I need to be able to place projects in a ‘closed’ status so that their archived and can be searched somewhere for record keeping.

This database is currently up and running with documents already created. The changes would need to be made without bringing this database down, or late at night EST.

Thanks

Text Messaging Censoring

April 26th, 2009 Comments off

Objective
To give students practice at writing a program using strings.

The Problem
Many people, after a late night, for whatever reason, tend to send emails or text messages that they shouldn

Categories: C/C++ Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Text Censoring In C Program

April 22nd, 2009 Comments off

Restrictions — MUST be in plain old C — NOT C++ and compile with DevC++ compiler as a .c file — Need an input dictionary file with at least 30,000 words to validate spelling.

The Problem
Many people, after a late night, for whatever reason, tend to send emails or text messages that they shouldn

Text Censoring In C Program

April 11th, 2009 Comments off

Restrictions — MUST be in plain old C — NOT C++ and compile with DevC++ compiler as a .c file — Need an input dictionary file with at least 30,000 words to validate spelling.

The Problem
Many people, after a late night, for whatever reason, tend to send emails or text messages that they shouldn

Text Messaging Censoring

April 10th, 2009 Comments off

Objective
To give students practice at writing a program using strings.

The Problem
Many people, after a late night, for whatever reason, tend to send emails or text messages that they shouldn

Tire Maint

March 24th, 2009 No comments

The forms address are in the attach pic

These are maintenance forms for vehicles.
The forms currently posts all data and the dbase has been created.

The forma have two areas that need to be addressed

Categories: MySQL, PHP Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Messaging System

March 16th, 2009 No comments

AJAX/PHP/MYSQL Msg System:

This project is a simple messaging system, with some usability tweaks.

THE CONCEPT:
Users send and receive messages from random people on the internet.

SYNOPSIS:
Random user arrives at the site from the *web*. They see 3 messages waiting for them (They are only allowed to select 1 message… the others link to register, and they are notified that they can only select the 1 message without being registered). They select a message and read it. There is a “Reply” button and a “Register” button on this page. Both go to the same registration page, where they fill out their user info (username | password | email | location (Possibly more profile info once verified)), once they verify their email address, they are taken back to reply to their message.

Registered users are alotted 3 messages per day that they can “Cast Out” into the abyss of the system. These messages go into a queue of “Unopened Messages” (These are the random messages that appear to random users from the *web*, as well as the messages that registered users come across in the system (I’ll describe this in a moment.)

REFERRALS:
Registered users can refer other users and increase the number of messages that they can “Cast Out” per day, 1:1, meaning, for every new user they refer, they get 1 more message they can send out.

BROWSE THE SYSTEM:
Registered users can “Browse” the system for new messages. They can open 1 per day. (Again, they can increase this by referring other users 1:1). When they browse, they see a listing similar to this:

Hi, I just got a… | Sydney, Australia [ open ]
What are you doing?… | Los Angeles, CA, USA [ open ]
Pick me! Read me!… | Portland, OR, USA [ open ]

50 per page, with pagination

The system should be able to handle emoji / smilies in the messages.

Each message should have a “Report” link on it, to report system abuse. When a user is reported more than 3x, they are flagged and suspended until review.

THE ADMIN PANEL:
Users (Browse, Add, Suspend, Delete, Search)
Messages (Browse, Add, Suspend, Delete, Search, Broadcast)
Emoji / Smilies (Browse, Add, Delete)

THE MESSAGE:
A message should look something like this:

Hello, my name is John Smith. What is your name? :-) (smiley)
Reply | Close | Smilies | Report

NOTE: http://…… links should be parsed and linked, however HTML is not allowed in the message.

MESSAGE FUNCTIONS:
The message is a continuous thread back and forth between the 2 individual users, stored in the user’s account. A user can “Close” a message and this will cancel the communication. If the other user replies to a closed message, they simply get a system response back. “We’re sorry, the other party has closed this message.” If the second user also closes the message, the message is deleted from their accounts. All messages are stored in the database, open, queued and closed.

BROADCAST MESSAGES:
Admin can broadcast a message to all users “instantly” or on a schedule.

———————–
That’s the basic idea. I hope I have been clear and conveyed the concept well enough. I will probably need a tweak here and there after the system is built, as it is currently only in my head and I don’t know that I am covering all of the aspects of it.

I would like the main functionality to be done in AJAX (live message notifications, live sending etc…), as well as the Pick One front end to be done in Ajax. The user registration can be Ajax also.

Anyhow, I hope this all makes sense. I have a fairly good understanding of what is involved with this, and know it’s not a huge undertaking. I just don’t have the time to write it myself, however I can be very helpful during development with suggestions and direction.

Looking forward to your bids.

Bear