473,385 Members | 1,983 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Your scripts for pay!

We've all seen Googlemaps and such.

Good stuff but you have good stuff too.

I've a cool shared context that allows you to stick your cool scripts
into any page on the internet via CSS. Soon coders can
have their scripts that paid but once with a single customer pay each
time their scripts are used.

Googlemaps gave you but a map/ YUI gave but a bunch of downloadable
scripts. LAMPjack allows just about any script you;ve created to be
tweaked into a resellable money maker

Got Script?
Sep 6 '06 #1
6 1070
drclue wrote:
LAMPjack allows just about any script you;ve created to be
tweaked into a resellable money maker
Is this the URL?

http://www.myspace.com/lampjack

Sep 6 '06 #2
pe**********@gmail.com wrote:
drclue wrote:
>LAMPjack allows just about any script you;ve created to be
tweaked into a resellable money maker

Is this the URL?
No ,that URL has nothing to do with the LAMPjack services,
nor anyone involved with LAMPjack ( an internet coincidence ).
A rudimentary version of the LAMPjack site
is being developed at www.lampjack.com
We develop in (Firefox), and at various
stages of development , sync with the other
browsers in our target audience, so for the moment
the site is [best viewed in firefox], but in the final form
is viewable in most capable browsers and may PDA's / Cellphones.

The LAMPjack infrastructure is engaged via a single script tag
(Like googlemaps) and individual LAMPjacks are activated by
simply giving a DIV an appropriate class name assignment.

Some examples include...

<div class="wPoint_login" />
Enages a login / sign up system with basic admin screen
providing email verified signup.

<div class="wPoint_search" />
Accesses the Google Search WSDL based service
<div class="wPoint_feeds" />
http://some.feed.source/...
....
</div>
Engages the XML relay to produce a news ticker with selectable feeds
We try to push as much as we can of LAMPjacks into
wLIB_xxxx.css. , wLIB_xxxx.xml , wLIB_xxxx.xsl with what
little logic required living in the parent wLIB_xxxx.js
that represents the actual JACK
I bet that in less than a half hour you could get LAMPjack
working on your own pages and have your next JACK exploited in
minutes more
I also think that if you had a good script you could make
a jack out of it in a day or less
Sep 6 '06 #3
drclue wrote:
>
The LAMPjack infrastructure is engaged via a single script tag
(Like googlemaps) and individual LAMPjacks are activated by
simply giving a DIV an appropriate class name assignment.

Some examples include...

<div class="wPoint_login" />
Enages a login / sign up system with basic admin screen
providing email verified signup.
I don't have a clue how googlemaps works and it is likely many others
here reading don't either (however I imagine some do.)

The following page does not validate as HTML which means I can't/won't
be able to use it.

<div class="wPoint_search" />

Is it possible to use this?

<div class="wPoint_search"></div>

-Peter

Sep 6 '06 #4
pe**********@gmail.com wrote:
drclue wrote:
>The LAMPjack infrastructure is engaged via a single script tag
(Like googlemaps) and individual LAMPjacks are activated by
simply giving a DIV an appropriate class name assignment.

Some examples include...

<div class="wPoint_login" />
Enages a login / sign up system with basic admin screen
providing email verified signup.

I don't have a clue how googlemaps works and it is likely many others
here reading don't either (however I imagine some do.)

The following page does not validate as HTML which means I can't/won't
be able to use it.
We validate and xbrowser strays about once a month during the
development cycle. Alas the last validations to zero errors was about
a week ago, so the next sync will probably not be for three weeks.

As I said we develop in Firefox. The base code works with NS,IE,Opera
and others , but as we are refining the service it is bound to be broken
in other browsers between syncs

Any third party jack will if using the infrastructure xbrowser.

We are aside from our dedicated production servers , adding
long awaited staging servers so that www.lampjack will always
have 100% tested code.
>
<div class="wPoint_search" />

Is it possible to use this?
Hell ya , if you want to be an early adopter,
adding this div with the LAMPjack class will put
the search engine on your page.

I would even perform a browser sync
and force the company to add the staging server.
Sep 6 '06 #5
drclue wrote:
>
As I said we develop in Firefox. The base code works with NS,IE,Opera
and others , but as we are refining the service it is bound to be broken
in other browsers between syncs
Although it is good if the code base works in the browsers you listed,
I wanted to know if it can be used in a way that verifies as HTML. What
I was asking is if the folllowing will work

<div class="wPoint_search"></div>

Peter

Sep 6 '06 #6
pe**********@gmail.com wrote:
drclue wrote:
>As I said we develop in Firefox. The base code works with NS,IE,Opera
and others , but as we are refining the service it is bound to be broken
in other browsers between syncs

Although it is good if the code base works in the browsers you listed,
I wanted to know if it can be used in a way that verifies as HTML. What
I was asking is if the folllowing will work

<div class="wPoint_search"></div>

Sure peter, either way works and results in the loading of a LAMPjack

I've just gotten into the habit of expressing empty elements like
<div class="wPoint_search"></divas <div class="wPoint_search" />

Some LAMPjacks do take in page arguments like
the feed addresses for the the rss ticker

<div class="wPoint_feeds">
http://rss.cnn.com/rss/cnn_world.rss CNN World News
http://rss.cnn.com/rss/cnn_topstories.rss CNN Top Stories
http://my.abcnews.go.com/rsspublic/fp_rss20.xml ABC News
http://www.eatfeed.com/eatfeed.xml Eat Food
http://www.ecoearth.info/rss/ecoearth.xml Eco Earth
</div>
Sep 7 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Michael Lawrence | last post by:
I am looking to start up a comprehensive Adult dating website and I need pre-made PHP scripts to set up the back-end for this project. Preferably someone out there has a set of pre-made scripts...
4
by: Bob Bedford | last post by:
I'm looking for scripts (possibily free): 1) Events: I've to store some events (spectacles) in a mySQL database and show them (with the regular things like: show the next event, don't show the...
33
by: Joe Cheng | last post by:
I'm curious about something... many Artima.com members who have a Java background and learned Python have come to the conclusion that Java and Python are highly complimentary languages. They would...
36
by: Richard | last post by:
My employer currently pays me $1/hour when I carry a pager. I have to carry the pager every fourth week. The problem is that my employer insists that I be available when I'm carrying the pager. ...
3
by: Eugene | last post by:
Hi, this is just a thought from a relative "potato head" when it comes to JS ... BUT... i was wanting to use a simple formmail script to handle the output of a customer feedback form, and I...
2
by: Peter | last post by:
I have a link that refers to a page that requires authentication. Is there a way to set the logon credentials prior to or while posting to a new web page.... My users are clicking on the link...
5
by: Rated R1 | last post by:
I wrote this before in the NGs, so I am going to paste the responses that I got and see if someone can please help me. Email me and we can set something up as Id even be willing to pay for your...
11
by: ThatsIT.net.au | last post by:
I want to sell a application I'm making, I want to know how to add some sort of license key or something to the app so that it can not be used without payment. I'm VB.Net and want to distribute...
3
by: lizBeth | last post by:
Hi all, i seem to have gotten stuck on this coursework, i am unsure as to how to implement a method in the main class to calculate the sum of all employees monthly salaries. Everything...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.