Canadians, Post your GSP gripes on US ebay, it's now 'Selling'

Heaven or Lithium alone knows why the old thread suggesting this was both bumped and locked, but the point remains valid. Go to the US 'selling' board and post your gripes there, and keep posting them  because amalgamating half a dozen boards makes posts vanish of the front page in a few hours. The thousands of posts in the pinned threads if posted where sellers might have some chance of seeing them would satnd more chance of being an eye opener to the often unaware US sellers using this program.

I am a US seller and if not for my International Buyers posting on the US site I would hae had no clue as to this GSP program for two reasons:
1. I do not use it and never will so when it came out I never even paid attention to the program
2. I was only reading US Sellers complaints on occasion. What perked my interest was the "confiscating" and reselling of items that the GSP center was deeming undeliverable or items that could not be shipped to another country that I knew could be.
I was shocked to discover "Art" or Guitars" or Certain clothing with Fur was being confiscated and resold on eBay by a company that is partnered with PB and eBay
I was shocked to hear packages were being opened and repacked?
I was shocked to READ that fees some buyers were paying for duties, taxes and tariffs appeared to not only be unrequired in many cases, but also possibly not being paid to the entities the money was being collected for when those taxes or customs fee's were not required?
Then after digging around and reading the buyers terms and conditions pages on your ebay sites because I do not see the buyers terms and conditions on the US site I was shocked even further at all the legal mumbo jumbo and the talking in circles...they cover themselves legally every way they can and the buyer is really the one eating it.
This program is nothing exceot a profit making service. It would not exist if profits were not had to be made plain and simple. Shipping as a small seller, heck shipping period should never be a profit making scheme. If my buyer pays me and for some reason shipping comes to less I refund the difference. I have felt guilty in the past when postage was even 50 cents less!
To boot why would any buyer pay double shipping costs? You buyers are paying for the cost of us US sellers to shlp your item to the US center...that's one postage fee, then you pay again to FedX for the international shipping costs and all the other fee's they tack on that cover the following costs for PB and GSP:
International priority shipping" (or "Shipping"): this Program Fee consists of charges associated with the parcel processing and shipping services described above and is comprised of the following variable amounts: your Seller's shipping charges to ship your order to the U.S. Shipping Center; third party international shipping charges to ship your order from the U.S. Shipping Center to your designated delivery address;
fuel surcharges; charges for selling, general, and administrative expenses, hardware, software development and licenses, operations, and hosting by Pitney Bowes;
charges from third party parcel processing service providers and for the management of the parcel processing service providers and related software systems;
charges relating to the management of insurance for lost or damaged items; charges for operational expenses associated with short-term loss recovery and the management of variances between the quoted Shipping amount and actual costs; and any referral fees paid by Pitney Bowes to eBay for referring you to the Program.
"Import charges": this Program Fee consists of charges associated with the customs service described above and is comprised of the following variable amounts: sales, goods and services, and value added taxes, duties, tariffs, excise taxes, and other amounts assessed or levied by any government authority in connection with the importation of goods into the applicable country of importation
(but excluding income taxes) ("Commodity taxes"); third party brokerage fees (including advancement and disbursement charges and customs brokers handling and filing fees); penalties
(but excluding any customs duties, taxes, surcharges, fines, penalties, or other charges which may be imposed on you by customs or tax officials after a GSP Item has successfully cleared customs and been delivered to, or made available for pickup at, the delivery address that you specify); classification charges associated with the assignment of a Harmonized System ("HS") classification code;
charges for export compliance screening and verification and the assignment of an Export Control Classification Number (ECCN); and operational expenses associated with short-term loss recovery and the management of variances between the quoted Import charges and actual costs.
Note: at eBay's discretion, applicable classification and export compliance charges, third party brokerage fees, and operational expenses may instead be included within the Shipping amount that is quoted to you.

Similar Messages

  • Kt600 delta post your gripes here!

    Major gripes with this board :-
    1.why should i have to spend another £50 - £80 on a top of the range psu
       just to  run a £55 motherboard ?
       The amount of people on this forum who have had to upgrade their psu just      
       to get this board up and running is unbelievable
    2. heat :- this board runs a good 10 - 15 degrees higher than its nforce 2
        counterparts ! so you have to go out and buy uprated cooling  to
        get a stable  system  
        never mind trying to clock it
    kt6 chipset :-this is the most unstable board i have ever fitted costing more in the long run to get it all up and running than any other ive built
    shall stick to the nf2 in future
     feel free to post your moans

    1: The heat on the cpu, increased ALOT from my old KT400, very strange.  It vas before, 39-40 (Idle) now its 45-46, much more I think, maybe there is something wrong with the sensor, or the KT400 had a 'good n' sweet days' sensor.
    Well, that would be everything I think.
    I ran my XP2500+ at 3200+ yesterday, and it was very stable, but I had to increase my  TwinMOS PC2700 memory to 3v to have them in 400 mode. And even then I had to remove Ultra mode and everything else fast, that made the computer slower, atlest in 3dmark, then default clock on everything So I will just get better mem and then I will go 3200+ everyday, I hope, if there wont be a problem with the heat.
    Using a open window, and a Cooler Master Aero 7 LITE at 45% speed, I suppose I can increase the speed if I want to clock but Its very loud then.  I think, as I said that there might be some error with the sensor, cause the window was open, and the computer was just under it and totaly open, no plates or sidepanels or something, also it was -3C outside (sweden). The old motherboard (K4v) got much colder.
    EDIT: I have a Q-TEC 550W (you say they suck, not mine ) and I still got very good voltage even when Im in so extreme overclock (to me that is extreme )

  • Steps to link a report to Web Application Form. Post Your Opinion

    Hi friends,
    After going through it what is your opinion. please do post your opinion.
    Could any one give the complete steps of Linking a report to web form so that when called / clicked the link the report can display the data.
    I have unchecked the "Report Option -> Save Data with Reports". So that the report could not take extra space.
    I have DB connection code in my .aspx.vb file, it is as follows:
    Private Sub ConfigureCrystalReports()
    Dim fileName As String = "Reports\" & ReportID & ".rpt"
    Dim reportPath As String = Server.MapPath(fileName)
    myRepDoc = New ReportDocument()
    myRepDoc.Load(reportPath)
    myCrystalReportViewer.ReportSource = myRepDoc
    myCrystalReportViewer.RefreshReport()
    Dim myConnectionInfo As ConnectionInfo = New ConnectionInfo()
    If Session("reportConnectionInfo") IsNot Nothing Then
    Dim ConnInforArrList As ArrayList = DirectCast(Session("reportConnectionInfo"), ArrayList)
    myConnectionInfo.ServerName = ConnInforArrList(0)
    myConnectionInfo.DatabaseName = ConnInforArrList(1)
    myConnectionInfo.UserID = ConnInforArrList(2)
    myConnectionInfo.Password = ConnInforArrList(3)
    Else
    lblMessage.ForeColor = Drawing.Color.Red
    lblMessage.Text = "Session is off. Please Relogin to See the Report."
    End If
    SetDBLogonForReport(myConnectionInfo, myRepDoc)
    SetDBLogonForSubreports(myConnectionInfo, myRepDoc)
    myCrystalReportViewer.SelectionFormula = GetFieldName(ReportID) & "='" & Session("CompCode") & "'"
    myCrystalReportViewer.Visible = True
    End Sub
    Private Sub SetDBLogonForReport(ByVal myConnectionInfo As ConnectionInfo, ByVal myReportDocument As ReportDocument)
    Dim myTables As Tables = myReportDocument.Database.Tables
    For Each myTable As CrystalDecisions.CrystalReports.Engine.Table In myTables
    Dim myTableLogonInfo As TableLogOnInfo = myTable.LogOnInfo
    myTableLogonInfo.ConnectionInfo = myConnectionInfo
    myTable.ApplyLogOnInfo(myTableLogonInfo)
    Next
    End Sub
    Private Sub SetDBLogonForSubreports(ByVal myConnectionInfo As ConnectionInfo, ByVal myReportDocument As ReportDocument)
    Dim mySections As Sections = myReportDocument.ReportDefinition.Sections
    For Each mySection As Section In mySections
    Dim myReportObjects As ReportObjects = mySection.ReportObjects
    For Each myReportObject As ReportObject In myReportObjects
    If myReportObject.Kind = ReportObjectKind.SubreportObject Then
    Dim mySubreportObject As SubreportObject = CType(myReportObject, SubreportObject)
    Dim subReportDocument As ReportDocument = mySubreportObject.OpenSubreport(mySubreportObject.SubreportName)
    SetDBLogonForReport(myConnectionInfo, subReportDocument)
    If myReportObject.Name = "Subreport1" Then
    Dim lvSec As Section = subReportDocument.ReportDefinition.Sections("DetailSection1")
    If Not lvSec Is Nothing Then
    Dim t1 As TextObject
    t1 = lvSec.ReportObjects("txtEmpName")
    t1.Text = Session.Contents("EmpName")
    Dim t2 As TextObject
    t2 = lvSec.ReportObjects("txtRepID")
    t2.Text = Request.QueryString("REPID")
    End If
    End If
    End If
    Next
    Next
    End Sub
    Please do help me out as the data of report is not getting displayed on the report.
    After going through it what is your opinion. please do post your opinion.
    While creating the Report has the following Report Options on / checked.
    1. Database Server is Case-Incensitive
    2. Use Indexes Or Server For Speed
    3. Verify on First Refresh
    4. Show Preview Panel
    5. Display Alerts on Refresh
    6. Select Distinct Data for Browsing
    Do I have check or uncheck any other option?
    Thanks and regards
    Edited by: Md. Mushtaque on Sep 6, 2008 2:50 PM
    Edited by: Md. Mushtaque on Sep 8, 2008 9:27 AM
    Edited by: Md. Mushtaque on Sep 8, 2008 12:14 PM

    Sir AG,
    Thanks a lot for replying and spending your valuable time for my problem.
    Sir, I just want to put this in your knowledge that my application is web based application and I am calling these reports through web forms i.e. of ASP.NET coded in vb from .aspx.vb files.
    So as per the code I have attached, I have this
    Option Explicit On
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Next for ReportDocument Object:
    Dim fileName As String = "Reports\" & ReportID & ".rpt"
            Dim reportPath As String = Server.MapPath(fileName)
            myRepDoc = New ReportDocument()
            myRepDoc.Load(reportPath)
            myCrystalReportViewer.ReportSource = myRepDoc
    Above is the code used by me in Page_Init  and I have already tested it from Page_Load. I have got few suggestions from this forum that I should put this code in Page_Init only.
    Lastly:
    The database connectivity code:
    Dim myConnectionInfo As ConnectionInfo = New ConnectionInfo()
            If Session("reportConnectionInfo") IsNot Nothing Then
                Dim ConnInforArrList As ArrayList = DirectCast(Session("reportConnectionInfo"), ArrayList)
                myConnectionInfo.ServerName = ConnInforArrList(0)
                myConnectionInfo.DatabaseName = ConnInforArrList(1)
                myConnectionInfo.UserID = ConnInforArrList(2)
                myConnectionInfo.Password = ConnInforArrList(3)
            Else
                lblMessage.ForeColor = Drawing.Color.Red
                lblMessage.Text = "Session is off. Please Relogin to See the Report."
            End If
            SetDBLogonForReport(myConnectionInfo, myRepDoc)
            SetDBLogonForSubreports(myConnectionInfo, myRepDoc)
    SetDBLogonForReport(myConnectionInfo, myRepDoc)
    Private Sub SetDBLogonForReport(ByVal myConnectionInfo As ConnectionInfo, ByVal myReportDocument As ReportDocument)
            Dim myTables As Tables = myReportDocument.Database.Tables
            For Each myTable As CrystalDecisions.CrystalReports.Engine.Table In myTables
                Dim myTableLogonInfo As TableLogOnInfo = myTable.LogOnInfo
                myTableLogonInfo.ConnectionInfo = myConnectionInfo
                myTable.ApplyLogOnInfo(myTableLogonInfo)
            Next
        End Sub
    This code I have got from a sample of the forum itself.
    Sir, after all these effort and the unchecking of option "Save Data with Report" on calling the reports from my forms it is showing blank report. No data from the database is coming form the database.
    I have uncheked the option "Save Data with Reports" to get the updated data each time the report has been called but now the status is that nothing is coming.
    Thanks again for you precious and valuable effort to help me but the my problem is unsolved, So sir please if you could put an eye on it and help me out to get rid of this problem, I will be very thankful to you for your kind help.
    Thanks and regards
    Mushtaque

  • Post Your's 3DMark 2k1 scores HERE

    I would like to verify my 3DMark 2001 SE (v.330). Post your's results with complete system description (drivers versions, ram timings, overclock settings (if any), ect.)
    Here is my Baby:
    - Athlon 3200 (2210 MHz - NC core, no OC)
    - MSI K8N NEO Platinum (1.4 bios)
    - 2x 512Mb PC3200 Kingston ValueRam (KVR400X64C2.5/512) at 2.5-3-8-3-1T (stock speeds)
    - MSI 6800GT (stock speed)
    - WD Caviar 80GB SATA 8Mb cache
    - Tagan Tg-480 (480W)
    - SB Audigy 2 ZS
    - Other standar stuff
    My 3D 2k1 score: 21435 (with above system&settings, all stock)
    Run at:
    - Win XP + SP2
    - Dx: 9.0c
    - ForceWare: 66.70
    NOW YOUR'S RESULTS...

    Here is mine using the system in my sig.........
    3dmark01 score.....24,552
    http://service.futuremark.com/compare?2k1=8165419
    DX9c
    66.81 nvidia drivers
    XP Pro with SP2

  • Post Your's 3DMark 2001 scores HERE

    I would like to verify my 3DMark 2001 SE (v.330). Post your's results with complete system description (drivers versions, ram timings, overclock settings (if any), ect.)
    Here is my Baby:
    - Athlon 3200 (2210 MHz - NC core, no OC)
    - MSI K8N NEO Platinum (1.4 bios)
    - 2x 512Mb PC3200 Kingston ValueRam (KVR400X64C2.5/512) at 2.5-3-8-3-1T (stock speeds)
    - MSI 6800GT (stock speed)
    - WD Caviar 80GB SATA 8Mb cache
    - Tagan Tg-480 (480W)
    - SB Audigy 2 ZS
    - Other standar stuff
    My 3D 2k1 score: 21435 (with above system&settings, all stock)
    Run at:
    - Win XP + SP2
    - Dx: 9.0c
    - ForceWare: 66.70
    NOW YOUR'S RESULTS...

    MSI K8N Neo Platinum (1.5b2 beta BIOS)
    Athlon 64 3000+ @ 2.4GHz (10 x 240)
    Radeon 9800 Pro @ 450/375
    2x512MB Crucial PC3200 @ 240MHz @ 3-3-3-8 1T
    Catalyst 4.9
    Score: 23,077
    URL: http://service.futuremark.com/compare?2k1=8134558

  • Best export settings? Post your tips!

    I have been using iMovie for a long time. I have messed with settings quite a bit but the files always come out huge. I have seen other people's QT movies with great image quality for small file size. I have no idea how they do it.
    My best experience in iMovie is to use the CD-ROM setting for export. This gives it the window size that I want, with a small file size, while maintaining pretty good image quality.
    I'm talking about custom settings here. I need something other than the pre-made settings. There are so many custom options, but they're all way over my head. My goal is to use something other than h264, but keep the CD-ROM quality and size.
    Does anyone have any good custom settings they recommend for getting a good balance of dimensions, image quality, and file size?
    If so, post your tips! Let us know your favorite export settings!
    --Timothy

    The export settings are determined by the way the file is to be viewed.
    "Local" files (those on CD's or fast networks) can be much larger in file size because bandwidth isn't much of an issue. Sent to iDVD and they make great videos that can only play in DVD players or software.
    "Web" based files are a new can of worms because each persons opinion of "good" and also "small" file size differ so much.
    Best advice anyone can give you is for you to make your own sample export "tests":
    Take a minute sample (a part that has high action and motion) and choose the "Expert Settings" to send the file to QuickTime.
    Try various video codecs and adjust the data and frame rate to raise or reduce file size.
    Try AAC audio (very popular audio format) but set the frequency to "half" of CD quality (22050 Hz). This will be half as large in file size.
    If your camera didn't record in stereo (most don't) set the file to mono and you reduce the file size in half again.
    Compression is nearly an art form and the options in the expert settings can be a bit confusing.

  • Got a feature idea? Post your idea or vote on an idea at the ideas site

    We have just launched a new site (
    http://ideas.acrobat.com) so
    that we can hear new ideas and have the community vote on which
    ideas are important. Post your idea or vote on an idea. We hope
    you’ll check it out.
    Thanks,
    The Acrobat.com Team
    Buzzword is a part of Acrobat.com

    The installing groups is actually already implemented in the beta of 2.6, which is in ftp.archlinux.org/other/pacman
    From the ChangeLog itself:
    Added group handling, so one can run 'pacman -S kde' and
                    install all files from the KDE group
    Not sure about the other things though, those sound like some very good ideas that should be considered and hopefully they aren't too hard to implement.
    Kritoke

  • Running OS X 10.9 but when trying to list an item to sell on ebay it say=Sorry. Your browser doesn't support the popular listing options selling form. If you'd like to try it, please try using Internet Explorer 6 or higher, or Firefox 1.5 or higher. Help

    I am running OS X 10.9
    but when trying to list an item to sell on ebay it say=  Sorry. Your browser doesn't support the popular listing options selling form. If you'd like to try it, please try using Internet Explorer 6 or higher, or Firefox 1.5 or higher.
    Help please so I can continue my sad life

    Tried to see if it is looking for flash and it is disabled or not installed by default; java (not being installed and best to turn it off normally), browser agent to report it as something else.
    Opera comes the closest I've read to spoofing a site telling it is IE but you have to do so per site. Also OmniWeb.

  • Feedback for 3G Nano 1.0.1 - Post your feedback!

    Hello everyone. How about posting your feedback in regards to the new 1.0.1 update for the new 3G Nanos?
    Also anyone have the "tilt issue" with their new Nano's?

    Ever since the update my Nano has been shutting off when I press the play/pause button. If I hit play again the screen lights up briefly and then goes dark again. I can get it back on by pressing menu and I can use the center button to start playback; but I can't pause my music or videos. This is really annoying because now I don't know if I have a real issue, or if the update caused this quirk. Regardless I'll probably still take my iPod back because this basic loss of functionality isn't acceptable.

  • Wireless Issues? Post your router.

    I'm finding that lots of people are posting issues with the DLink DI-614+ (I have issues with two of those) and the Airport Extreme.
    Maybe isn't an issue with older routers? idk, but I had good speed on the UMN campus (I believe they use cisco access points) and since using consumer router I've got junk.
    I'm testing an 802.11g Netgear tonight, I'll post results.
    Please Post your Routers and if they are 802.11 A, B, or G
    I have issues on:
    Dlink 614+ 802.11b (2 of them actually)

    DLINK DI-604 router with a DLINK DWL-2100AP wireless access point.
    Access point running WPA encryption and set to AES, not broadcasting SSID.
    Router set to DHCP for the LAN and connected to a DSL modem.
    Access Point set to no DHCP obviously and gets IP's from the router.
    Access Point using NO turbo or superG whatever modes, it is set to "Wireless G only" as only G NIC's on my network.
    DSL speed is 2500 kbps down.
    FACTS:
    - There have never been any speed or connection issues with the D-Link router or access point among my other Windows machines - a desktop (ethernet) and two Sony Vaio laptops (wireless G).
    - My original Mac Book Pro (bought last Friday) with a "W8610.." serial number had constant
    trouble connecting to this network and ran VERY slow with frequent disconnects and unresponsiveness when browsing. Latency was terrible and would consistently take over thirty seconds to load a page.
    It always "saw" the access point on boot up but would fail to connect despite network status showing full signal strength and "Connected".
    Could not ping or use web. The access point DID show the MBP as connected with a good DHCP IP, but nothing on the MBP.
    Required me to open diagnostics on the MBP and re-enter the SSID, security type and password every start up. Tried setting the access point to enable broadcast of SSID - made no difference.
    Changed WPA to "auto" and TKIP - no joy.
    - "W6810.." MBP got extremely hot, had no whine issue or diplay issue but was too hot to touch frequently during use despite being elevated on a Podium Pad. (Did the PSU reset thing - no change in heat.)
    - TODAY, replaced the "W8610.." MBP today from the Apple store with a new MBP - new serial is "W8611.." and is a later revision of the MBP - this according to the Apple tech I spoke with this morning who also confirmed the logic board replacements in later "D" revision models.
    - The new MBP has zero problems with wireless - it connected right away using the same settings on the DWL-2100AP and AirPort NIC as the previous MBP. It connects on reboot and detects, conencts to the AP without problem.
    Speed is excellent and exactly where it should be.
    - The new MBP is DRAMATICALLY COOLER than the original. The difference
    is nothing less than amazing - the area above the function keys is barely warm even with the MBP running intensive apps.
    - Note that on both MBP's I ran and installed all software updates including OS X.
    - Apple Store tech and manager (arrogant brat) insisted there was no such problem with heat or logic board issues, no network issues and said they had heard no such thing from Apple despite my conversation with Apple tech earlier that day. Said I should buy an AirPort base station or give up on the networks, blamed DLINK hardware.
    Took an hour of insisting they replace it to get anywhere - they ran hardware tests on the old MBP and found no errors - said heat was "normal" despite it being too hot to touch and MUCH hotter than the display laptops.
    Mac Book Pro 2.16 GHz   Mac OS X (10.4.6)  

  • "Error reconnecting to SBP-2 device"Could anyone post your suceessful print

    at /etc/modules
    options sbp2 serialize_io=1 exclusive_login=0
    linux1 (nod1 first boot)
    [root@linux1 ~]# dmesg | grep sbp2
    sbp2: $Rev: 1265 $ Ben Collins <[email protected]>
    ieee1394: sbp2: Maximum concurrent logins supported: 2
    ieee1394: sbp2: Number of active logins: 0
    ieee1394: sbp2: Logged into SBP-2 device
    ieee1394: sbp2: Error reconnecting to SBP-2 device - reconnect failed
    ieee1394: sbp2: Logged out of SBP-2 device
    ieee1394: sbp2: Maximum concurrent logins supported: 2
    ieee1394: sbp2: Number of active logins: 0
    ieee1394: sbp2: Logged into SBP-2 device
    linux2 (node2 second boot)
    [root@linux2 ~]# dmesg | grep sbp2
    sbp2: $Rev: 1265 $ Ben Collins <[email protected]>
    ieee1394: sbp2: Maximum concurrent logins supported: 2
    ieee1394: sbp2: Number of active logins: 1
    ieee1394: sbp2: Logged into SBP-2 device
    The 2nd boot server will alway kick out the 1st booted server from firewire
    connection.
    i try to use diffrent 1394 card , this issue still exist.
    Could anyone post your suceessful printout? ( both node status )
    Message was edited by:
    kook.liu
    Message was edited by:
    kook.liu

    My dmesg output looked exactly like yours and I was able to get a RAC up and running.
    I do not believe this is a problem as it worked for me with identical dmesg output.
    I think it means that the first node which was connected to the Firewire drive gets dis-connected when the second node tries to connect to it. That is why you get the "reconnect failed" message.
    After it fails to reconnect, it logs out of the device and then logs in again. If your device did not support concurrent logins, you would see a different error message in your dmesg output ("login failed").
    A simple way to check if the device is available to both nodes after booting is to run the fdisk -l command on both nodes. If you can see the device on both nodes in the fdisk output then it is available on both nodes.

  • Post your questions about #BlackBerry10 here!

    Hey everyone,
    What a week last week! I think I'm finally starting to settle down after all the excitement with our global launch events last week.
    If you're getting a BlackBerry 10 device soon, take a look at these tips on the BlackBerry Help Blog to help you set up your email, contacts, calendar and social networks: http://helpblog.blackberry.com/2013/01/blackberry-10-add-email-contacts/
    Have other questions about BlackBerry 10? Our community can answer pretty much anything, just post your question below!
    Remember, if you have a BlackBerry 10 device and need support, check out the BlackBerry 10 Support boards on the main page of the community.
    ^Bo
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Likes for those who have helped you.Click Accept as Solution for posts that have solved your issue(s)!

    sanjithb wrote:
    Why is the bis being stopped and not unlimited in south africa. Especially on the Z10.
    the BIS is not stopped. BIS is still required for OS7 and previous.
    the Z10 does not need a specific BIS plan, which is generally considered a very good improvement.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Post your iWeb '08 Sites

    I would love to see what everyone else is doing with iWeb '08. Post your sites so we can all see! I will start by showing mine, any constructive feedback is appreciated!
    http://www.tantricstudios.com

    Greetings Aimmekat (is that right?)
    Hey I like your web site, generally speaking. My suggestions would be more in the arena of spacing of text. I find, as a designer, that the more 'air' I put between text lines the better it is for the eyeballs. The tighter the text lines are, the less likely are people going to read your message. That was my initial impression, at least. You'll see; if you simply spread the text a bit -- add space between the lines, you'll notice an immediate improvement in the 'feel' of the page.
    Here's my site. It's my portfolio site, which I am also going to make my blog and personal site. But until I get those pages going, for now it serves as my portfolio only.
    http://web.me.com/scottboley1/MonosDesignConcepts
    (Sorry, wasn't sure how to make it a link in this forum -- maybe you can share?)
    Please know that because I am a designer, I make no claims to expert analysis of your site. The suggestions I offer are my opinion only. I'm only almost 50, so I have many years of experience to gain before I can call myself any sort of expert. Man, now that I look at what I typed, I sound like a really old ****. 50 -- can that be true?
    Hey, thanx for starting this thread, It's good to see what others are doing and find some stuff I can steal and claim as my own. Isn't that what good design is, after all?
    Thanx
    FriarScott

  • Post Your HDTV display CONFIGURATION HERE.

    In order to help others, can those who have full (or close) resolution of your HDTV post your display configuration here?
    Please include your television model, OSX version, and list of an additional software/hardware used to get things working.
    Thanks.

    Toshiba 37WL58, Mac mini 1.5GHz Intel Core Solo, DisplayConfigX (registered), connected with the DVI to VGA adapter.
    Verified DisplayConfigX settings:
    Monitor Tab:
    Refresh: 49.00 - 105.00
    Horizontal Frequency: 12.00 - 85.00
    Pixel Frequency: 350.00
    Aspect Ratio: 4:3
    Default Refresh Rate: 60
    Resolution Tab:
    Horizontal - Vertical
    Active Pixel: 1360 - 768
    The others are preset, but should read:
    Front Porch: 64 - 1
    Sync: 144 - 3
    Back Porch: 208 - 23
    Total: 1776 - 795
    The refresh rate should default to 60.003
    Afterwards, choose the Widescreen option on the remote.
    (Thanks to Andyb2 over at AVForums.com and Mark Parsons1 at Apple Discussions)
    Mac mini 1.5GHz Intel Core Solo   Mac OS X (10.4.7)  

  • Any body out there with vivo working on FX ?. can you post your specs ?

    Hi,
    If there is anybody out there in the universe who can do analog capture with these cards, please let us know.
    Just post your specs to enlightment of the rest mere mortals....
    I am pretty sure there is a colission for resources... I have rebotted 30 times my PC today and I see a pattern.
    After blue screen, my computer will not boot anymore. I have to disconnect the network cable ( I presume to avoid some kind of initialization) or  if I am lucky and I can start in safe mode, disable the network interface.
    With network disabled, after blue screen ( the usual suspect nv4_mini.sys ) I can reboot without problems, eitehrwise forget it...
    Currently, I manage to see color video ( and movement ) when I put into capture mode in Ulead. However, as soon as I request it to start capturing, .... blue screen.
    I have dig the whole internet and a lot of people is under the same hassel from all vendors selling video-in FX series.
    I have already gone to safe mode, uninstall everything possible and installed piece by piece from start... same results.
    any hints I will try.
    JCG
    MSI K7D master 2xAMD (XP/MP) 2600 1GB ram
    2 Seagate 120GB
    PSU Qtec 400W ( I know I know... not popular.... but it has been working for me for 1.8 years without a glich and believe me, I put this box under a hard test with full CPU, encoding MPEG for a full weekend and it is fine.... still does if I capture via firewire and later encode... it is just the f%c$k&$in*g WMD that screws up everyting...)
    FX5200VTD128
    DVD LG

    Hi,
    First I don't have a clue to what your problem is but...
    Yes I can capture with my FX5600-vtdr-128 video card...I can do it in two programs,Studio9 and Roxio DVD creator..The only rub is huge white bars  pop in and out of the capture sometimes..Particularly after a glitch in the video..Were talking home movies not commercial copying..As near as I can tell from a google search it's the Nvidia WDM driver thinking that it has to block Macrovision..Good luck,
    jolphil

Maybe you are looking for

  • Using a repeater to pass content to a title window

    Hi I have a repeater that has a button and the button open a title window component from flex So far I use the name property of the button to pass the title from the repeater to the title of the titlewindow here it is: Vimeo is the name of the repeat

  • Problem with Adobe Forms - Layout designer just closed.

    Dear All, When I start to edit some PDF form in SFP transaciton I get crash all of SAP GUI programms on my PC. It all  just has closed and that's all. No errors, no message. This is heppened whith installed: Adobe Life cycle Designer 7.0 Adobe Life c

  • Orcl:query-database ERROR

    I am getting following error when I use orcl:query-database() function. JNDI name is correct and working for DB adapters. I dont knwo whats wrong with this.. <subLanguageExecutionFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="code

  • Need info on mount, nomount

    hi i want to know difference wht is mount, nomount,open,close regards TJ

  • Rookie OC'er - Help appreciated

    Hello, everyone! Let me say how incredibly excited I am to have found this forum - experts with the x58 series are tough to find!  First time poster, be gentle... As I stated above, I'm a novice OCer in need of some love. I recently built an i7 920 r