Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact
    • Cursor




      RealWorld Cursor Editor 2007.1
      RealWorld Cursor Editor é um editor de cursores completo e de alta qualidade que vai lhe ajudar a compor e transformar os seus próprios cursores, sejam eles estáticos ou animados, fornecendo uma maneira muito fácil de deixar o seu Windows com aquele toque especial de personalização.Dessa forma, se você gosta de alterar ícones, papéis de parede, protetores de tela e outros recursos gráfic

      Written by: Piratas da web


      Mengganti cursor di friendster
      Ingin mengganti tampilan cursor standar friendster kamu ? Hanya saja trick kali ini akan berjalan pada browser internet explorer dan tidak akan berjalan pada browser yang lain firefox, opera, dll. Bagaimana ? masih ingin diteruskan ? Ok deh, perhatikian langkah-langkahnya :Buka salah satu cursor yang ingin kamu gunakan dan kamu akan menemukan halaman detail cursor.Kopi kode yang ada di dalam text

      Written by: This My World


      Control Focus, AJAX UpdatePanel Postback and Cursor Position
      When using ASP.Net AJAX to perform a postback from within a textbox input control, I found that the textbox loses focus after the postback.  To overcome this, I added the following code: ScriptManager.GetCurrent(Me.Page).SetFocus(MyTextBox) However, upon setting focus back to the textbox, the cursor lands at the beginning of the text in the control.  To solve this, just add the foll

      Written by: Demtron.com Blog - Milwaukee area SEO, SEM, ASP.Net, and eCommerce consulting firm


      SQL SERVER - Simple Use of Cursor to Print All Stored Procedures of Database Including Schema
      I love active participation from my readers. Just a day ago I wrote article about SQL SERVER - Simple Use of Cursor to Print All Stored Procedures of Database. I just received comment from Jerry Hung who have improved on previously written article of generating text of Stored Procedure. DECLARE @procName VARCHAR(100) DECLARE @getprocName CURSOR SET @getprocName = CURSOR FOR SELECT [...]

      Written by: Journey to SQL Authority with Pinal Dave


      SQL SERVER - Simple Use of Cursor to Print All Stored Procedures of Database
      SQLAuthority Blog reader YordanGeorgiev has submitted very interesting SP, which uses cursor to generate text of all the Stored Procedure of current Database. This task can be done many ways, however, this is also interesting method. USE AdventureWorks GO DECLARE @procName VARCHAR(100) DECLARE @getprocName CURSOR SET @getprocName = CURSOR FOR SELECT s.name FROM sysobjects s WHERE type = ‘

      Written by: Journey to SQL Authority with Pinal Dave


      Tip Mengganti Standar Cursor Menjadi Cursor Animasi Pada Blogger
      Melengkapi lagi nih tentang cara mengganti icon cursor standar diganti dengan cursor-animasi/cursor bergerak seperti pada desktop komputer, tapi yang ini diaplikasikan pada blogger. Animasi cursor dapat diperoleh gratis contohnya di free cursor animated.Langkahnya :1. Login Blogger2. Layout + Edit HTML3. Kemudian cari --> body {4. Lalu taruh kode berikut :body {background: $bgColor;margin: 0px;pad

      Written by: tips and tricks


      Tab Focus permite cambiar de pestaña con sólo el paso del cursor
      Hace algún tiempo comenté aquí que una de las características que hacen de Tab Mix Plus una de mis extensiones imprescindibles es el cambio de pestaña bajo el paso del cursor. Con tantas extensiones dedicadas a la gestión de pestañas, la verdad es que no entiendo cómo a nadie se le ha ocurrido agregarles esa funcionalidad… hasta ahora. Tab Focus hace justamente eso: te permite cambia

      Written by: Zona Firefox


      Vista Cursor with transparency
      Vista Cursor with transparencyDescargar

      Written by: Xp a Vista


      How to Move your Mouse cursor without Mouse
      Photo credits:MayawolfI suppose many of us would have encountered a situation whereby you need to use your mouse but your mouse is simply refuses to work. The well known Tab key may help sometimes but things will be much easier if you have the mouse. In this guide, you will get to know how to move your mouse cursor without the actual mouse. Read on.Most of your would have chance upon the sticky ke

      Written by: Computer Guides for Beginners - theysaY


      ABAP - A Sample Hide and Get Cursor in Interactive Programming
      Hide & Get Cursor is used in interactive programming ( in the event AT LINE-selection).Using Hide in Loop..Endloop, you can get the field name At Line-SelectEvent While Double Clicking That Line. ****PROG.BEGIN****************************************************************&---------------------------------------------------------------------**& Report ZPREM_INTERACTIVE

      Written by: All SAP ABAP


      Mengubah Bentuk Cursor Menggunakan CSS
      Kemarin ketika lagi online via hp tiba-tiba di PM seorang kawan blogger menanyakan cara mengubah bentuk cursor menjadi tanda + (crosshair) ketika cursor mouse berada di atas teks/gambar yang mengandung link. Sebenarnya caranya simple dan mudah banget. Dengan memanfaatkan CSS berikut, hal itu bisa dilakukan dengan pilihan bentuk cursor yang beraneka ragam. Pada CSS masukkan kode [...]

      Written by: Wawazawa Playground


      How to move your mouse cursor without mouse?
      You can control your mouse pointer with keyboard keys in all windows versions. When your mouse stops working, you can enable this keyboard feature to complete your important work. This keyboard mouse can performs all tasks same like a normal mouse.Follow the given steps to activate the keyboard mouse: To edit this feature, first you should log onto your computer with administrative rights.To activ

      Written by: Ultimate Links PC Tips


      Use your keyboard keys to control the cursor
      Sometimes your mouse may not respond properly and you cannot control your cursor movement. During such situation you can use your keyboard keys to control your cursor movement. You have to follow the simple steps below to do it. First go to control panel and select the accessibility options. From the accessibility options window select the mouse tab as shown below. Then check the use mouse k

      Written by: get amazed


      Cursor * 10
      Ecogiochi si vuole scusare con gli aficionados di 2 cose: Lo scarso aggiornamento dei giochi gratis durante questa estate … Nicole’s Mommy Challenge Le nostre migliori scuse sono perfettamente integrate in questo spettacolare puzzle online. In Cursor 10 avete dieci freccette con un tempo di vita limitato per raggiungere il sedicesimo piano. E se non vi piace nemmeno [...]

      Written by: Ecogiochi


      In Cursor*10 giochi cooperando con te stesso
      Il titolo del post può sembrare un po' strano... in effetti Cursor * 10 non è un gioco online normale. Scopo del gioco è passare ogni livello-piano cliccando sulla rampa di scale. Sembra facile, lo è fino a un certo punto dato che le "vite" hanno durata breve. Dopo che un "cursore" è morto, si riparte da capo con le medesime operazioni da fare, solo che saranno ripetute contemporaneamente anc

      Written by: BlueVolvox


      What is a Ref Cursor
      Oracle server uses unnamed memory spaces to store data used in implicit cursors. Ref cursors are used to define a cursor variable, which will point to that memory space and can be used like pointers in SQL ‘S’.

      Written by: oracle applications


      Cursor game
      Me encantan todos los juegos que llevan la palabra "cursor". Este se llama Cursor Game (como la gran mayoría de juegos de cursores).

      Written by: SILENCIO ENCADENADO


      what is REF Cursor
      To execute a multi-row query, oracle opens an unnamed work area that stores processing information, to access the information, an explicit, which names the work area or, a cursor variable, which points to the work area.where as a cursor always refers to the same query work area, a cursor variable can refer to a different work areas, cursor variable area like ‘c’ or ‘pascal’ pointers, whic

      Written by: oracle applications


      What is cursor
      A Cursor is a pointer, which works on active set, I.e. which points to only one row at a time in the context area’s ACTIVE SET. A cursor is a construct of pl/sql, used to process multiple rows using a pl/sql block.

      Written by: oracle applications


      SQL SERVER - Readers Contribution to Site - Simple Example of Cursor
      eaders are very important to me. Without their active participation this site would not be the community helping web site. I encourage readers participation and request that you help other users with your knowledge. I recently come across very good communication between two of blog readers. I want to thank you Imran Mohammed for taking time [...]

      Written by: Journey to SQL Authority with Pinal Dave


      How to move your mouse cursor without mouse?
      You can control your mouse pointer with keyboard keys in all windows versions. When your mouse stops working, you can enable this keyboard feature to complete your important work. This keyboard mouse can performs all tasks same like a normal mouse. Follow the given steps to activate the keyboard mouse: To edit this feature, first you should log onto your computer with administrative rig

      Written by: TECH REVIEW


      Efecto Cursor Sobre Icono
      Efecto Cursor Sobre IconoInfoEl fin es igualar el efecto de windows vista cuando lo marcamos con el cursor,he encontrado la forma para hacer esto en windows XP,necesario utilizar "Avedesk" cuando descarguen avedesk notaran que es un archivo (.Zip)Info Instalacion1-Descomprimir el archivo y guardarlo en cualquier lugar.2-Ejecutar el archivo avedesk.exe se abrira un icono en la barra de tareas,como

      Written by: Xp a Vista


      Aero Cursor Pack - 9 Colores
      Aero Cursor Pack - 9 ColoresDescargar

      Written by: Xp a Vista


      Screencast: How to Highlight Your Cursor for Screencasts in OS X
      Rebecca has put together another excellent screencast for Simple Help - this one shows off the very useful features (and some less useful but definitely fun) of Omnidazzle. Omnidazzle is fully functional shareware, but is limited to one hour of use before you have to restart the application. It’ll set you back $14.95 USD to [...]

      Written by: Simplehelp


      windows Vista boots to black screen with moving mouse cursor!
      Had a client bring in a computer that would boot to a black screen with a movable mouse cursor and that would be it.I even tried to log into Safe Mode but same problem ,first thing I tried was booting off the Vista setup DVD and try the Startup Repair option but with no luck ,I then tried the system Restore option but there was an error saying that it could not be done.I then removed the Hard Driv

      Written by: my computer did what


      Tweak Vista's blinking cursor
      Windows Vista's blinking cursor is razor thin, and sometimes it can be very hard to find, especially if you're using a laptop. But it's easy to make the cursor thicker -- pretty much as thick as you want. Select Control Panel > Ease of Access > Optimize visual display. Scroll toward the bottom of the screen, until you come to Make things on the screen easier to see, as shown below.From here, you c

      Written by: xibex?


      Link Alert - Change your mouse cursor when you point to a link
      Link Alert is a Firefox plugin which will change your mouse cursor when you point to a link, so that you will know what you are going to open/download after click the link. This simple plugin will show you a small icon when you move the mouse over a link. Although Firefox will show the link [...]

      Written by: TechSnack.net


      Como poner un cursor personalizado en tu blog
      DescripciónBueno primero antes que nada decirles que este truco solo funciona para IE. Bueno el proceso es simple lo primero que tenemos que hacer es buscarnos un cursor que nos guste, el cursor debe de estar en Internet, lo podemos tener en un host como Googlepages.com o el host de su preferencia para poder meterla en el siguiente código que ocuparemos para que parezca, lo podemos poner entre

      Written by:


      Engolidor de Cursor
      Esta eu vi lá no Informei! e gostei muito. É uma animação em que você deve colocar o cursor do seu mouse em cima do rosto do cara. Assim que ele se irritar, vai engolir o seu cursor. Essa é realmente muito legal.

      Written by:


      19 Windows Mouse Cursor sets
      19 Windows Mouse Cursor sets | 2MBDownload Link :

      Written by: Music,games,softwares Blog


      SQL SERVER - Is Cursor Database Object or Datatype
      It is commonly believed that cursor are Database Objects. I have always given the definition of cursor as SQL Server cursors are database objects used to manipulate data in a set on a row-by-row basis. Just a few days ago - Imran one of the active reader of blog asked me question if cursor is database [...]

      Written by: Journey to SQL Authority with Pinal Dave


      How to accurately relocate the cursor in Notes for your iPhone or iPod Touch
      While typing using the Notes application on your iPhone (or jailbroken iPod Touch) sometimes you want to go back and change or correct something. But it can be tricky to ‘tap’ exactly where you want the cursor to go. Here’s a neat trick I just discovered today - tap in the general area you want [...]

      Written by: Simplehelp


      Getting the current mouse cursor
      Sometimes, you can only tell when an AUT operation has ended by checking the windows mouse cursor - is it an hourglass, or a simple arrow. The following code allows your to get the integer code of the mouse icon:

      Written by: AdvancedQTP


      Find Cursor Position in a HtmlText Object (RichTextEditor, TextArea, TextField) - UPDATE
      In the previous article I came out with a function that calculates the position of the cursor in the htmlText which is different than the position in the normal text. Rick draw my attention in his comments to some flaws which are correct: the & and other similar special chars are not counted correctly and [...]

      Written by: FLEX{er} - flex developers web corner


      Find Cursor Position in a HtmlText Object (RichTextEditor, TextArea, TextField)
      Last task I finished was something linked with templates. I needed to create a simple template engine where adding a field was a necessity. I started using RichTextEditor which is based on a TextArea so it implements htmlText property. That is an easy way having all that nice functionalities like bold, italic, font choosing, color [...]

      Written by: FLEX{er} - flex developers web corner


      Stardock Cursor XP 1.61
      Stardock CursorXP is a program that lets you use and create incredibly cool looking Windows mouse cursors.It does this by taking advantage of the new visual effects features of Windows 2000 and Windows XP.CursorXP users can create and use cursors that look and feel far superior to anything you’ve ever seen before! Best of all, it’s really easy to create your own super-charged cursors! It integrates into the standard Mouse interface of Windows and is easy to turn on and off as you need. This pack includes over 150 extra cursors to help you spice up your desktop.DOWNLOAD Stardock Cursor XP 1.61PASS:super-warez.com

      Written by: All Free Software Downloads


      Katmouse - Scroll windows beneath the mouse cursor
      The best programs are the ones you install, forget about and use everyday. These programs integrate so well into the environment that they become part of your work flow. Katmouse is just such a program. Simply put, it allows you to scroll the window beneath the mouse cursor, even if the window does not have input focus. It's a simple behavior that it is instantly useful and requires no memorization to use. I wish there was more to say about it but that's really it. It just works and perhaps that's the best praise anyone can give a program. Highly recommended. powered by Bloget™ - "One File, One Binary, One Blog"

      Written by: Onion Peels


      SQL SERVER - Simple Example of Cursor - Sample Cursor Part 2
      I have recently received email that I should update SQL SERVER - Simple Example of Cursor with example of AdventureWorks database. Simple Example of Cursor using AdventureWorks Database is listed here. USE AdventureWorks GO DECLARE @ProductID INT DECLARE @getProductID CURSOR SET @getProductID = CURSOR FOR [...]

      Written by: Journey to SQL Authority with Pinal Dave


      Cursor 10
      Once again, I have about seven projects I should be working on but am instead focused on the internet. Don’t ask me what’s so addictive about this game, but I don’t foresee myself getting any work done tonight. Thanks, internet!

      Written by: Say No to Crack


      Hand Cursor on a Label
      If you have a label and you want to show a hand cursor when the mouse is over it you have to set three properties as bellow: lbl.useHandCursor = true; lbl.mouseChildren = false; lbl.buttonMode = true; where lbl is public var lbl:Label = new Label(); Job's done!

      Written by: FLEX{er} - flex developers web corner


      Create customize cursor
      PUBLISHERS DESCRIPTION: Creating cursor from image This is a standard function of every cursor maker. RealWorld Cursor Editor offers two ways to convert images to static or animated cursors. Prepared image can be converted using a wizard... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]

      Written by: Baryo WareHaus


      CSS ile kursör tiplerini değiştirin (CSS Cursor Type)
      Css ile web sayfanızda kursör tipini kendinize göre değiştirebilirsiniz.Bunun için yazılması gereken şu kısacık koddur.Örn:cursor:default(kursör tipi); Yanlız bu kod ile sadece genel kursör tiplerine erişebilirsiniz.Eğer kendi kursörünüzü kullanmak istiyorsanız;1-Kursörünüzü bir hosting'e yüklemeniz gerekir.2-Daha sonra şu kodla bu kursörü kullanabilirsiniz."cursor:url(kursör url'si)"Örneğin:Cursor:url() "KÜP KURSÖR"İşte bunlarda standart kursör isimleridefaultautocrosshairpointermovee-resizenw-resizese-resizesw-resizes-resizetexthelp

      Written by: Design Blog


      Cursor*10, il gioco che rivoluziona la concezione di Single Player
      Ecco un altro giochino in flash molto interessante e divertente. La concezione di gioco “single player“ che offre  è totalmente diversa da quella che siamo abituati ad avere. Per la prima volta sei tu stesso che devi far collaborare tra loro più elementi per riuscire nel tuo scopo. Mi spiego in parole più semplici, allora, il gioco consiste [...]

      Written by: web, spam e altre amenità


      No permitas que se apodere de tu cursor!
      A continuación señores y señoras, apreciarán el fenómeno del siglo 21 más temible que el comegalletas, es el comecursores! Vía DaShop.

      Written by: Sea Serio!


      Changing the cursor for links that open in a new window
      This is a great little tip to get Firefox to change the style of cursor for links that open in a new window, so you’ll know before clicking them. Tags: cursor, firefox

      Written by: Get PC Tips


      RealWorld Cursor Editor 2007.1
      This freeware helps you create and edit both static (.cur) and animated (.ani) cursors files. It may be used to convert images to cursors too. It includes many useful features and filters such as Sharpen, Soften, Motion Blur, Drop Shadow, Brightness, Contrast, Gamma, Transparency, Rotate, and custom filters in an easy-to-use interface.Features: * Outstanding compatibility * Creation of cursors from 3D models * Capable of Drag and drop * Creation of cursor from imagesDownload

      Written by: Free Software


      RealWorld Cursor Editor 2007.1
      Name: RealWorld Cursor Editor 2007.1 Developer: RealWorld Graphics Homepage: http://www.rw-designer.com Description: This freeware helps you create and edit both static (.cur) and animated (.ani) cursors files. It may be used to convert images to cursors too. It includes many useful features and filters such as Sharpen, Soften, Motion Blur, Drop Shadow, Brightness, Contrast, Gamma, Transparency, Rotate, and custom filters in an easy-to-use interface. Features: Outstanding compatibility Creation of cursors from 3D models Capable of Drag and drop Creation of cursor from images Download: [Size: 9.8 MB]

      Written by: Easy Freeware Downloads


      Descarga CursorXP Free: cámbiale el puntero o cursor de tu Windows y agrégale efectos gratis
      Algunos de nosotros nos cansamos de ver el mismo puntero o cursor Windows en forma de flecha de siempre, otros cuando se les cambia los incomoda y es que ya se acostumbraron a llevarlo bien todos los días, vamos! pero no está mal probar con otros y más aún si estos son divertidos e incluyen muchos efectos consigo.Este es el caso de CursorXP, que bien lo dice su nombre en inglés, es gratis, claro que también existe una versión plus pagada que incluye mucha mayor funcionalidad en sus configuraciones, pero mientras haya una versión gratis, para qué! si o no?.Esta versión gratuita incluye 10 paquetes temáticos con muchos cursores y efectos para cada uno de ellos diferentes. En la imagen siguiente pueden ver un ejemplo de configuración sólo para ese tipo de puntero, para otros será diferente. Todo es muy intuitivo de configurar, así que no tendrán ningún problema.Enlace | Sitio OficialEnlace | Ir a la ayuda (en inglés)Descargar | CursorXP 1.31 (2.27MB)

      Written by: NestaVista


      RealWorld Cursor Editor
      RealWorld Cursor Editor can create and edit static and animated Windows cursors. Cursors are created from images using a simple wizard. Images in cursors can be modified by drawing tools such as Lines, Curves, Rectangles, or Ellipses. A drag-and-drop based interface allows users to easily reorder, duplicate, or append frames to animated cursors. Application contains several predefined filters covering color corrections, sharpening, softening, motion blur, and other effects. Selected filters (for example drop shadow) can be applied on multiple images at once. A windows blue-silver cursor set is bundled with the editor. The application installer does not require administrator rights and a native 64-bit edition is available as a separate download. (more…)

      Written by: Free Download and Free Resources on The Net


      Vista Cursor for XP
      To use it, just follow this simple steps...Download the package.Extract it and right-click on file install.inf and choose Install.Go to Control Panel and select Mouse.Click on Pointers and under scheme choose Aero Cursors (Alphablended).Click Ok and feel the Vista cursors in your Windows XP.Credit Goes To : cypherhackz

      Written by: fr3zh blog


      Vista Aero Cursor
      Extract, and right click on the .inf and press install. Then go to Control Panel>Mouse>Pointers and change it to Aero-Cursors Download Vista Cursor Similar Posts:ActivIcons 4 Test Drive Unlimited Trainer Vista Transformation Pack 4.0 Microsoft Windows Vista Activator 2007 Build : 48168 Final Vista Codec Package x64Components 1.2.0

      Written by: Freemedia RG


      398. Quickie Web: Game: Cursor Invisible
      Break the incoming plates without seeing where your mouse is pointing (hence the title, Cursor Invisible). An original twist on a common game play mechanic. Play a few rounds HERE; via GameLife. *

      Written by: SparkBugg


      Gioco del Lunedì: Cursor Invisible
      Il gioco di oggi è veramente un flash in tutti i sensi! Si chiama Cursor Invisible ed è semplice ma difficile allo stesso tempo, difatti dovrete cliccare velocemente sui cerchi bianchi che appaiono, ma il puntatore del mouse dopo pochi istanti diventa invisibile e dovrete tenere la traccia mentale per riuscire a prendere tutti i cerchi. Gioco che metterà a dura prova anche i geeks più forti, dopo un po di tempo infatti si incrociano letteralmente gli occhi. Io personalmente ho fatto 128, vediamo se c’è qualcuno che mi batte! Technorati Tags: cursore, puntatore, gioco, games, videogames

      Written by: Geekissimo Blog


      PLAY: Cursor Invisible
      The aim of this little Flash game is to shoot the plates which appear on screen. In the first few seconds of the game your cursor, initially visible, will fade from view, leaving you to rely on twitch instincts alone. It seems as if there's no point where you 'win' or level up, but you can try for a better score each time you play.Who knows, it might just be a way to improve your twitch instincts for mouse-based shooters. Let us know if you start climbing up the Deathmatch rankings after this one, eh?[Cursor Invisible]

      Written by: Gamerpunch


      PLAY: Cursor Invisible
      The aim of this little Flash game is to shoot the plates which appear on screen. In the first few seconds of the game your cursor, initially visible, will fade from view, leaving you to rely on twitch instincts alone. It seems as if there's no point where you 'win' or level up, but you can try for a better score each time you play.Who knows, it might just be a way to improve your twitch instincts for mouse-based shooters. Let us know if you start climbing up the Deathmatch rankings after this one, eh?[Cursor Invisible]

      Written by: Gamerpunch


      Cursor Invisible
      ¿Cuántos blancos serás capaz de acertar sin ver el puntero del ratón?Durante un breve instante podrás ver el lugar donde has disparado y es el único punto de referencia que tendrás hasta que dispares nuevamente.Ten cuidado, solo dispones de 1 vida.Juega Cursor Invisible

      Written by: Entretenimiento Online


      How can a cursor move in scrollable result sets?
      JDBC result sets are created with three properties: type, concurrency and holdability.The type can be one of-TYPE_FORWARD_ONLY-TYPE_SCROLL_INSENSITIVE -TYPE_SCROLL_SENSITIVE. The concurrency can be one of-CONCUR_READ_ONLY-CONCUR_UPDATABLE.The holdability can be one of-HOLD_CURSORS_OVER_COMMIT-CLOSE_CURSORS_AT_COMMIT.JDBC allows the full cross product of these. Some database like SQL 2003 prohibits the combination {TYPE_SCROLL_INSENSITIVE, CONCUR_UPDATABLE}, but this combination is supported by some vendors, notably Oracle.The movable cursors,moving forward and backward on a resultset is one of the new features in the JDBC 2.0 API. There are also methods that let you move the cursor to a particular row and check the position of the cursor.Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_READ_ONLY);ResultSet resultSet = stmt.executeQuery("SELECT FNAME, LNAME FROM EMPLOYEE");while (resultSet.next()) { . . . // iterates forward through resultSet } . .

      Written by: Interview Questions In Java And Java EE


      Best cursor of the History
      Move the mouse and they follow you with the cursor. Made in Japan. The URL is: 1-click.jp

      Written by: avertigo.com, directory of news to entertainment


      El mejor cursor de la historia
      Mueve el ratón y te seguirá a todas partes... Made in Japan. La dirección es: 1-click.jp

      Written by: avertigo.com, directorio de noticias para entretener


      Websense: more than 2 thousand sites still explore flaw in cursor in Windows
      London - Consultancy affirms that groups of Europe and of China they arm attacks to reach users that didn't apply correction published by Microsoft.More than two thousand sites are exploring safety's breach in the lively cursors of Windows, in agreement with to manufacturer of safety WebSense.The pages or they are accommodating malicious code or they redirect users online for sites with malwares, he/she affirmed the blog of WebSense on this Monday (09/04).

      Written by: Total Safe Computer


      Inside the Windows Cursor
      Everyone is familiar with the flexibility of Windows’ cursors. In the old days, before the Windows 3.1 GUI, the cursor was represented by a rectangular text block. Not very interesting, but it worked well enough to get the job done, and it was much better than the DOS command line! As the world’s most popular OS (that’s Windows for those of you not paying attention) evolved, its graphical attractiveness exponentially followed suit. Today we have XP and, most recently Vista, to take the cursor to new heights of polish. In fact, the cursor has become so complex that hackers managed to exploit them in Vista and potentially execute code to make your life miserable. It seems like the fancy cursors might be more trouble than they’re worth. Now don’t get me wrong, I enjoy the glossy pretty stuff as much as the next person, as my previous post on free Vista icons proves. But have you ever wondered what goes on at the source code level to make it do what it does?

      Written by: Chris Chen.ca


      Lessons learned from the Animated Cursor Security Bug
      A core tenet of the SDL is to take and incorporate lessons learned when we issue a security update, and there is a great deal to learn from the recent animated cursor bug, MS07-017, so I want to spend a few minutes to go over some of the things we have learned from this bug. First of all, this code is pretty old; is in Windows 2000, and predates the SDL. The SDL has parts (i.e., design review, threat modeling, testing, and security push) that focus on the product as a whole, and parts (i.e., code review and use of tools) that are focused on code. In the Windows Vista process, we banned certain APIs, like strcpy and strncpy, and changed well over 140,000 calls to use safer calls. memcpy wasn’t on that list. We also built in a lot of defense-in-depth measures because we know that the SDL can’t catch everything. Let’s start by looking at some of the defense-in-depth measures we have in place that didn’t stop the threat: -GS The bug is a stack-based buffer overrun in code that loo

      Written by: D' Technology Weblog


      Following Cursor
      Assumed knowledge: Basic Flash Navigation, Object creation and Basic Actionscript knowledge Concepts Covered: Commanding a movieclip to follow the X and Y values of your cursor This is probably my favourite little Flash program that I have made. Its so simple, anyone can do it. Load up Flash and create a movieclip with something clearly visible inside it. All that’s left now is to insert the code. This is the code that you put into your movieclip. onClipEvent(enterFrame){ this._x=_root._xmouse; this._y=_root._ymouse; } Lets look at this code. onClipEvent tells the program that ‘once an event happens in the movieclip then’. The condition in the brackets is that event. In this case once the current frame is entered. The { sets us up for the action which is about to occur when the frame is entered. ‘This’ is referring to the current movieclip which the code is in. ._x is referring to the x value. Equals sets the value to be the same as the other value. _ root._xmouse looks for t

      Written by: PrimeScape


      Anatomy of Microsoft Animated Cursor Attack
      Earlier this week, Microsoft shipped an emergency out-of-band patch to block zero-day attacks against a code execution hole in the way Windows handles animated cursor [.ani] files. Here's a visual look at elements of the hacker attacks, including malicious Web sites, the exploit in action and the adult-themed spam-run linked to the attacks. >>

      Written by: balakumar : think > than god | b-log : A Geek’s Tech Blog.


      Microsoft cursor patch causes XP trouble
      Just one day after releasing an emergency patch for a vulnerability in its operating system, Microsoft has documented one problem with it and is asking users to report any other issues they might encounter. Microsoft late Tuesday issued a Knowledge Base (KB) article and a hotfix addressing a problem that may cause the [...]

      Written by: Internet Security and Programming


      Security Bites Podcast: Cursor flaw stains Vista
      Microsoft scrambled this week to release a Windows patch outside of its monthly patch cycle. The flaw also critically affects Vista, which Microsoft had promoted as the most secure version of Windows yet. CNET News.com’s Joris Evers and CNET.com’s Robert Vamosi discuss Vista’s black eye. And there’s more to the emergency Windows patch. [...]

      Written by: Internet Security and Programming


      Cursor flaw gives Vista security a black eye
      There is now officially no advantage whatsoever of Vista. I find it more problematic than Windows Me. I regret upgrading very much. The only possible advantage is to use Direct X 10 which no current game uses. => Read more!

      Written by: Asymmetric Tech


      Here’s the scoop on the Windows animated cursor bug
      When a major vulnerability affecting every flavor of Windows - including Vista - breaks, it only seems like chaos ensues. Okay, so it is chaos. Witness the so-far short-lived flaw in Windows’ animated cursors (ANI), which picked up enough steam over the weekend to power a turbine or two. A critical flaw in [...]

      Written by: Internet Security and Programming


      Mouse Cursor Flaw in Windows XP to be patched early
      From CNET.COM "Microsoft said Sunday night that it is planning to make available this week a patch for a Windows flaw that has already been used in an attack. Microsoft issued an advisory on the animated cursor flaw on Thursday. By Friday, malicious code was circulating that took advantage of the hole. (For more details, see the CNET Security Center, "Windows animated cursor attack.") Read

      Written by: Windows XP Helpful Advice


      Microsoft bringt Patch für Cursor-Lücke schon morgen
      In der vergangenen Woche wurde bekannt, dass in der Verarbeitungen der Dateien für die animierten Maus-Cursor von Windows eine Sicherheitslücke existiert, die dafür sorgt, dass ein Angreifer beliebigen Code ausführen könnte. Seit Freitag steigt die Zahl der Berichte über Exploit-Code, mit dem versucht wird, die Schwachstelle auszunutzen. Microsoft hat inzwischen entsprechende Sicherheitshinweise veröffentlicht und mit eEye bietet ein Sicherheitsdienstleister einen inoffiziellen Patch an, der das Problem vorübergehend beseitigen soll. Jetzt hat Microsoft angekündigt, dass man seinerseits bereits vor dem nächsten Termin für den allmonatlichen Patch-Day ein Update veröffentlichen will, dass die Lücke schließt. Quelle: WinFuture.de

      Written by: Boehser-Blog.de


      Mouse Cursor in Windows XP. Flaw 935423 Exploited
      It seems that Microsoft have found that an exploit that causes a vunerability in the ani files, the files that the mouse cursor animation uses in the following versions of Windows: Microsoft Windows 2000 Service Pack 4Microsoft Windows XP Service Pack 2Microsoft Windows XP 64-Bit Edition Version 2003 (Itanium)Microsoft Windows XP Professional x64 EditionMicrosoft Windows Server 2003 Microsoft

      Written by: Windows XP Helpful Advice


      Hackers hit Vista harder - through cursor, Microsoft says
      Hackers stepped up attacks Friday on computers running some versions of Windows, a day after Microsoft disclosed a hole related to the mouse cursor. Microsoft Corp. sent out a security advisory Thursday warning customers that a vulnerability in “.ani” files – used to change the cursor into an hourglass while a program works, [...]

      Written by: Internet Security and Programming


      Animated Cursor Crashes Windows Vista - Video
      Microsoft has warned that it is aware of limited and targeted attacks impacting a critical vulnerability in Microsoft Windows Animated cursor handling. At the basis of the zero-day vulnerability is insufficient format validation, before cursors, animated cursors, and icon rendering. That’s right, a “mere” animated cursor causes Windows Vista to crash. To see [...]

      Written by: Internet Security and Programming


      Windows Quick Tip: Finding a Lost Cursor
      If you're using an older computer, especially a laptop with a track pad, you probably have "lost” your cursor once or twice. Don't you hate that? When you go to move the mouse and you can't for the life of you find where the cursor is. You end up swinging your finger wildly across the trackpad hoping that at some point the mouse will show up again? I've even had this happen once or twice with my desktop. Well, here's a quick tip that will make finding your cursor 100x easier the next time it "dissapears.” If you're using the standard XP setup click: "My Computer > Control Panel > Printers and Other Hardware > Mouse.” For those of you with the "Classic View” enabled it would just be "My Computer > Control Panel > Mouse.” Once in the Mouse settings window look for the Pointer Options tab. Under Visibility select "Show location of pointer when I press the CTRL key” and then click "Apply.” Now whenever that pesky cursur is missing just hit the CTRL

      Written by: Return of the Whatzit


      Cursor Quest
      A point and click game. Collect the stars and dots.

      Written by: Flash games Ninja games


      Cursor Attack 3
      Use the cursor to collect the orbs and avoid the obstacles.

      Written by: Flash games Ninja games


      Cursor Attack 3
      Use the cursor to collect orbs and avoid other objects

      Written by: Java gaming


      Rainbow Butterflies(with cursor)
      RATE AND COMMENT GOD BLESS =)

      Written by: Friendster Layouts


eXTReMe Tracker