Skip to main content

Home/ Coders/ Group items tagged too

Rss Feed Group items tagged

puzznbuzzus

Some Interesting Health Facts You Must Know. - 0 views

1. When you are looking at someone you love, your pupils dilate, and they do the same when you are looking at someone you hate. 2. The human head is one-quarter of our total length at birth but on...

health quiz facts

started by puzznbuzzus on 15 Feb 17 no follow-up yet
Mike More

24 Most Popular jQuery Plugins of February 2012 - 12 views

  •  
    Last month, many great jQuery plugins were created and new versions were released too. Now, lets go through some of the most popular jQuery plugins in February 2012. A plugin for jQuery that adds a beautiful transition similar to real pages in a book or magazine for HTML5.
Joel Bennett

Epic Privacy Browser - 6 views

  •  
    Give up your extensions, spell-check, password saving and form-filling, your auto-suggest for search, your history and web/DNS cache ... and get privacy. Epic even routes your searches through it's proxy so you can use Google without being tracked.
  •  
    The question is, are you giving up too much stuff that you didn't need to give up? It seems to me that you could keep spell-check at a minimum ;)
sam ali

Be Easy Get more $ - 0 views

  •  
    At the weekend I sent you an email giving information about a new simple system I've discovered that helps people like you and me make money online. I can see from the "open rate" statistics that 97% of the Posts didn't get opened hence I thought I'd give the details again because of those who did read the post, the feedback has been fantastic. You may or may not be aware that I've had the joy of being able to work from home full-time since 2010 (you can find out more about me on Facebook (frazzaq69@yahoo.com) and in those 3 years I've learned how to sort the rubbish opportunities from the genuine business opportunities and I've got to say this is one of the best I have seen. WARNING! This is not a flashy presentation with fast cars and big houses - and you'll hear my kids shouting in the background but that's the point, you don't need to be professional to make money, you just need to have a system that works and follow it. For me, it's not about BIG money, it's about FREEDOM. Freedom to choose where and when I work and not be answerable to some boss who doesn't appreciate me. It's flexibility and being able to spend you time with those I love rather than working 40-50 hours a week in some office. As you can see I am not hiding behind a fake id or anything like that, I am totally genuine and down to earth sort of guy and want to help other people get the freedom that I enjoy. No boss to answer too, choose your own hours and so on. So if that appeals to you, take a look at the Page and take the free tour: http://earnearnearning.blogspot.com.au
cecilia marie

Virus Protection Software - 2 views

My files are often lost if not corrupted in my disk drive, and sadly, those where important documents. Sometimes, I fail to backup all my files, that is why, by the time it is corrupted, I am left ...

virus protection

started by cecilia marie on 09 Sep 11 no follow-up yet
samonjur

Keywodrs is very important for every website. - 0 views

  •  
    Simply how much targeted traffic are you currently shedding mainly because an individual never have identified several unexpected yet potent keywords and phrases? Choosing the clear keywords and phrases to your internet pages is easy. And also obtaining connected, high-demand and also low-supply keywords and phrases which can be potent to your web site just isn't too much once you begin making use of Wordtracker. Yet think about people keywords and phrases which can be actually unexpected? Think about keywords and phrases you'll by no means consider, yet which may have the particular prospective to operate a vehicle thousands of fresh visitors to your internet site?Pleasant to be able to Wordtracker Search term Study AccountsBeing a Wordtracker client, you are going to right away acquire totally free usage of the most notable 1, 000 keywords and phrases used throughout the key engines like google : equally short-term and also long-term.And also for a few internet marketers, which is adequate.Nonetheless it just isn't adequate should you have identified the actual prospective regarding working together with one of the most searched-for or perhaps freshly growing keywords and phrases on the web.Significant web marketers and also SEARCH ENGINE MARKETING specialists which are seeking development final results consider Wordtracker's Search term Study Record alternatives: from your Top, 000, entirely for the Leading 20 thousand phrases.Just how these kinds of accounts supply development final resultsCheck our own Search term Study Accounts throughout. Try to find hugely well-known, or perhaps freshly growing phrases and words that might be utilized to make huge amounts regarding fresh targeted traffic.How can this kind of perform? You're not trying to find well-known keywords and phrases that may deliver folks inside from the "front door" of your distinct web site. You are interested in undiscovered jewels that will deliver a large amount regarding targeted traffic inside
omouse

Shedding Bikes: Common Programmer Health Problems - 0 views

  • Overall the general cause of all of these problems can be summarized as treating programming as an obsession. You may want to be very good at it, like I did, so you exclude everything else in your life in order to master it. You don't go to the bathroom, you have macho 10 hour coding sessions, you don't eat right, and all manner of mythological beliefs about "real programmers".
  • try to not start at a computer screen for at least 2 hours a whole day
  • Frequently programmers will think that the lighting in a room is what gives them headaches from using a computer, but really it's bad posture, shitty fonts, not drinking enough water, and just using the computer for too long at a stretch
    • omouse
       
      very very true
  • ...3 more annotations...
  • I feel more awake and rested during the day. If I stay up late and sleep in I feel like I have a hangover and I can get headaches.
  • If you constantly feel "stiff" or unable to move well, then you probably need to stretch regularly
  • I'm not sure why this is, but a relaxed mind is crucial to spontaneous creativity and idea generation
  •  
    Programming is a deceptively damaging field to be in, partly because it doesn't seem like you're doing much, and also because of the attitude many programmers have toward their body. You should care about keeping yourself healthy because, when your body is in good shape, that removes "friction" from your mental capacity so that it can focus on important things rather than annoying little problems with your physical wellness.
Joel Bennett

Richard Z's JellyGraph - 0 views

Matteo Spreafico

Joe Duffy's Weblog - OnBeingStateful - 0 views

  • The biggest question left unanswered in my mind is the role state will play in software of the future.
  • The biggest question left unanswered in my mind is the role state will play in software of the future. That seems like an absurd statement, or a naïve one at the very least.  State is everywhere: The values held in memory. Data locally on disk. Data in-flight that is being sent over a network. Data stored in the cloud, including on a database, remote filesystem, etc. Certainly all of these kinds of state will continue to exist far into the future.  Data is king, and is one major factor that will drive the shift to parallel computing.  The question then is how will concurrent programs interact with this state, read and mutate it, and what isolation and synchronization mechanisms are necessary to do so?
  • Many programs have ample gratuitous dependencies, simply because of the habits we’ve grown accustomed to over 30 odd years of imperative programming.  Our education, mental models, books, best-of-breed algorithms, libraries, and languages all push us in this direction.  We like to scribble intermediary state into shared variables because it’s simple to do so and because it maps to our von Neumann model of how the computer works.
  • ...3 more annotations...
  • We need to get rid of these gratuitous dependencies.  Merely papering over them with a transaction—making them “safe”—doesn’t do anything to improve the natural parallelism that a program contains.  It just ensures it doesn’t crash.  Sure, that’s plenty important, but providing programming models and patterns to eliminate the gratuitous dependencies also achieves the goal of not crashing but with the added benefit of actually improving scalability too.  Transactions have worked so well in enabling automatic parallelism in databases because the basic model itself (without transactions) already implies natural isolation among queries.  Transactions break down and scalability suffers for programs that aren’t architected in this way.  We should learn from the experience of the database community in this regard
  • There will always be hidden mutation of shared state inside lower level system components.  These are often called “benevolent side-effects,” thanks to Hoare, and apply to things like lazy initialization and memorization caches.  These will be done by concurrency ninjas who understand locks.  And their effects will be isolated by convention.
  • Even with all of this support, we’d be left with an ecosystem of libraries like the .NET Framework itself which have been built atop a fundamentally mutable and imperative system.  The path forward here is less clear to me, although having the ability to retain a mutable model within pockets of guaranteed isolation certainly makes me think the libraries are salvageable.  Thankfully, the shift will likely be very gradual, and the pieces that pose substantial problems can be rewritten in place incrementally over time.  But we need the fundamental language and type system support first.
David Corking

Moving to Symbian S60: One Year Later - 0 views

  • too many ways to develop for Symbian devices: native code, WRT (web run-time) widgets, Java, browser-apps, etc.
    • David Corking
       
      What disadvantage did he find with having choice? Fragmented community, inconsistent UI, difficulty integrating with 3rd party apps, something else?
  • 5-9 clicks just to add a calendar item.
  • disjointed software updating -- which requires a Windows PC in older Nokia devices -- that leaves many North American users without fixes to serious issues for all but the most popular of handsets.
  • ...7 more annotations...
  • there really isn't something as stable and capable as the Symbian OS (yet).
  • Check with your home or renter's insurance whether they will or not before purchasing high-end models.
  • Nokia's Symbian devices do not always use the same software as Samsung and LG's Symbian devices.
  • Battery life is better with Nokia E-series devices; much better.
  • This platform is fun, but is in major transition; something like what Palm is going through with Palm OS 5 and webOS.
  • phone as a laptop/MP3 player/GPS/web server replacement
  • definitely had its points where I wanted to turn back to the Palm Treos
Marcela Santos

Times Higher Education - Tweet yourself to a new circle - 0 views

  • You send “tweets” of interesting articles, websites and the like, and you receive similar tweets from the people you follow
  • You can also send out your tweets. If people like your tweets, they will begin to “retweet” them to their own followers, some of whom will choose to follow you, too. In a very short time, you can build up an amazing network of people involved in your area. A tweet I did last week was retweeted by four people (there is software that helps you track your retweets). The total number of followers came to more than 5,000. So my one tweet went out to more than 5,000 people around the world, most of them interested in the same area as me.
  • I'm in contact more with researchers and practitioners via Twitter because I also know about their cats' states of health (and they mine) than I ever have been with people I met at conferences. If you only talk about serious stuff, you soon get bored. The trivia opens up the possibilities. Ban the trivia and you ban the social. Ban the social and you have no network.
  •  
    artículo interesante sobre la función de diigo: para información "importante" / para trivialidades (esto es discutido por un participante. muy acertado. describe cómo es posible crear una gran red.
liza cainz

Fast, Reliable and Accurate Microsoft Support XP Tech Service - 1 views

I was amazed that after reformatting my hard drive to switch from Vista to XP, Help Gurus allowed me to use the same code I had already purchased on my new operating system! I held my breath as I t...

support service Desktop computer technical services PC tech

started by liza cainz on 04 Jan 11 no follow-up yet
Ace Dee

Cutting Edge SEO Services From Oracle Digital - 1 views

Many SEO companies say they will get you to page 1 but many have failed. Oracle Digital however, has done that for me. Apart from their cutting-edge SEO strategies, they took my company seriously a...

seo

started by Ace Dee on 17 Feb 11 no follow-up yet
Web Design Saudi

A Website with Aesthetic Quality and Functionality - 2 views

I am a businessman in Saudi and I needed a reliable IT company to help me design my website. My brother suggested calling Tech Access. He said, they even have professional web design Saudi team who...

web design Saudi

started by Web Design Saudi on 20 Jul 11 no follow-up yet
Aliyah Rush

Fix Slow Computer Today Did A Good Job - 1 views

I would usually loudly rant, rave and complain about my computer's sluggish perfromance. It usually delays my work. Then my best friend advised me to call Fix Slow Computer Today. He said that they...

fix slow computer

started by Aliyah Rush on 12 Aug 11 no follow-up yet
janina smith

Online Computer Assistance Only from the Best - 2 views

I am an online writer and my boss would regularly ask me to submit as much as 10 articles daily. I often experience computer trouble, and I am having a hard time looking for a local computer techni...

computer assistance

started by janina smith on 31 Jul 11 no follow-up yet
Maria Babae

Fix Slow Computer Today Did A Good Job - 1 views

I would usually loudly rant, rave and complain about my computer's sluggish perfromance. It usually delays my work. Then my best friend advised me to call Fix Slow Computer Today. He said that they...

computer PC tech slow fix today

started by Maria Babae on 10 Aug 11 no follow-up yet
shalali stokes

Fix Slow Computers Fast! - 2 views

My computer is getting slower every day. I spent months hiring computer technician to help me fix my slow computer, but still, it is not running into its optimum level. I heard about Fix Slow Compu...

computer support online slow fix

started by shalali stokes on 12 Aug 11 no follow-up yet
« First ‹ Previous 41 - 60 of 95 Next › Last »
Showing 20 items per page