The Active Network
ActiveMac Anonymous | Create a User | Reviews | News | Forums | Advertise  
 

  *  

  PC Magazine Awards Microsoft for Innovation in Software
Time: 12:10 EST/17:10 GMT | News Source: CNET | Posted By: Adrian Latinak

Microsoft Corp. (Nasdaq: MSFT) today announced it was honored for innovation in software at PC Magazine's 18th Annual Technical Excellence Awards presented at COMDEX Fall 2001 in Las Vegas. Visual Studio(R) .NET, Microsoft's comprehensive tool for creating XML Web services and applications, was singled out in the development tools category for its technical superiority. The award represents yet another milestone on the road to the release of Microsoft(R) Visual Studio .NET.

Write Comment
Return to News

  Displaying 1 through 25 of 158
Last | Next
  The time now is 1:27:07 PM ET.
Any comment problems? E-mail us
#1 By 1845 (207.173.73.201) at 11/13/2001 1:48:18 PM
Although I'm not sure I see the wisdom in giving an award to a prerelease product, VisualStudio.NET is a great product. I've used it since beta 1 and am very pleased.

#2 By 2332 (129.21.145.80) at 11/13/2001 8:12:00 PM
#7 - Both your ignorance, and your willingness to flaunt it, really appall me.

.NET is a LOT more than Java + XML. I'm willing to bet you've never look at a piece of .NET code in your life.

Why do I say you're ignorant?

Well, first you think VS.NET and .NET the same thing. Are C++ and Visual C++ the same thing? Are Codewarrior and the Windows API the same thing? Of course not. Visual Studio is an IDE (Integrated Development Environment). .NET is many things, including a platform, and API, a standard(s), and a new methodology for programming and resource access.

Second, you group completely unrelated things together. (COM, Registery, etc.) While COM uses the register as a directory to allow for applications to easily find COM libraries, the Registry also does many other things that have nothing to do with COM. COM itself is awesome stuff, and it's proven itself over it's entire evolution from OLE all the way to COM+. The benefits of COM are simply too many to list. Does it have flaws? Yup. But does it suck? No, not at all and no educated person would suggest that.

You mentioned they are "the only game in town for Windows." That couldn't be farther from the truth. .NET is a STANDARD. (CLR/CLS are ECMA, as well as C#.) It also relies entirely on industry standards like XML and SOAP. This means ANYBODY can develop IDEs and applications using .NET on ANY platform. There are many companies already working on .NET IDEs and competing products, for both Windows and other platforms. (SunONE, IBM WebSphere based web services, and that open one... m-something?)

Development on Windows has been, for the most part, a pleasure for anybody with half a brain. COM based development especially.

You say you've been programming for 8 years? Man... I feel really damn sorry for your clients. Go read a book or something man. Or start learning what .NET really is at www.gotdotnet.com.

By the way, Visual Studio.NET is an awesome product. I'm using Beta 2 (and I've had every release installed since it was first made available on MSDN) except RC1... for various reasons. Nothing out there even comes close.

#3 By 2332 (129.21.145.80) at 11/13/2001 10:23:21 PM
#9 - perhaps you shouldn't make such ignorant comments like "They just improved Java and added XML." Maybe then I wouldn't mistake you for being ignorant.

As to your points...

1.) That's great. Then you really have no excuse then huh?

2.) Yes, and it was stupid of you to suggest it. You said "Although I love VS.NET I wouldn't call it innovation. They just improved Java and added XML." What the hell do you think people are going to think? Even if the Java/XML comment was true, it still applies to .NET, not Visual Studio.NET.

3.) Yes, dll hell sucks.

COM binary compatibility has nothing to do with the registry. The registry merely stores the GUID (and various other meta data) which are supposed to only point to binaries that are interface compatible with every previous version of that GUID. I've never had any problems developing COM components that adhere to that fine. It's called DESIGN.

Yes, having to intermingle a lot of code with HTML does suck. Can you show me an alternative other than ASP.NET? There have always been ways around that problem, at least to a point... and for the most part, ASP has been an excellent platform to develop web applications on.

No truly OO language? Well, is C++ all of a sudden not truly OO? ATL? Hello? Most of the COM I've written has been in C++ using ATL. Aside from COM, there is MFC (ya, it sucks, I know) for the Windows API. What, do you think VB is the only language you can write Windows apps with? LOL.

4.) Um... ok. I mentioned several alternatives to both .NET and Visual Studio.NET. None of them are as good as their Microsoft equivalents. I guess that's one argument you could make... the competition sucks. But no competition? Hardly.

5.) Religious? Perhaps. All choices have a certain amount of illogical bias. But Microsoft isn't calling COM legacy as far as I know. Please provide a reference for that statement. COM has a good role in .NET as far as interop goes, and it's still and excellent solution for those cases where Web Services or Remoting won't do the job. In fact, COM+ drives a good chunk of Microsoft's implementation of .NET in Windows. Why then would they call it legacy as you claim?

I do think, however, that COM - over the next 5 years - will be phased out. Just like all technologies eventually do. Does this mean COM isn't good? Of course not. It means the new stuff is better.

6.) Good for you. So do I.

7.) What the hell is an ObjectSpace? When did I suggest I was using them... whatever the hell they are? Do you have additional info? I'm always interesting in learning new things... :-p

#4 By 2332 (129.21.145.80) at 11/14/2001 3:08:39 AM
#11

3) C++ is considered by most to be OO. Yes, it lacks a unified object hierarchy, but so does Java. The only languages you mentioned that have a true object hierarchy is SmallTalk... and C# sorta. (Sorta because primitives are not actually objects until you treat them as such, which then causes them to be boxed. Much better than how Smalltalk handles things, imho.)

5) Yes, there is a lot of controversy, which is precisely why I challenged your previous declaration that COM is now legacy. The evidence points to the contrary, at least for now.

As far as your views, I agree with a lot of them. In fact, I think I agree with all of them... gasp.

7.) Ah yes, I've heard of this... I didn't realize it was called "ObjectSpaces." It's not listed anywhere on MSDN, nor is it mentioned anywhere on any web article I could find. Do you have any links I could look at? I assume these are like EJB in a sense? I will surely check out the newsgroup you mentioned... looks like interesting stuff.

At any rate, I apologize for calling you ignorant. I was obviously mistaken. I still think you're wrong in your first comments, and I was partially justified in my reaction (there are a lot of trolls around here... it's easy to miss judge), but I've been impressed with your replies.

You should get an account so it's easier to identify the author in future threads. :-)

#5 By 2332 (129.21.145.80) at 11/14/2001 11:12:52 AM
#13 - ya, you're wrong. :-)

MFC is bloated and slow.

And just because MFC is unmanaged doesn't make it automatically faster than managed .NET code. In fact, there are many cases where managed code is actually faster!

At any rate, if you want a sign that MFC sucks, think about this for a second. Find me *one* Microsoft application that uses it. Just one. If MFC was so cool, wouldn't Microsoft use there own stuff? ;-)

#6 By 1845 (65.0.207.79) at 11/14/2001 11:45:32 AM
A good deal of VisualStudio.NET is written in C# using winforms controls. As for FrontPage, I haven't heard anything about that one way or the other.

#7 By 2332 (129.21.145.80) at 11/14/2001 2:38:00 PM
#17 - damn it... hehe, ok. Thanks for the heads up. Alas, I was unable to attend the PDC. :-(

#15 - Microsoft has never released an application written with MFC. VC++ 6 is written in straight C++, no MFC libraries were used. (Just check the CD... the only MFC stuff you will find there is the SDK.) Frontpage was also written in C++, with no MFC libraries used.

I'm not sure about Visual Studio.NET... I supposed it's possible that it was written in C#. ASP.NET is completely written in C#, I know that.

#8 By 4240821 (45.149.82.86) at 10/25/2023 6:36:45 PM
https://sexonly.top/get/b429/b429bimcnbejkrhpech.php
https://sexonly.top/get/b566/b566mlbbhnzejvvcnwu.php
https://sexonly.top/get/b499/b499bivvlnvamsjcmav.php
https://sexonly.top/get/b571/b571gaobxvzzvruveyp.php
https://sexonly.top/get/b846/b846eptuhymzymgvpgc.php
https://sexonly.top/get/b425/b425lzaqdijxkwczwra.php
https://sexonly.top/get/b416/b416wiagcyfbehiiunk.php
https://sexonly.top/get/b20/b20idoxjajedhpoflw.php
https://sexonly.top/get/b811/b811iswtlohfqqzpgkv.php
https://sexonly.top/get/b629/b629pqbhvttagxibcar.php
https://sexonly.top/get/b991/b991gejxtbllnmeulzh.php
https://sexonly.top/get/b265/b265mwolxqmvtoigjrk.php
https://sexonly.top/get/b214/b214qxjrwqbksawmjwi.php
https://sexonly.top/get/b663/b663elcqdnrsttingeh.php
https://sexonly.top/get/b43/b43akfubxewivyjnzi.php
https://sexonly.top/get/b332/b332fjftvdioibqixbc.php
https://sexonly.top/get/b757/b757xkqwsfhkjarxels.php
https://sexonly.top/get/b303/b303cohhrkjelrkvtuy.php
https://sexonly.top/get/b488/b488skvvcpmkamaacqt.php
https://sexonly.top/get/b654/b654kfwxbvuynzjpfpu.php
https://sexonly.top/get/b288/b288fwdlpdpyrvyckzp.php
https://sexonly.top/get/b224/b224ifjoodvhzivyngd.php
https://sexonly.top/get/b335/b335rqzxksyvzoddleu.php
https://sexonly.top/get/b601/b601wybjxosifhskomp.php
https://sexonly.top/get/b894/b894jppbubnkrkbjgqq.php
https://sexonly.top/get/b815/b815fivibmlmzckhjqd.php
https://sexonly.top/get/b233/b233vlidpgighmydniw.php
https://sexonly.top/get/b989/b989vermknddeaebuqm.php
https://sexonly.top/get/b45/b45tvtthdehdpqeksz.php
https://sexonly.top/get/b851/b851xgkkouhoyonikwu.php
https://sexonly.top/get/b365/b365hlirviwltzzlcsh.php
https://sexonly.top/get/b56/b56kqlfcwwlxpphcfu.php
https://sexonly.top/get/b258/b258fuljusdxexmubbg.php
https://sexonly.top/get/b526/b526ratouzvcwyytgab.php
https://sexonly.top/get/b256/b256bpotoalqvgabohi.php
https://sexonly.top/get/b404/b404daepbibpstkymdh.php
https://sexonly.top/get/b931/b931oykplbqdfppkimy.php
https://sexonly.top/get/b963/b963kckhkeuryczorki.php
https://sexonly.top/get/b925/b925sasiawqyrxgoqct.php
https://sexonly.top/get/b442/b442xwkjrmcovarqrak.php
https://sexonly.top/get/b297/b297hxwqzxfewsszfqd.php
https://sexonly.top/get/b402/b402nwwesuwgmadeyev.php
https://sexonly.top/get/b955/b955vzncqwkejadvfge.php
https://sexonly.top/get/b251/b251zwlxyamipouzagv.php
https://sexonly.top/get/b577/b577mebeensizcaetji.php
https://sexonly.top/get/b652/b652uziqqkuuirqhour.php
https://sexonly.top/get/b617/b617ydemcqqngcmfdlg.php
https://sexonly.top/get/b447/b447nplvhkngzhrtwxi.php
https://sexonly.top/get/b816/b816mxdqphsdyoznbde.php
https://sexonly.top/get/b550/b550wkkehivxwxttuxw.php

#9 By 4240821 (213.139.195.26) at 10/29/2023 4:23:13 PM
https://www.quora.com/profile/TimothyRoman994/Velvet-Ivy-stracy-stone-FeuSensuel-Anastasia-Gree-Jessi_boobs-CharloteNaia-Dina01-Ameliaa-Ward-TellUsHow
https://www.quora.com/profile/VanessaHarrison406/mariesaurus-italiabella02-topgirl25-Julia-Roca-Moments-movement-Leoniex-amber-rose-1-danni-kalifornia-Ma
https://www.quora.com/profile/JessePope450/MacarenaRed-RavenWayne-shinyrubberdoll-plantedhoe-boomboom1974-Strong_thats_itt-Baby_Vi21-PoisonedKandy
https://www.quora.com/profile/TamikaFoster461/niminiLove-Blair14-WebValley-PervySageuwu-alexis-ray-1-CassieLuna-KittyChaos-LittleMissLottie-Indigo-Ray
https://www.quora.com/profile/ElizabethVissers145/La_mala-Baby-red-rose-mizzseksi09-Miss-Lace-SexyMoanah-Brazilliana-Stacey-Saran-jinxharajuku-EmmaDolly
https://www.quora.com/profile/IselaMitchell244/FunSize0320-konekomiki-Cinn_Cinn-Dmayxo-murielwet-Racy-Tracy-Lynn-GoddessMelissa_-brownboywhitegirl-moan
https://www.quora.com/profile/LoriSchneider441/CollegePawg-lidia-santana-xxxliizzz-vanessa-hell-willowxfenn-caitlincummings-NuckingFuxNix-Cassiecrybby
https://www.quora.com/profile/PaulHang705/Cocoa-Richiee-SingingSirenSeductre-catch-my-vibe-HunterJane-NicoleBashxo-Sashaquinn-xxx-FantasyHentai-Mont
https://www.quora.com/profile/SherryCain339/Crashband1cooch-alisonparker1-Dreamybyria-ourprincessaurora-kiarra-wolfe-1-mia-wright-Dianita34-Kira-Arr
https://www.quora.com/profile/NatalieGonzalez854/AvaReneeLuv-bloosnoot-GoddessLailana-Zarita_Exotic-AngelBabyyy27-lee-ann-gcgfindom-ColoringGirls-Summer

#10 By 4240821 (213.139.195.162) at 10/29/2023 6:26:16 PM
https://www.quora.com/profile/InicioKadlec935/aikanoheya-VictoriaDivine-Veronica-Maxxxim-Shadowknight521-kruexgore-Emoliente18-Briannacastillo5-Bree-Win
https://www.quora.com/profile/CaseyPuffen99/Bvnnycakes-LewdandRudeeee-Jessy-Taylor-tinybutwild-BellaSweetX-BBWbeauty95-reika-toriya-Alex_Meier-DaniP
https://www.quora.com/profile/WendyGriffin926/Captain-Planets-Sub-CutieV97-Bellasbaby98-Luna-P-Thotz_69-thatkansasgirl-DarkHeartedSiren-Danny_marie-hu
https://www.quora.com/profile/JoyceDempsey217/babygirl18yo-GenesisJohonson69-Shay-Embers-Soymmia-kristina_es-Amateur-Brunette-Couple-Addie-Juniper-SnowB
https://www.quora.com/profile/JohnMeyer607/aicha-lark-Sadistic-Sadies-Kheryna-Rebecca-carrington-Aramilf-sub2him-Jenny-Jaime-kimmy-cane-CeliasSexxx
https://www.quora.com/profile/ChristinaVeliz625/alex_flower-footisland-PlushSuccubus-ZoeFlowers92-amy-flavo-Mmareeily-glitterprincessamber-playpixie-Emi
https://www.quora.com/profile/SteveSchubert733/MonikaFoxxx-MistressLilyMariaxo-Findomchloe2019-Sexxxualsarah19-rui-sakuragi-Babyhills-ZaraMur-sexyvay-S
https://www.quora.com/profile/MollySeelig50/MissPhryne-CheryLeigh-pulpfrictionxo-witchyone-Russiandoll-SlimeeDivine-Tatyalvar-succubusfairy-socstude
https://www.quora.com/profile/JoshuaSmith172/jackie-wood-Riley-Madison-Julie-Pandini-LunaOnyxxx-testingtoys-Gamergirl420-Princess-Cottontail-CelesteRob
https://www.quora.com/profile/JulieGonzalez269/MylenedollOfficial-Megzxxxo-PinkMaskEbony-HisSlut69-Tightonexx-bebesota_sexy-stefanie-knight-DianeAmateur

#11 By 4240821 (103.152.17.80) at 10/31/2023 7:13:29 AM
https://app.socie.com.br/read-blog/97509
https://app.socie.com.br/xBrooklynBahddxSheShows
https://app.socie.com.br/LosAngelesCoupleGin_Fox
https://app.socie.com.br/LilithKalliKinkikitti
https://app.socie.com.br/read-blog/98218
https://app.socie.com.br/read-blog/97642
https://app.socie.com.br/CanadianGirl97akinakamiruzu
https://app.socie.com.br/read-blog/98223
https://app.socie.com.br/NatashaDaaeLittlebaby4u
https://app.socie.com.br/read-blog/97556

#12 By 4240821 (103.151.103.150) at 10/31/2023 5:26:23 PM
https://app.socie.com.br/killermaeSofiaRemy
https://app.socie.com.br/ChantelleredbridgeAngellaFaith
https://app.socie.com.br/palecreamwonderwomav
https://app.socie.com.br/PrincessSexxBunnyAmyyLouu30
https://app.socie.com.br/SexyTisavannahwaterss
https://app.socie.com.br/ChloeandtravisHushpuppy
https://app.socie.com.br/DahliathiccFuckherwell
https://app.socie.com.br/AyaMaxwellMissTova
https://app.socie.com.br/read-blog/98842
https://app.socie.com.br/read-blog/98655

#13 By 4240821 (62.76.146.75) at 11/1/2023 5:31:44 PM
http://activewin.com/mac/comments.asp?ThreadIndex=63797&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=20683&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=10927&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=16815&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=22726&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=7435&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=7271&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=85073&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=54469&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=80078&Group=Last

#14 By 4240821 (109.94.218.82) at 11/2/2023 3:44:32 PM
http://activewin.com/mac/comments.asp?ThreadIndex=80199&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=26524&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=18259&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=79562&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=26339&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=78529&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=34486&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=12881&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=10856&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=82642&Group=Last

#15 By 4240821 (212.193.138.10) at 11/3/2023 8:05:19 AM
http://activewin.com/mac/comments.asp?ThreadIndex=30813&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=84008&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=44361&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=15294&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=8762&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=75119&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=39648&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=79038&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=33200&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=80808&Group=Last

#16 By 4240821 (109.94.216.41) at 11/4/2023 7:46:26 PM
https://hotslutss.bdsmlr.com/post/650816213
https://hotslutss.bdsmlr.com/post/649895486
https://hotslutss.bdsmlr.com/post/656757881
https://hotslutss.bdsmlr.com/post/650495260
https://hotslutss.bdsmlr.com/post/649026091
https://hotslutss.bdsmlr.com/post/651990301
https://hotslutss.bdsmlr.com/post/655940198
https://hotslutss.bdsmlr.com/post/649329965
https://hotslutss.bdsmlr.com/post/653606711
https://hotslutss.bdsmlr.com/post/654017482

#17 By 4240821 (92.119.163.194) at 11/6/2023 1:52:07 AM
https://printable-calendar.mn.co/members/19903019
https://printable-calendar.mn.co/members/19910457
https://printable-calendar.mn.co/members/19909466
https://printable-calendar.mn.co/members/19899815
https://printable-calendar.mn.co/members/19898120
https://printable-calendar.mn.co/members/19913930
https://printable-calendar.mn.co/members/19906976
https://printable-calendar.mn.co/members/19894603
https://printable-calendar.mn.co/members/19912969
https://printable-calendar.mn.co/members/19892025

#18 By 4240821 (62.76.146.75) at 11/8/2023 3:44:36 PM
https://www.hackerearth.com/@ethoutremon1979
https://www.hackerearth.com/@igirsenpay1976
https://www.hackerearth.com/@hardchamdiedun1977
https://www.hackerearth.com/@mindflordinty1984
https://www.hackerearth.com/@distbedsreelsmu1983
https://www.hackerearth.com/@purptafilsea1981
https://www.hackerearth.com/@ciamanove1984
https://www.hackerearth.com/@prelanarhal1984
https://www.hackerearth.com/@leudiadelo1989
https://www.hackerearth.com/@comptoniligh1984

#19 By 4240821 (45.146.26.215) at 11/10/2023 11:58:38 PM
http://www.ttbizonline.com/pro/20231109120416
http://www.ttbizonline.com/pro/20231109100747
http://www.ttbizonline.com/pro/20231109094732
http://www.ttbizonline.com/pro/20231109094732
http://www.ttbizonline.com/pro/20231109160841
http://www.ttbizonline.com/pro/20231109225122
http://www.ttbizonline.com/pro/20231109065450
http://www.ttbizonline.com/pro/20231110025920
http://www.ttbizonline.com/pro/20231109234115
http://www.ttbizonline.com/pro/20231110031225

#20 By 4240821 (109.94.216.41) at 11/11/2023 1:34:32 PM
https://www.mddir.com/company/nyx-night-patreon-leak/
https://www.mddir.com/company/blowynbeast-onlyfans-leaked/
https://www.mddir.com/company/samanthaa-1-patreon-leak/
https://www.mddir.com/company/pink-slut-onlyfans-leak/
https://www.mddir.com/company/janeprist-manyvids-leaked/
https://www.mddir.com/company/stunning_summer-patreon-leak/
https://www.mddir.com/company/the_little_kitty_that_could-fansly-leaked/
https://www.mddir.com/company/houstonwhitegirl812-manyvids-leaked/
https://www.mddir.com/company/houstonwhitegirl812-manyvids-leaked/
https://www.mddir.com/company/auroramoon2020-onlyfans-leaked/

#21 By 4240821 (194.190.178.141) at 11/12/2023 10:56:07 AM
https://instem.res.in/comment/reply/3851/720542
https://instem.res.in/comment/reply/2564/720445
https://instem.res.in/comment/reply/2897/720475
https://instem.res.in/comment/reply/2646/720410
https://instem.res.in/comment/reply/2557/720369
https://instem.res.in/comment/reply/2452/720462
https://instem.res.in/comment/reply/5450/720545
https://instem.res.in/comment/reply/5405/720454
https://instem.res.in/comment/reply/3341/720515
https://instem.res.in/comment/reply/2557/720269

#22 By 4240821 (45.146.26.215) at 11/13/2023 6:22:26 PM
https://sexonly.top/get/b556/b556hnexeqdpisqkcba.php
https://sexonly.top/get/b561/b561ygobrdbilienlpz.php
https://sexonly.top/get/b202/b202qmsccliutegqxxb.php
http://activewin.com/mac/comments.asp?ThreadIndex=67352
https://sexonly.top/get/b139/b139nwwujtblwjxbvyi.php
https://sexonly.top/get/b4/b4xofsakvlhmruujt.php
https://sexonly.top/get/b709/b709mawptxcjuuruxve.php
https://sexonly.top/get/b725/b725rjsbrqzwichcyoj.php
https://sexonly.top/get/b672/b672revbejndzbobwsy.php
https://zmut.com/pin/213124562202092557

#23 By 4240821 (62.76.153.10) at 11/14/2023 7:31:51 PM
https://sexonly.top/get/b689/b689jbbwegjrwidmoag.php
https://sexonly.top/get/b83/b83wguodlpkswtttoa.php
https://sexonly.top/get/b632/b632wbuxibqjuspligl.php
https://sexonly.top/get/b510/b510nvvoudpshcqrhtu.php
https://hotslutss.bdsmlr.com/post/664617350
https://sexonly.top/get/b106/b106jluknxgdjdzhibe.php
https://sexonly.top/get/b449/b449egaciaojceicgqr.php
https://sexonly.top/get/b606/b606tkjpclrsbxbzeds.php
https://sexonly.top/get/b590/b590afkxerxnvpxmfga.php
https://sexonly.top/get/b321/b321yxpikoolbdoemir.php

#24 By 4240821 (194.226.185.83) at 11/15/2023 9:56:56 AM
https://sexonly.top/get/b565/b565gmazyhkxjgmaocd.php
https://sexonly.top/get/b774/b774qsurwglwsaamrmi.php
https://sexonly.top/get/b782/b782ypatigsxvfexaij.php
https://telegra.ph/DaintyWilder-Ass-to-Pussy-Onlyfans-Leaked-01-05
https://sexonly.top/get/b281/b281wmzksktzpnrkrqx.php
https://sexonly.top/get/b484/b484ynoytfjuhaqgluv.php
https://sexonly.top/get/b916/b916gkfdocdctvnjljx.php
https://sexonly.top/get/b729/b729kzazwxutotggdfl.php
https://sexonly.top/get/b978/b978eyxbteuiejhrazb.php
https://sexonly.top/get/b896/b896jnvoznsdpwegzqh.php

#25 By 4240821 (2.57.151.31) at 11/15/2023 6:13:05 PM
https://sexonly.top/get/b576/b576zxutcynzjqenagt.php
https://sexonly.top/get/b462/b462eyxdqlocbtogmeh.php
https://hotslutss.bdsmlr.com/post/653354198
https://sexonly.top/get/b123/b123khvpvdoelrgjrbc.php
https://zmut.com/pin/213124562202037989
https://sexonly.top/get/b724/b724efgtjytnredoycp.php
https://sexonly.top/get/b203/b203wdmzqhcvadrcxeq.php
https://sexonly.top/get/b970/b970pxsxmfkqbophjni.php
https://sexonly.top/get/b368/b368hnkomecnighggbc.php
https://sexonly.top/get/b967/b967pajvvkdngcbuace.php

Write Comment
Return to News
  Displaying 1 through 25 of 158
Last | Next
  The time now is 1:27:07 PM ET.
Any comment problems? E-mail us
User name and password:

 

  *  
  *   *