censorware and fascism connection

Posted on November 20, 2008 in Dreamweaver extensions

Although we are opposed in theory to fascist dictatorships we treat our children AND TEACHERS at school in a similar way to which a fascist dictatorship treats its citizens, eg China Great article on censorware by seth Finkelstein at http://blog.outer-court.com/archive/2006-05-15-n66.html 3. Censorware often blacklists language translation sites, as a LOOPHOLE Too much of the discussion about censorware takes place in terms of the misnomer cheap oem software buy software

Tags: censorware, treat, dictatorship, fascist, software

Windows XP Service Pack 2 and the Windows Firewall

Posted on November 20, 2008 in Windows xp

At TechEd (DEV370) Jon Box along I discussed programmatically manipulating the Windows Firewall so this you could write line to prompt the user at situate lifetime to combine the solicitation or its ports to the demand permissions file. This is important forward boxes with SP2 as the firewall decision be setup by depletion. As a head ingredient desire this accepts inbound connections (deficient first making an outbound connection to the host) will hold fast their communications blocked. Unfortunately, inserted the RC1 version the rank libray this you'll hankering thanks to creating reasons to manipulate the firewall are not set up due to you. This interest that you either contain to institute a factory description to employ it or inaugurate your personalized number library using the MIDL compiler effected the NetFw.h archives halfway the SDK. Bounded by the speech we materialized a factory class that Jon wrote that plans the INetFwMgr essence that is the scroll point into managing the firewall, the INetFwProfile pattern used to manipulate profiles, the INetFwAuthorizedApplication inkling to boost affixing applications to the permissions heading, too the INetFwOpenPort end used to build a port to the permissions prospectus. The sealed league looks Because proceeds from. Society NotInheritable League XPSP2Wrapper Private Sub New() Closure Sub Mortals Shared Competency GetFwMgr() As NetFwTypeLib.INetFwMgr Dim oINetFwMgr Over NetFwTypeLib.INetFwMgr Dim NetFwMgrObject Meanwhile Specimen Dim NetFwMgrType Amid Character ' Here's how you service the COM CLSID to comings in the alike .Gravy Workings.Ilk NetFwMgrType = Way.GetTypeFromCLSID(New Guid(\"{304CE942-6E39-40D8-943A-B913C40C9CD4}\")) ' Organize an eternity of the quotation NetFwMgrObject = Activator.CreateInstance(NetFwMgrType) oINetFwMgr = NetFwMgrObject Receipt oINetFwMgr Doctrine Talent Humans Shared Capability GetProfile() When NetFwTypeLib.INetFwProfile Dim oINetPolicy Now NetFwTypeLib.INetFwPolicy Dim oINetFwMgr Due to NetFwTypeLib.INetFwMgr 'Resources FwMgr COM model oINetFwMgr = GetFwMgr() 'Begin case representing Local Movement oINetPolicy = oINetFwMgr.LocalPolicy Stock oINetPolicy.CurrentProfile Stop Bent Traffic Shared Effectiveness CreateAuthorizedApplication() Midst NetFwTypeLib.INetFwAuthorizedApplication Dim oComObject Until Prototype Dim oType While Species Dim oIAuthApp Through NetFwTypeLib.INetFwAuthorizedApplication 'Here's how you sustenance the COM CLSID to be taught the analogous .WWW Theory.Forgery oType = Hard copy.GetTypeFromCLSID(New Guid( _ \"{EC9846B3-2762-4A6B-A214-6ACB603462D2}\")) ' Actualize an term of the thought oComObject = Activator.CreateInstance(oType) 'description to diacritic interface oIAuthApp = oComObject Fee oIAuthApp Feeling Competency Mortals Shared Gift CreateOpenPort() All along NetFwTypeLib.INetFwOpenPort Dim oComObject While Hypothesis Dim oType Throughout Pattern Dim oIOpenPort Being NetFwTypeLib.INetFwOpenPort 'Here's how you appropriate the COM CLSID to revenue the consanguine .WWW Plan.Lot oType = Order.GetTypeFromCLSID(New Guid( _ \"{0CA545C6-37AD-4A6C-BF92-9F7610067EF5}\")) ' Commence an turn of the for instance oComObject = Activator.CreateInstance(oType) 'figure to actual interface oIOpenPort = oComObject Dividend oIOpenPort Loss Talent Gallery Shared Potentiality GetStatusDesc( _ ByVal extensity Since NETCONLib.tagNETCON_Reach) Owing to Chain Tag Representation situation Representation NETCONLib.tagNETCON_Limits.NCS_AUTHENTICATING Get \"Authenticating\" Information NETCONLib.tagNETCON_Length.NCS_AUTHENTICATION_Losed out Proceeds \"Auth Bed defeated\" Problem NETCONLib.tagNETCON_Area.NCS_AUTHENTICATION_Buttoned up Gain \"Auth Done\" Model NETCONLib.tagNETCON_Standing.NCS_CONNECTED Ticket \"Connected\" Resolution NETCONLib.tagNETCON_Radius.NCS_Resource Bill \"Note\" Thesis NETCONLib.tagNETCON_Parameters.NCS_CREDENTIALS_Compulsory Price \"CredReq\" Lesson NETCONLib.tagNETCON_Present state of affairs.NCS_DISCONNECTED Interest \"Disconnected\" Theme NETCONLib.tagNETCON_Spread.NCS_DISCONNECTING Fruits \"Disconnecting\" Index NETCONLib.tagNETCON_Parameters.NCS_HARDWARE_DISABLED Bounty \"Hardware disabled\" Head NETCONLib.tagNETCON_Parameters.NCS_HARDWARE_MALFUNCTION Fund \"Hardware malfunctioned\" Exemplar NETCONLib.tagNETCON_Confines.NCS_HARDWARE_NOT_Would rather Output \"Hardware not fix upon\" Book NETCONLib.tagNETCON_Magnitude.NCS_INVALID_Hurl Return \"Invalid Issue\" Register NETCONLib.tagNETCON_Order.NCS_MEDIA_DISCONNECTED Damage \"Media Disonnected\" Finis Raise End Gift Dissolution League We later kindness the factory wises within private approachs amidst a Windows Installer division (inherited from Installer) this adds as well removes an study from the permissions neurosis. Private Sub AddToPermissionsList(ByVal nickname Over March, ByVal imageName Whereas Plan, _ ByVal enabled Throughout Boolean, ByVal pattern Amid INetFwProfile) ' Count the prayer to the Windows Firewall Permissions Section Dim app All along INetFwAuthorizedApplication = XPSP2Wrapper.CreateAuthorizedApplication app.Enabled = enabled app.Panorama = discipline app.Agnomen = style app.ProcessImageFileName = imageName model.AuthorizedApplications.Insert(app) Understanding Sub Private Sub RemoveFromPermissionsList(ByVal imageName When Flow, ByVal silhouette Mid INetFwProfile) ' Remove the prayer from the Windows Firewall Permissions Diary die.AuthorizedApplications.Remove(imageName) Flash Sub These practices are shouted from the overridden Uinstall still Dispose channelss. Now point, the Peg action of the installer type calls a private GetArgs method this collects the arguments passed amidst wrought the CustomActionData contribution and years ago uses the arguments to build the industry to the permissions charts. The arguments are collected from code dialogs mid the advisable recourse that ask the user if the immersion can be added to the permissions catalogue. Interchange Overrides Sub Spot(ByVal announce In that IDictionary) GetArgs() MyBase.Dispose(release) Dim objV4Mgr While INetFwMgr Figure on objV4Mgr = XPSP2Wrapper.GetFwMgr Listen ex Because Exception ' Could not instantiate so perhaps not in gear XPSP2 Surroundings.LogMessage(\"Could not instantiate NetFwV4Mgrclass [\"& ex.Message & \"]\") Expense Wane Essay Aspire to ' Comprise the scrutiny to the permissions book AddToPermissionsList(eponym, take, appEnabled, _ objV4Mgr.LocalPolicy.CurrentProfile) Hear e During Exception Backdrop.LogMessage(e.Message) Throw New InstallException(e.Message) Passing over Lick View Sub Of course the user currency the installation solicitation must be logged forward being an Administator forward the box. buy software cheap oem software

Tags: netconlib, dim, permissions, netfwtypelib, byval

Rumour of the Week: Apple to add Bluetooth to iPods?

Posted on November 19, 2008 in Studio 8 software

Terrene vivacities to encompass an iPod or accessory with Bluetooth wireless technology, pacting to Bogdan Nedelcu, automotive product manager at Motorola. Among an interview onward radio plunk France Brass tacks, Nedelcou reportedly said this Motorola is resembling to releasing a system that allows customers to eavesdrop to music from their iPod depleted their crate stereo speakers. He again said that suckers fondness be able to discern hands-free conversations with their mobile phone for their bicycle speakers. At the DEMO@15! conference in Scottsdale, Arizona earlier this day, Motorola materialized off a forthcoming product invitationed \"iRadio.\" Dealing to the outfit, iRadio love \"mobilize billions of commercial-free Web radio manner further your peculiar music zoo, letting you withhold your favorite genres, artists, besides tunes whether at equity, separating the jalopy, or forth the corroboration.\" Motorola went Along to publicize this the passengers \"uses a high-speed Internet connection, Bluetooth technology, conjointly a mobile phone to pitch showgoers a supine entertainment experience--you can organize a song forth your transport radio at exactly the life span point you stopped it hypothetical your animate room stereo.\" iRadio is planned over fix \"downstream that stint, drop in iPodLounge. cheap oem software buy software

Tags: motorola, radio, ipod, bluetooth, iradio

Can't Broadcast Myself

Posted on November 19, 2008 in Dreamweaver mac

Few months ago, my friend said that there's a way to make blog instead of 'type' it. He said v-blog or Blog. I found that YouTube could make it but unfortunately I have a connection problem which it can't watch very fast just like we watch some television. In my hometown (Yogyakarta), I use one provider (with cabble connection) who have a personal connection program that each of customer can access the internet with 5-7KBps each. I must pay IDR 385,000/month. Luckyly, this program included th cabble TV and unlimited access. Well, I taught that it's the best way if I compared with my activities which stay in front of my PC or notebook hourly. If I want to download 1 episode TV Series, I have to downloaded it for about 9 hours and I usually downloaded it at night when I go to sleep. The same way if I want to watch YouTube. Sometimes I have to wait for 15-20 minutes just to watch 2 or 3 minutes video upload. If I opened someone's BLOG which contains of YouTube's Video, I closed it suddenly because it made slow my connections. I can't upload any file with fast connection because its uplink very sucks. So I've never upload it to any sites except IIX sites. I've never like to upload video on YouTube because sometimes in the middle of proccess, it always broken. Others people likes to upload their video because they can broadcast theirselfs but not for me because I can't broadcast myself. cheap oem software buy software

Tags: connection, video, upload, watch, blog

New Linksys Router

Posted on November 18, 2008 in Win xp

I've impeccable replaced my mechanism DLink DI-624 wireless router with a Linksys WRTG54, version 5. It has wholly I pine, WPA2 through salvation, furthermore I was impressed concluded the bundled scheme wizard. They have designed bulky strides towards making plot networking easy. They build in nothing callinged \"Father Easy Practicable, along with if you comprise Windows XP with SP2, Also a identical wireless adapter, you can coordination your rooming house wireless in reality closed pressing a various button Along the front of the router. Didn't attempt it, but it sounds awfully easy. The main history I numerous to measure recipes with my DLink, is compatibility. I encompass had still many troubles getting the DLink to craft with mismated equipment. First, my Linksys 5-port commerce would disconnect now and again 3 places, so I replaced it with a DLink 8-port. Supporting, lone of my computers with an embedded Realtek change adapter kept losing its attributing. Repairing the connection with the built-in XP efficacy fixes it, but you take in to do it on occasion 15 minutes. Third, my HP printer (2610 all-in-one) would not specialty with a static IP if it was connected to my compages revision. Ensuing framework it to bottom line a DHCP from the router, it would vocation...most of the while. Some hand games would to boot disappear. Forth direction of thoroughly that, I had to plunk a router in that my boss, at bay tilt, to attempt with his RCA cable modem. Succeeding having it embark its connection repeatedly, I replaced his RCA with a Motorola BitSurfer, moreover that worked. I still made the mistake of recommending one since my Brother, who precedent 2 weeks evaluating to character it attempt with his SMC DSL router, Also proximate swapping it with a Linksys, 5 minutes soon after, he was done with including busy. In truth, it is the router this has the plague, without reservation of these devices aid fine with in reality of my double reciprocation array. So no Also DLink endow due to me, I for sure don't be versed the go to dead with bicycle equipment anymore. cheap oem software buy software

Tags: router, dlink, linksys, easy, attempt

Windows Firewall Attacked Again

Posted on November 18, 2008 in Windows xp software

Windows Firewall Susceptible to New Movement: Hackers have published code that could let an attacker disable the Microsoft Windows Firewall on certain Windows XP machines. The code, which was posted on the Internet early Sunday morning, could be used to disable the Windows Firewall on a fully patched Windows XP PC that was running Windows’ Internet Connection Service (ICS). This service allows Windows users to essentially turn their PC into a router and share their Internet connection with other computers on the local area network (LAN). It is typically used by home and small-business users. The attacker could send a malicious data packet to another PC using ICS that would cause the service to terminate. Because this service is connected to the Windows firewall, this packet would also cause the firewall to stop working, said Tyler Reguly, a research engineer at nCircle Network Security, who has blogged about the issue. "Once the firewall is down, where’s your line of defense?" he said Monday in an interview. By knocking off the Windows Firewall, a criminal could open the door to new types of attacks, but a number of factors make such an attack scenario unlikely, Reguly said. For example, the attacker would have to be within the LAN in order to make the attack work, and of course it would work only on systems using ICS, which is disabled by default. Furthermore, the attack would have no effect on any third-party firewall being used by the PC, Reguly said. Users can avoid the attack by disabling ICS, Reguly said. But this will also kill the shared Internet connection. An easier solution may be for ICS users to simply move their networks onto a router or network address translation device, said Stefano Zanero, chief technology officer with Secure Network SRL. "They are so cheap right now, and in many cases they offer better protection and an easier administration of your LAN," he said via instant message. Windows XP appears to be the only platform affected by this attack, which has not been successfully reproduced on Windows Server 2003, Reguly said. Microsoft’s initial investigation into the matter "has concluded that the issue only impacts users of Windows XP," the company’s public relations agency said Monday in a statement. "Microsoft is not aware of any attacks attempting to use the reported vulnerability or of customer impact at this time." By Robert McMillan, IDG News Service (San Francisco Bureau) cheap oem software buy software

Tags: windows, firewall, attack, reguly, ics

Technical Project Manager/Producer (san jose downtown)

Posted on November 18, 2008 in Microsoft project

City: Sfbay Curriki.org is a start-up non-profit \"Information2.0\" polity essaying to elevation the method erudition proprietary are createdand distributed. Considering lad launched over founders of Sun Microsystems keep up date, we be acquainted grownquickly to ended 30,000 registered patrons conjointly discriminate been featured between TIMEMagazine, The SF Log, Classic Sciences, Catechism life, additionally heaps ofblogs too things elsewhere. We are pioneering in collaborative contentcreation dupes including \"OER\"- Open Educational Fund.   Technical Ghostwriter & ProjectManager Curriki seeks an experienced writer likewise survive manager– a talented, knowledgeable, furthermore technically skilled \"Jack-ofall-trades\" to support whip out our progression processes purview plainly, with afocus on share the engineering gathering encourage new qualities along functionalityon-time more at a fat explain of type. Dash with a global to boot entirelyvirtual sheaf overall the father as well system energy, that bird must beable to collaborate closely with engineering as well QA proprietary in that faintly aseditorial besides object colleagues.   Responsibilities: Writing specifications for new site features and enhancements, then seeing these through the production life-cycle, including: design review, obtaining stakeholder sign-off, managing development of treatments, revising specifications based on engineering discovery, basic QA, maintenance oversight, etc. Managing implementation workflow through our web-based issue- and task-tracking system Developing, maintaining, and tracking monthly and quarterly code releases using Microsoft Project Consulting on technical requirements for partner content and managing related discovery and delivery processes Supporting editorial messaging on the site through hand-coding site pages, partner pages, and other minor web development projects that require writing/editing HTML and Wiki syntax Remotely coordinating creative, technical, and strategic contributors across time zones, and reporting project and task status   Qualifications: A minimum of five years' experience managing full life-cycle interactive web site development projects Excellent research, troubleshooting, and problem-solving skills Strong communication and organizational skills Ability to manage project timelines, resources, and vendors for small to complex consumer-driven projects using an iterative design and development methodology Ability to read and write complex HTML, and to  understand and ideally implement some JavaScript and CSS; desirable but not required is a basic understanding of J2EE web applications and infrastructure Advanced proficiency with MS Office, Project, and Visio Basic to advanced knowledge of pertinent e-learning technologies and interoperability standards (LMSs, CMSs, Wikis, SCORM, IMS, SIF, IEEE LOM Metadata, Doblin CORE)     Pleaserespond with resume, cover letter, and required compensation to jobs@curriki.org.Hourly rate will depend on experience. The required weekly time commitment issomewhat negotiable/flexible, but we are seeking someone who can commit atleast 25-30 hours/week to start, with availability during core common workinghours, ideally 11-4 Eastern. As Curriki is a virtual organization, thesuccessful candidate can work from home or anywhere there is access to abroadband Internet connection and the ability to participate in online andphone chats/meetings.   cheap oem software buy software

Tags: project, development, technical, managing, ability

A few thoughts on my current practice of G(af)TD

Posted on November 17, 2008 in Html editor

G(af)TD = Getting (a few) Things Done. I'm trying to preempt the psychic pressure before it starts. I'm not trying to get to David Allen level, or even Macon Stokes ;-). I just want to be reasonably productive for my and my family's sake. The bad thing about Getting Things Done is, if you're easily overwhelmed, like me, you can blow yourself away with your 'to do' list. 'It felt like the right thing to do yesterday, but today... Ugh. I think I'll surf/play video games/otherwise waste time some more.' To really work, your 'to do' list has to be a fairly strong commitment. We want to keep that. At the same time, it needs to be flexible. If you don't or can't get to something, it shouldn't lock up the whole system (or your idealistic mores). Part of the key, at least for me, is to remember to keep iterating. I'm not trying to get The Perfect To Do List (thought the perfectionist part of me would like that. 'Get down!'). In fact, in many cases, hand-rewriting the 'to do' list actually helps. I don't know if it's just the process. I suspect some of it is the (minimally) longer amount of time it takes to handwrite (v. type). The brain has a little more idle time for processing. You get a small version of the driving/showering/mowing-the-lawn effect: the 'idle' brain can remember stuff and make intuitive-type connections. (Friends, the idle brain is the devil's playground. Trouble!) I feel more productive after rewriting my small 'to do' list. Another major key is to use your 'maybe' list a lot. I need the psychic release of this thing. I am an emotional wimp. I get overwhlemed at the drop of a hat. But putting most items on the 'maybe' list gives me psychological space that is ultimately more productive than making the hard commitment of the 'to do' list. I think 'OK, i can manage this 'to do' list. Then I can give myself a break. Then I can cherry pick some 'maybe's, if I want...' So how does it all work together for me, when it's working right? 1. I only put a few things on my non-work 'to do' list on any weekday, if that. There might not be any on wednesdays, for example, because I pick the kids up after work and have them by myself until their bedtime. 'Feed the twins.' does not go on my list. Nor does 'Work on Tom's site.' These are givens. Most days I don't clutter my 'to do' list with them. Items on the weekday 'to do' list, or even a running, week-long 'to do' list need to get done. For example, I committed to ride bikes with the twins tuesday after supper. I did write that one down. 2. The best thing, for me, on weekdays is to put most things on the 'maybe' list, maybe a week-long, running list. 3. Weekends are different. I have a lot more discretionary time. I still need to lean on my 'maybe' list so I don't feel overwhelmed, but there will certainly be more items on my 'to do' list. Most weekends most of them get done, too. cheap oem software buy software

Tags: list, thing, time, work, idle

Censorship or accident?

Posted on November 17, 2008 in Adobe photoshop software

Is it coincidence that the rangefinderforum can't be reached after a row about the owner deleting/ censoring a thread without good cause? Whatever website I try to reach in the US, I get there in no-time, except for the rangefinderforum. Is something fishy going on or is the site really unavailable by accident? Update 22:30 - The rangefinderforum is available again. Or, more likely, wasn't gone at all but my connection just ran into a little obstruction (for 10-15 minutes). This kind of delays are happening quite frequently since a few weeks. I don't know what is the problem but it bothers me. Oh, BTW, if you care for some flaming and trolling, head over to the (perhaps soon to be deleted) "Shooting in public toilet" thread missing? thread. :) I'm kidding, of course, but this thread does hit a nerve. On one side I can understand the owner doesn't want a thread in which people give advice on how to snap illegal and immoral grab shots in public toilets. We have enough of such crap on the internet. On the other hand, the OP (original poster) was asking about how to go about taking photos in a public toilet openly . The answers mostly went from having friends pose to asking the proprietor or owner for permission. Censoring such a thread by simply deleting it without notice or warning reeks of arbitrariness and censorship; a harsh decision in a situation where a final owner's post and locking the thread would have sufficed. Technorati Tags : photography photo rangefinder Shards of Photography http://shardsofphotography.blogspot.com/ Labels: RFF, technology, website buy software cheap oem software

Tags: thread, owner, rangefinderforum, public, toilet

Cannot update laaa

Posted on November 17, 2008 in Dreamwaver

enjoy the pic with parcel..cannot update furthermore repeatedly in that i do not count Net connection betwixt my room yet..determination habitus it formerly...tie cool. cybercafe absolutely the words Technology:Skill:Music:Games:Head=MindaIDEA buy cheap oem software

Tags: update, software, skill, technology, words

Sponsors

Search