alexviii
Feb 18 2007, 03:37 PM
hi eveyons, I need to include in my site a list of like 5 or 6 top new from goggle or from yahoo or what ever... How do I do that I saw from other site that they use rss. For me is the first time: never used rss. What do I have to insert in my page? From what I understud it's like a scriptor samethink like that that create these links. but really I don't find, I'm jusk confused a lot. I some one can help me I will really apreciate it. 10x bye
Reply
Similar Topics
Keywords : rss, regular
- Defining Regular Expressions
some tips.... (0)
How To Open Control Panel In Just My Regular Browser
(2) I'm able to access the control panel when I use a proxy server, but proxies can't handle all
scripts and such. Why can't I access the control panel in firefox or internet explorer. Whenever
I click on the link it just times out.....
Need Help About Regular Expressions
(8) Hi, In my website, I don't want to allow writing links to another sites but except some sites.
CODE //This is the text which is sent by the guest $variable='Some texts <a
href="http://www.google.com/">Google</a><a
href="http://www.microsoft.com/">Microsoft</a> '; //And the following
line replaces all <a html tags to "no links allowed" text. $variable =
preg_replace("!<a[^>]*(http|www|mailto)(.*)</a>&
#33;siU", "no link....
Perl Regular Expresions Regex
Learn how to use regular expressions (2) I've searched the Tutorials section, but haven't found a RegEx tutorial, so I thought
I'd add one, since it's very usefull to know regular expressions if you're a
programmer... If I overlooked a tutorial explaining RegEx, my bad, just erase this tutorial... Ok,
first off, regular expressions are a great functionality of Perl, but the can also be found in other
languages and environments, such as linux shells, or PHP... I'm guessing most people would be
interesten in useing regular expressions in PHP... Let's go on with a complex matching reg....
Cameraphones... Which Is Best?
PocketPC, Smartphone, regular cellphone... the options and variation (18) I am currently using my PocketPC as my all around device. I no longer carry my old 2.2 mega pixel
bulky camera (Kodak DX3600). It's too bulky and the delay really sucks. My AT&T 8525 has a 2
mega pixel camera, records audio and video as well as all the other neat things like the full slide
out qwerty keyboard, touchscreen, web browser, and runs Windows Mobile 5.0. Too bad I can't
install Linux on it yet /wink.gif" style="vertical-align:middle" emoid=";)" border="0"
alt="wink.gif" /> Well, back on topic: cameras. I just got back from a trip to Haw....
Lemonade Scones
.....easier than regular scones (1) LEMONADE SCONES Even I can make these. Why not have a go and let me know how you went. Makes 12
to 15 scones INGREDIENTS 3 cups self-raising flour ½ tsp salt 300ml pouring cream 3/4 cup
lemonade (NOT home-made) STEP 1 Sift the flour and salt into mixing bowl. Make a well in the
centre. Pour the cream and lemonade into the well. Mix with a knife drawing the flour from the sides
of the bowl to combine with the liquid. STEP 2 It's ready when the mixture forms a soft
dough. Do not over mix. STEP 3 Remove the dough from the bowl and put it on a....
Anyone Else Here Make Regular Income Online?
(17) As my handle suggests, I’m quite good at extracting money from online casinos /cool.gif"
style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" /> I was just wondering if any
other Trap-17 members also make regular income from online casinos, poker, sportsbooks or other
forms of gambling? If so, I would love to hear about it! Thanks, KK. ....
Smallbusiness Application: From Web Submit To Fax Machine
sending order confirmation to regular fax via website (0) I am looking for a service or a script that will send online form submitted to my regular land-line
fax machine. I have been searching for a while and the keywords "email to fax" returns few services
but I have never heard of them. So here is what I'm thinking. I'm assuming email to fax is
the best option since that's the only think I can think of. I do not know any other application
that can be eaisly transferable to a fax machine. But I can be narrow in vision that I may be
missing something. Please advise me if you know of better way. Secondly, these are....
Any Active & Regular Vietnamese Member At Trap ?
(4) Hey guys, Do we have any active and regular Vietnamese member on board ? I'm looking for
someone who's well conversant in both Vietnamese and English. Errrr.. the things that I've
landed up with a real cute vietnamese girlfriend while I was on my Cambodia-Vietnam trip some 2
weeks back. Problem is that while she understands english, she speaks just about 10 words of it.
When I was present there, face-to-face, our conversations still happened mostly owing to my immense
patience and 6 years of hardcore training in Thailand - trying to drum stuff into the hea....
Regular Expressions
best way to repace strings (10) Hello! I as all of You use this greatful FORUM. But I want to know how engine of forum replaces
post like CODE [color=red]TEXT[/color] to CODE <font
color=red>TEXT</font> But I think that some Bbcodes like CODE
[b][/b] maybe replaced by this method: CODE
$str="[b]TEXT[/b]";
$str=str_replace("[b]","<b>",$str);
$str=str_replace("[/b]","</b>",$str); echo $....
Google Earth Easter Egg
stuff not usually there on regular maps (10) Well while i was exploring the area near the colorado river ( i think!) i kinda saw a long line
of arabic language all over the map stretching all over the place has anyone seen this things? also
i saw this arabic lines near North Korea at the mountanious ( forgot how to spell it) area. Has
anyone seen the lines anywhere else There's also a crop circle on one of the USA maps if you
look closely enough....
Matching Accents In Perl Regular Expresions
matching accents in perl regular expresi (1) Does anyone knows how can i match accents in perl regular expresions. I do not manage to match not
english characaters such as á, é or ñ. I hope there is someone taht knows the answer because i have
been searching in google a long time without success. Thanks in advanced....
Psd Pack
3 Defaults, 1 Regular BRushed Sig (14) http://www.deviantart.com/deviation/21709722/ Comment's on Da Are appreciated, and
+Fav's//Watches are as well. Download>Unzip>Save, and you have some psds from me /smile.gif'
border='0' style='vertical-align:middle' alt='smile.gif' /> Enjoy....
Using The Image Editing Functions Of Php
Specifically, lines or regular polygons. (4) I've been experimenting a little with PHP's image functions and I was trying to see if I
could make something that looked 3D, so I started with a cube because it's simple. To make an
isometric picture of a cube, you need to start with a regular hexagon. However, making a regular
hexagon isn't the easiest thing. Is there a function to create a regular polygon, or specify an
angle and magnitude for a vector?....
Grammar Construction From A Language Sample
geek question about regular grammars (0) I have been playing with the idea of constructing a grammar for a language out of a large body of
valid examples of the language in use... for example constructing a C grammar out of the source to a
compiler or something. Now I know this has already been done with (Fortran?) - I found someone's
thesis with Google and they did this. I am interested in seeing if this approach can be applied to
spoken languages. Any input?....
Looking for rss, regular
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for rss, regular
*MORE FROM TRAP17.COM*
|
advertisement
|
|