MakeUseOf

Tuesday, November 13, 2012

Google loses patent ruling | The Journal Gazette

Google loses patent ruling | The Journal Gazette: "Google successfully argued that the patent owners had waited too long to file the infringement suit. Google said Vringo and its predecessors knew of Google’s publicly disclosed method of filtering ads as early as July 2005 yet didn’t file the lawsuit for more than six years.

Lycos, a pioneer in search engines that once rivaled Yahoo as most popular search site, is now owned by India’s Ybrant Digital,"

'via Blog this'

Thursday, November 8, 2012

Yesware: Get Notified When Your Sent Emails Have Been Viewed

Yesware: Get Notified When Your Sent Emails Have Been Viewed: "Have you ever impatiently waited for a response to one of your emails? What makes the wait worse is that you do not know whether or not the recipient has checked your original email. Here to help with that by tracking your email and letting you know if the recipient has seen it, is a service called Yesware."

'via Blog this'

Wordpress – Retrieve author/user details from Post ID

Wordpress – Retrieve author/user details from Post ID: "It can be accomplished by the_author_meta() function or get_the_author_meta() function.You will need call this function in your theme or plugin, through a hook
the_author_meta() –> Outputs the data, just like echo
get_the_author_meta() -> holds the value in value.
The below function, retreives user details like…
?
CODE
1
2
3
4
5
6
7
function author_details($post_ID)  {
$auth = get_post($post_ID); // gets author from post
$authid = $auth->post_author; // gets author id for the post
$user_email = get_the_author_meta('user_email',$authid); // retrieve user email
$user_firstname = get_the_author_meta('user_firstname',$authid); // retrieve firstname
$user_nickname = get_the_author_meta('nickname,$authid); // retrieve user nickname
}
The following list of user fields you can retrieve using this function."

'via Blog this'

10 Useful Wordpress User Interface / Dashboard Hacks!

10 Useful Wordpress User Interface / Dashboard Hacks!: "Further wordpress shows total counts of all posts (pending, published, all, drafts) present in the entire blog. This is totally unacceptable and it may present a security risk. You dont want to reveal entire list of blog posts to your users. The solution is to show posts, submitted by the user who is currently logged in and remove all post counts etc.. This is the key to design a best user interface.
Note: I have designated the default user role as “contributor” when they register. You may want to change this, depending on what user role you set, for example author.
This code will only show posts submitted by author/user, who is currently logged in:
?
CODE
01
02
03
04
05
06
07
08
09
10
11
//user specific posts in admin area
function posts_for_current_author($query) {

if(current_user_can('contributor') && is_admin()) {

global $user_ID;
$query->set('author',  $user_ID);
}
return $query;
}
add_filter('pre_get_posts', 'posts_for_current_author');
This post will hide the number counts in brackets:"

'via Blog this'

Tuesday, July 24, 2012

Assigning DNS Names to Create a Domain Hierarchy

Assigning DNS Names to Create a Domain Hierarchy: "Because DNS is the predominant name system on the Internet, DNS names are globally recognized and have well-known registration authorities. Active Directory clients requesting to log on to the network query DNS to locate domain controllers.

In Windows NT 4.0, the domain locator was based on the network basic input/output system (NetBIOS) Name System (NBNS), and domains were identified with NetBIOS names The server-based component of NBNS is called the Windows Internet Name Service (WINS) server. NetBIOS names are simple, single-part names, and the NetBIOS namespace cannot be partitioned. In contrast, DNS names are hierarchical, and the DNS namespace can be partitioned along the lines of the hierarchy."

'via Blog this'

DNS explained - The Domain Name Servers by Indichosts.net

DNS explained - The Domain Name Servers by Indichosts.net: "Here is another example:
A friend or associate of yours can somehow see your new website and you can not. This is most likely because his ISP's DNS servers are able to get the information at that time, where your ISP's DNS servers can not. Huh?!?

Here is yet another example:
What if you inadvertently provide the wrong nameserver information to your registrar such as entering one DNS server correctly but the other wrong? In this case, you would have experienced these problems right up to and well beyond the 72 hour propagation period. You'll have to update that information again and wait another 72 hours. Ouch!

Here is a neat one:
You are transferring your hosting to a new WHP. During propagation you are working on development of some pages in your website. But you notice that when trying to view your most recent changes, they appear and then vanish or they don't appear at all."

'via Blog this'

DNS explained - The Domain Name Servers by Indichosts.net

DNS explained - The Domain Name Servers by Indichosts.net: "Contents of a DNS record:

Domain Name

Your actual domain name

'A' Record

Indicates which DNS server is the authority

'MX' Record

The mail server that accepts mail for your domain

Time-to-Live

DNS record expiration (in minutes)

For the purposes of this article we will focus on the domain name, the ‘A' record (or your WHP's DNS servers).

6. The Propagation Process

As we said before, your domain registrar is the one responsible for publishing your domain name at the root DNS level. When it is published it is placed into a directory that is broadcast out to primary DNS servers around the world. The primary DNS servers broadcast out to secondary DNS servers and so on and so forth."

Somebody Please Tell Me How To Set Up a Few Name Servers?

Could the true secret lie, in the dedicated IP????

He quietly asked to no one in particular.....

DNS explained - The Domain Name Servers by Indichosts.net

DNS explained - The Domain Name Servers by Indichosts.net: "DNS

DNS is a software program that runs on a dedicated computer known as a DNS server. DNS serves two primary functions:

1) To translate domain names into IP addresses.

It's much easier to remember a domain like mydomain.com than a sixteen digit number like 192.168.100.1. DNS servers make translating or "Resolving" this information fast and seamless. When your computer needs to know the IP address for yourdomain.com it asks a DNS server (usually the one provided by your ISP.)"

'via Blog this'


Editor's Note: Unraveling the murky regions of DNS for those who need to need to know.

Getting Better!!!


Give me a few real strong name-servers, and I'll show you an internet- that works!!!

Setting Up Your Own DNS (Kessler)

Setting Up Your Own DNS (Kessler): " directory where the DNS program files reside. The remaining records each contain three fields which describe a DNS database file: the type of DNS information, the domain defined in the file, and the filename. There are six records that refer to DNS databases for which this DNS server has primary responsibility. The six domains defined here are:

foo.com: The DNS entries for the foo.com zone, which are in the file foo.com.zone.
210.168.192.in-addr.arpa: The foo.com domain is associated with the IP Class C address 192.168.210.0 (a valid IP address for use in a private network per RFC 1918). Reverse lookups (i.e., obtaining the host name from an IP address) are accomplished with a reverse database file. The name of the domain is the reverse dotted decimal notation of the domain's IP address, followed by in-addr.arpa, an indication of the use of IP addresses within the ARPA address assignment domain. "

'via Blog this'


Editor's Note: TMI.... Please!!!

What geeks need to tell our parents about shopping online safely and securely - Scott Hanselman

What geeks need to tell our parents about shopping online safely and securely - Scott Hanselman: "t's easier to remember "amazon.com" than it is to remember a number like 194.105.56.3. An address is a convenience.

However, do you trust the Yellow Pages? One day a book showed up on your doorstep, you reference it and it tells you where stuff is. What if an evil-doer dropped pretend Yellow Page books on everyone's doorstep and folks who wanted to go to the store were sent somewhere evil? Hopefully at some point you'd "feel wrong" about the directions you were given and you'd question yourself.

For the most part, you're usually OK, but if you ever type an address and go somewhere that feels wrong, ask someone. There are toolbars and weird little evil bits of software (called malware or adware or spyware) that can "hijack" your browser."

'via Blog this'

Monday, July 2, 2012

Lean Startups Are Like Science - Blog Articles - LessEverything

Lean Startups Are Like Science - Blog Articles - LessEverything: "Lean Startups Are Like Science
written by Tim on June 13, 2012
We work with a lot of startups, and most of them these days aim to be a "lean startup". The only problem is that folks always seem to misunderstand what a lean startup is or how to apply the techniques. Ultimately, a lean startup is no different from any other business. You need to find a balance between sales, marketing, bookkeeping, customer development and building your product. The right balance depends on your product, your personality and your staff.

If you're spending all of your time building your product, you're likely ignoring what your customers have to say. You're probably building exactly what they don't need, resulting wasted effort and missed revenue."

'via Blog this'

LessEverything - Ruby on Rails Developers & Designers

LessEverything - Ruby on Rails Developers & Designers: "Things We Dislike...
Internet nerd jargon.
Enterprisey programming languages (Java).
Dieting...less everything except food.
Bad web browsers.
Things We Love...
Our families.
Clean Usability & Design.
Less code with Ruby on Rails.
Mr. T & the rest of the A-Team.
Things We Believe...
Success isn't guaranteed.
Make time for your family.
Be yourself. Be saintly. Be love.
Always make an effort to empathize."

'via Blog this'

Download -- Free Open Source Social Network -- Lovd by Less

Download -- Free Open Source Social Network -- Lovd by Less: "Skip step 5.
Now setup global variable (site name and url and stuff) (steps 6-13) and change the (r)html and css to suit your taste.
In dev mode, search (steps 14-16) should work right out of the box (assuming you install the gems). The search instructions are really for a production environment.
Start lovd with the typical "./script/server" and point your browser to "http://localhost:3000".
Still confused or have some suggestions? Visit the Lovd Google Group."

'via Blog this'

Download -- Free Open Source Social Network -- Lovd by Less

Download -- Free Open Source Social Network -- Lovd by Less: "Lovd runs on Ruby on Rails, so first you need to get rails running. Go download rails and follow it's instructions to get rails running.
Now download Lovd and unzip it.
The directions in the README file assume some knowledge of rails, but I'll go through it a bit here.
The first thing to do is install the ruby gems that are required. For each gem listed in the README, at the command line, do something like "gem install [gem name]" or "sudo gem install [gem name]".
The next thing to do is set up your database (steps 1-4 in the README). Lovd is setup to use MySQL by default, so just follow the instructions in the README and configure the files for your computer."

'via Blog this'

Download -- Free Open Source Social Network -- Lovd by Less

Download -- Free Open Source Social Network -- Lovd by Less: "Lovd runs on Ruby on Rails, so first you need to get rails running. Go download rails and follow it's instructions to get rails running.
Now download Lovd and unzip it.
The directions in the README file assume some knowledge of rails, but I'll go through it a bit here.
The first thing to do is install the ruby gems that are required. For each gem listed in the README, at the command line, do something like "gem install [gem name]" or "sudo gem install [gem name]".
The next thing to do is set up your database (steps 1-4 in the README). Lovd is setup to use MySQL by default, so just follow the instructions in the README and configure the files for your computer."

'via Blog this'

GPS | MakeUseOf Directory

GPS | MakeUseOf Directory: "very one of us has done this. We parked our car in a big parking lot or ramp and then completely forgot where it was. To save yourself from the pain of searching for your own car, here is a little tool called CarParkingPlace. Once you open this web app on your mobile phone’s browser"

'via Blog this'

MakeUseOf Directory

MakeUseOf Directory: "Mobile Apps
Android Apps (238)Ask Questions (6)Buy / Sell (38)Carrier Related (15)conference (6)"

'via Blog this'

The 5 Best Open-Source Social Networking Software

The 5 Best Open-Source Social Networking Software: "Lovd by Less is among the first and only few open-source social networking platforms built on Ruby on Rails. Some features of Lovd by Less include blogs, photo gallery with captions, site search for friends, activity update and user-to-user messaging. Other things that are built into the software include Flickr and YouTube integration.
One thing good about Lovd by Less is that it is easy to use and contains most of the applications that you need. For those who prefer Ruby on Rail rather than php,"

'via Blog this'

The 5 Best Open-Source Social Networking Software

The 5 Best Open-Source Social Networking Software: "Mahara is designed as a platform to allow its users to demonstrate their life-long learning, skills and development to selected audiences. With Mahara, you can create an e-Portfolio platform and set up an online learner community. Features in the software include blogs, a resume builder, a file manager, institutions detail and the social networking aspect where you can add and maintain your list of friends."

'via Blog this'

The 5 Best Open-Source Social Networking Software

The 5 Best Open-Source Social Networking Software: "Overall, Elgg is a powerful software that offers blog, networking, community, collection of news using feeds aggregation and file sharing features. In fact, it is one of the most versatile pieces of software that offers almost everything you need to start a social networking site.
Elgg operates on a LAMP (Linux, Apache, MySql and Php) environment and it is easy to install and configure. With a little php knowledge, you can get your social networking site up and running in no time."

'via Blog this'

The 5 Best Open-Source Social Networking Software

The 5 Best Open-Source Social Networking Software: "Previously, Abhijeet has highlighted three awesome sites where you can create your own social network easily. However, if you are one of those who wants more control of the site, including the branding, the domain name, the features, the design, the community rule, or even the database, the best way is to install and run a social networking software on your server.
While there are plenty of scripts (both free and paid) that you can use to run your own social network, there are only a few that are stable, good and easy to use."

'via Blog this'

IHeartAdoption.org - Educational and social networking site on Drupal 6 | drupal.org

IHeartAdoption.org - Educational and social networking site on Drupal 6 | drupal.org: "Again, with lots of forum support and a copy of Pro Drupal Development, we dove right in. Our search is accomplished by using Drupals Form and Database API's to run queries on user profile fields. In hindsight using Views exposed filters would have worked great here, but our experience with this powerful module was limited, and so we built a custom module to suit our purposes. Several more custom modules were created during this time as well (see list below for details)."

'via Blog this'

IHeartAdoption.org - Educational and social networking site on Drupal 6 | drupal.org

IHeartAdoption.org - Educational and social networking site on Drupal 6 | drupal.org: "his turned out to be a great place to begin climbing the Drupal learning-curve. In focusing on the theme, Drupalisms like node, module, and theme hooks began to make more sense. When we were done theming we had a heavily customized user-profile.tpl.php (for parent profiles), and a decent working knowledge of how all the parts of a Drupal site come together. If we could go back, we would use the Content Profile module instead of core profile. On a site focused on profiles like ours, the work would have been greatly simplified if profiles were nodes."

'via Blog this'

IHeartAdoption.org - Educational and social networking site on Drupal 6 | drupal.org

IHeartAdoption.org - Educational and social networking site on Drupal 6 | drupal.org: "his turned out to be a great place to begin climbing the Drupal learning-curve. In focusing on the theme, Drupalisms like node, module, and theme hooks began to make more sense. When we were done theming we had a heavily customized user-profile.tpl.php (for parent profiles), and a decent working knowledge of how all the parts of a Drupal site come together. If we could go back, we would use the Content Profile module instead of core profile. On a site focused on profiles like ours, the work would have been greatly simplified if profiles were nodes."

'via Blog this'

About the First Edition | Front End Drupal

About the First Edition | Front End Drupal: "Front End Drupal fills this sizable marketplace gap by focusing on visual and interactive design, rather than module development. Two leading Drupal developers systematically cover Drupal customization with behaviors, themes, and templates. Readers will master each layout element needed to style Drupal sites, and learn how to take full advantage of Drupal's powerful templating system. The book also contains several start-to-finish case studies for creating and customizing a wide range of Drupal sites, from scratch. Front End Drupal will contain a foreword by the founder and community lead of the Drupal project, Dries Buytaert."

'via Blog this'

IHeartAdoption.org - Educational and social networking site on Drupal 6 | drupal.org

IHeartAdoption.org - Educational and social networking site on Drupal 6 | drupal.org: "Drupal soon emerged as the best option. WordPress was too limited in its abilites, and Joomla! was considered not as SEO friendly. Drupal was given the highest marks by almost every writer we encountered. Ultimately we chose Drupal because it provides:

A free, open source platform
A secure and highly extensible framework
A large and friendly community for support and guidance
Existing modules for almost every feature we wanted
Starting from Scratch
When we began this project, none of the team had any experience with Drupal (and the developer had only just learned php), so we relied heavily on the extremely helpful Drupal community. The forums were an invaluable resource throughout development, without which this project would not have been possible. Because its a volunteer community we made sure to give back help whenever we could. The Post-installation forum is a great place a beginner can help out other beginners, and there is no greater way to learn than to try and teach."

'via Blog this'

IHeartAdoption.org - Educational and social networking site on Drupal 6 | drupal.org

IHeartAdoption.org - Educational and social networking site on Drupal 6 | drupal.org: " It was soon decided that having complete control over the software and the server would be a better long term option for our agency, and so we narrowed the list down to the "big three" of Drupal, WordPress, and Joomla!

With the help of many blog posts and some poking around on http://cmsmatrix.org/, Drupal soon emerged as the best option. WordPress was too limited in its abilites, and Joomla! was considered not as SEO friendly. Drupal was given the highest marks by almost every writer we encountered. Ultimately we chose Drupal because it provides:"

'via Blog this'

Using Drupal vs Buying Scripts Written in PHP | drupal.org

Using Drupal vs Buying Scripts Written in PHP | drupal.org: "Most of those scripts lack of quality. They are not wel documented and its a torture to modify code for your further needs. But drupal is very well documented and its pretty easy to modify functions without touching to the core
- Most of those scripts are not opensource so modifying site may cause licence problems in future but you can't have such problem with drupal
- Number of people that develop those scripts are limited so you won't get many updates.
- Mostly those scripts are designed for one purpose so its hard to add new functions"

'via Blog this'

BuddyPress or Ning : Community/Social Networking Website toward a fully functional prepackaged product / SAS based on Drupal / let's works on that at DrupalCon SF | Drupal Groups

BuddyPress or Ning : Community/Social Networking Website toward a fully functional prepackaged product / SAS based on Drupal / let's works on that at DrupalCon SF | Drupal Groups: "We are now witnessing on the one hand the creation of more complex sites using WordPress with integration with social web and BuddyPress (a fully functional community website installation profile), and on the other hand a much more user friendly version 7 of Drupal and lots of pre-packaged products as OpenAtrium and OpenPublish.

With members of WordPress/BuddyPress community I lauch a meeting to have panel (community and real life usecase). More than 100 peop"

'via Blog this'

BuddyPress or Ning : Community/Social Networking Website toward a fully functional prepackaged product / SAS based on Drupal / let's works on that at DrupalCon SF | Drupal Groups

BuddyPress or Ning : Community/Social Networking Website toward a fully functional prepackaged product / SAS based on Drupal / let's works on that at DrupalCon SF | Drupal Groups: "We are now witnessing on the one hand the creation of more complex sites using WordPress with integration with social web and BuddyPress (a fully functional community website installation profile), and on the other hand a much more user friendly version 7 of Drupal and lots of pre-packaged products as OpenAtrium and OpenPublish.

With members of WordPress/BuddyPress community I lauch a meeting to have panel (community and real life usecase). More than 100 peop"

'via Blog this'

Drupal vs BuddyPress as a Social Networking site | drupal.org

Drupal vs BuddyPress as a Social Networking site | drupal.org: "Drupal, probably more so than any package listed, is capable of being the premier choice for a social network site. It really all depends on what modules are developed, and that depends on those who have the good hearts and the know-how to create those modules.

If I had the time and the php knowledge, I'd be right there with them, building modules. Alas, neither time nor training is mine at the moment. I don't know what the technical limits of Drupal are (and ALL software has limitations), but I'd hazard a guess that most if not all of the modules needed to make such a site could be developed if someone was so inclined.

I don't know about the current state of Dolphin, but last time I was looking at it, it was buggy and lacking some necessary components unless you were willing to pay for them"

'via Blog this'

Drupal vs BuddyPress as a Social Networking site | drupal.org

Drupal vs BuddyPress as a Social Networking site | drupal.org: "HOWEVER, if you're going to incorporate e-commerce facility, Drupal + Ubercart rocks!!! There is Wordpress e-Commerce form www.instinct.co.nz - but I haven't got much experience with that one.
Also Drupal views is way too time-consuming, compared to templating in Wordpress.

BuddyPress - well, it's new, it's maintained, it's got awesome groups, profiles, messaging etc and the theming in Wordpress is nice and easy. BuddyPress (as with Drupal) is well-scalable too because it's core is Wordpress Mu.

Elgg is cool too, but it has a limited community and contributions (for now, that is). As for e-commerce solutions there and ease of templating - I can't say."

'via Blog this'

Anjaan: Top 10 Open Source PHP Scripts for Social Networking

Anjaan: Top 10 Open Source PHP Scripts for Social Networking: "10. JCow
JCow is also one of the best scripts. With free edition, it provide one way communication i.e. there will be no groups, forums, user roles etc. You will require pro edition even for some of the most prominent features provided by Elgg, Buddypress. Demo
Now, overall I would recommend Elgg, BuddyPress for all the newbies who wish to get their hands dirty with the codes. Oxwall is also preferred alternate. Many other scripts that geeks advice is Drupal. Drupal, is one of the greatest CMS but for social networking I would not recommend it. For premium, you may go with Social Engine, JomSocial (for Joomla) etc."

'via Blog this'

Anjaan: Top 10 Open Source PHP Scripts for Social Networking

Anjaan: Top 10 Open Source PHP Scripts for Social Networking: "his can be used to create an e-Portfolio platform and can also be used to set up an online community where people can learn different things. It provides features such as resume builder, file manager, institutions detail and much more. Just like Elgg social networking script it also requires LAMP environment for working. Demo
7. Community Builder
Community Builder by Joomlapolis for Joomla CMS is another popular free script and provides a vast base. All the basic features + addons help it to stand in the queue with elgg, dolphin, types. But for more deep and 'advanced' feature, you would need to go with Pro Membership. Features and screenshots Demo Site Download"

'via Blog this'

Anjaan: Top 10 Open Source PHP Scripts for Social Networking

Anjaan: Top 10 Open Source PHP Scripts for Social Networking: "The good part of Doplhin lies in its mobile apps, already loaded media players, and many other social plugins. But it is not all that free. The Boonex will give its ads on your site's footer, i.e. the script is not white-label. Moreover, many cases you would get on googling Dolphin comparisons with others, questioning its open source nature and the bugs. The big banner ads will surely annoy you. Demo"

'via Blog this'

Anjaan: Top 10 Open Source PHP Scripts for Social Networking

Anjaan: Top 10 Open Source PHP Scripts for Social Networking: "Top 10 Open Source PHP Scripts for Social Networking

Creating a niche social network by geeks is yet another hobby and a play-with-code activity with the upcoming of open source scripts and facebook, twitter social plugins. It is obvious for newcomers to explore the Google for 'best cms, script for sn' bla bla. Some two years ago I too was one of those. Thanks to elgg, which gave me start just within six months and I landed with Shouvik on PPSZ"

'via Blog this'

Friday, May 11, 2012

Perhaps this blog is ready for a new direction.

Sometimes SEO is everything, and content is next:
Gee, when I view that image upload in HTML is looks like a lot of code. I recently attended a wedding so sharing this photo (from the 1st orthodox wedding I attended) seemed like a nice idea.

Wednesday, May 2, 2012

Paul Krugman Thinks Obama’s Still Screwing Up | TPMDC

Paul Krugman Thinks Obama’s Still Screwing Up | TPMDC: "stimulative measures he took were precisely what the country needed, and as a result America is on the mend — is based on a gamble that the economy will be in a steady recovery come Election Day. But if outside factors diminish the outlook, it will leave voters with the impression that Obama’s approach itself was the problem, rather than the vigorous Republican resistance that forced him to scale back his ambitions.

“What they should be saying is, ‘We have the right ideas and we’re pursuing them as far as we can given the opposition from Republicans,’ which would be more or less the true narrative,” Krugman said. “They have decided that it sounds like weakness to say that we haven’t been doing everything that we should be doing."

'via Blog this'

Important Precautions to Take When Buying a Domain Name (thesitewizard.com)

Important Precautions to Take When Buying a Domain Name (thesitewizard.com): "eceived a message from a visitor to thesitewizard.com telling me about how he checked for the availability of a domain name, found it unregistered, only to lose it to someone else before he was able to buy it at a later date. This article deals with some of the unsavoury practices that go on in the world of domain names and the precautions that you can take to avoid being victimised.

Domain Name Front Running and Unscrupulous Domain Registrars
What is Domain Name Front Running?"

'via Blog this'

OpenDNS - Cloud Internet Security Management

OpenDNS - Cloud Internet Security Management: "No latency and no bandwidth bottlenecks

OpenDNS operates at the DNS layer so there is no latency added to your Internet transaction. In addition, OpenDNS can scale to handle your growth in bandwidth usage without the need to upgrade or increase service usage amounts. Our service will never be the bottleneck on your network ensuring that your users can access the Internet resources they need while remaining protected."

'via Blog this'

Security and Protection for Managed DNS Solutions | UltraDNS

Security and Protection for Managed DNS Solutions | UltraDNS: "DDoS Mitigation
Distributed Denial of Service (DDoS) attacks are not only becoming more frequent, they’re also larger and more complex. With proprietary technologies and the hands-on expertise of our SOC, UltraDNS defends your DNS from attacks. To complete your cyber defenses we offer SiteProtect, an on-demand service which defuses attacks in our cloud-based network of scrubbing centers, leaving only clean Internet traffic flowing to your Web infrastructure. Learn More.
  "

'via Blog this'

DDoS Attack Security and Protection Packages | UltraDNS

DDoS Attack Security and Protection Packages | UltraDNS: "UltraDNS + SiteProtect

All the features of SiteProtect, plus protects your DNS from attacks
Physical network considerations – capacity, redundancy, physical access restrictions
Basic network defenses: firewall, intrusion detection and router-based filtering
Proprietary system for DNS processing
 "

'via Blog this'

DNS Root Servers

DNS Root Servers: "Hi,

Perhaps you could add my name to the perpetually perplexed regarding DNS issues in general. While I have learned much while struggling to simply have “easily resolvable” websites that are not prone to all sorts of malicious attacks, there are still so many issues that still need clarification.

I finally began to believe that perhaps “owning or leasing” one’s own “static” IP’s is no longer the answer for the issue of creating name servers for my own use and the use of future clients that I would like to host."

'via Blog this'

3windex.net Site Info

3windex.net Site Info: "Statistics Summary for 3windex.net
3windex.net is ranked #42,385 in the world according to the three-month Alexa traffic rankings. Very few visits to the site are referred by search engines. Relative to the overall population of internet users, this site's audience tends to be less affluent; they are also disproportionately childless men under the age of 35 who browse from work. About 21% of visits to 3windex.net are bounces (one pageview only), and visitors to the site view 3.9 unique pages each day on average"

'via Blog this'

Monday, April 9, 2012

FedFlash Online - September/October - Yeshiva Atlanta High School

FedFlash Online - September/October - Yeshiva Atlanta High School: "Course objectives included: understanding hemispherisity, understanding the reading process and using images and structure words to stimulate concept imagery. "It is important to recognize that every student learns differently," says Rabbi Abrams. "But the basic cognitive process has underlying commonalities. This course was very effective in helping teachers learn how to engage students visualizing/ verbalizing process in both the classroom and remediation setting and has given the entire faculty a strategy for improved teaching."

Yeshiva Atlanta High School is one of Federation's local beneficiary agencies, and received an allocation of $162,869 in FY04."

'via Blog this'

Conflict Resolution

Conflict Resolution: "Cain killed Abel. It was swift, cruel, and permanent.

After this incident, the next familial conflict we find is with Lot and Abraham. Abraham beseeches Lot not to argue with him because, "we are brothers" (Genesis 13:9). Their conflict was resolved by separation from each other. Even though Abraham risked his life to save Lot after this separation, there is no record of them ever interacting together after this separation. The conflict is resolved by their going separate ways.

In the conflict between Isaac and Ishmael, again we find that the two parties separated in order to resolve their conflict. While their parting is not necessarily permanent, it is dramatic and, according to many commentators, it was considered the 9th Divine test of faith for their father Abraham."

'via Blog this'

Excerpt from Rabbi Joseph Abrams (former Principal YBH-new headmaster of Yeshiva Atlanta.)


From:


Tfdixie.com/Vayigash/

Sunday, April 8, 2012

Hacktivists Anonymous claim to have taken down Home Office website | Technology | guardian.co.uk

Hacktivists Anonymous claim to have taken down Home Office website | Technology | guardian.co.uk: "Anonymous announced on Twitter: "TANGO DOWN - http://www.homeoffice.gov.uk For your draconian surveillance proposals! Told you to #ExpectUs!"

The group was thought to have used a denial-of-service attack, where large numbers of computers overload a website with requests.

If proven to be true, the incident could prove embarrassing for the government as the method is considered one of the least complicated tools in the hackers' arsenal. Anonymous had promised to carry out the mass assault in a tweet posted on Wednesday and a flurry of messages in following days encouraged supporters to join in."

'via Blog this'

Eadweard J Muybridge celebrated in a Google doodle | Technology | guardian.co.uk

Eadweard J Muybridge celebrated in a Google doodle | Technology | guardian.co.uk: " Muybridge's "The Horse in Motion", a film strip-style collection of shots created using 24 cameras which capture the running habits of racehorses owned by Leland Stanford, a Californian businessman and animal breeder.

Stanford had wanted to know if galloping horses had all four legs off the ground, as previously portrayed by painters, and engaged Muybridge in an attempt to find out.

The photographs, taken in 1872 and regarded as one of the earliest forms of videography, demonstrated that all four legs often did leave the ground. However, they were not as artists had depicted them, with the legs stretched out fore and aft, but with the four legs tucked up under the horse."

'via Blog this'

Eadweard J Muybridge celebrated in a Google doodle | Technology | guardian.co.uk

Eadweard J Muybridge celebrated in a Google doodle | Technology | guardian.co.uk: " Muybridge's "The Horse in Motion", a film strip-style collection of shots created using 24 cameras which capture the running habits of racehorses owned by Leland Stanford, a Californian businessman and animal breeder.

Stanford had wanted to know if galloping horses had all four legs off the ground, as previously portrayed by painters, and engaged Muybridge in an attempt to find out.

The photographs, taken in 1872 and regarded as one of the earliest forms of videography, demonstrated that all four legs often did leave the ground. However, they were not as artists had depicted them, with the legs stretched out fore and aft, but with the four legs tucked up under the horse."

'via Blog this'

Thursday, March 22, 2012

WebSiteWealth.biz | Opportunities Of A Lifetime Must Be Seized Within The Lifetime Of The Opportunity!

WebSiteWealth.biz | Opportunities Of A Lifetime Must Be Seized Within The Lifetime Of The Opportunity!: "The answers may not always simply be, to dig in and work harder. Often what is required is for us to collectively gather to work smarter. It is true that adversity is the test that causes us to do our best thinking. However thinking alone will not allow any of else to prevail at the end of the day. We as a small group of individuals who have decided to collaborate here on this very site, realize that we are only several steps away from realizing our full potential."

'via Blog this'

Wednesday, March 7, 2012

Synology Inc. Network Attached Storage - NEW NAS Experience -View topic - Simple How To Guide: Setting Up Daily Email Notifications

Synology Inc. Network Attached Storage - NEW NAS Experience -View topic - Simple How To Guide: Setting Up Daily Email Notifications: "e: Simple How To Guide: Setting Up Daily Email Notification
by mszymcza » Fri Jun 03, 2011 3:18 pm
BTW, if you notice that your /etc/crontab is empty after reboot, you likely have used [space] instead of [Tab] between your columns. Go back in and vi your /etc/crontab file. Remove spaces and replace them with tabs. There is some sort of file validation during reboot that will nuke entries that don't conform exactly to what it expect for delineation."

'via Blog this'

Tuesday, March 6, 2012

The /etc/ftpaccess file - Administration

The /etc/ftpaccess file - Administration: "Setup the /etc/ftpaccess file
The ftpaccess file controls who gets into the FTP server and how. There are a couple of associated files (like ftpusers) that you can read man pages on to get more detail, but that documentation is actually quite clear, so I won't reiterate it here.

In ftpaccess, you're creating a plan for who can do what. With non-anonymous chroot access, you want to create a set of guestgroups, each of which corresponds directly to entries in the /etc/group file. You s"

'via Blog this'

Allowing FTP access to files outside the home directory chroot | MDLog:/sysadmin

Allowing FTP access to files outside the home directory chroot | MDLog:/sysadmin: "we want to restrict the access that ftp users will have (limited access to files normally in their own home directory) but also we want to allow them access to another folder that is normally in a different location (like development files for whatever work they are doing).
The problem is that if we configure the chroot restriction for the ftp users we will notice that as expected they will be locked in the chrooted folder (let’s say their home directory). If we try to create a symlink to the other folder they need access, this will just not allow them to change into that folder (break out the chroot) and this is very normal."

'via Blog this'

The /etc/ftpaccess file - Administration

The /etc/ftpaccess file - Administration: "In ftpaccess, you're creating a plan for who can do what. With non-anonymous chroot access, you want to create a set of guestgroups, each of which corresponds directly to entries in the /etc/group file. You should repeat these entries in the chroot'd group file, too, with the same IDs.
Here are the lines you need to make sure are in the ftpaccess file to make this all work. Let's assume three groups: frogstar, bilbo, and foobar. I'm only including the parts that are specifically necessary to make non-anonymous access work; you can leave the rest of the model file the same, or read the man page to figure out how to further customize."

'via Blog this'

Welcome to xen.org, home of the Xen® hypervisor, the powerful open source industry standard for virtualization.

Welcome to xen.org, home of the Xen® hypervisor, the powerful open source industry standard for virtualization.: "

The Xen® hypervisor, the powerful open source industry standard for virtualization, offers a powerful, efficient, and secure feature set for virtualization of x86, x86_64, IA64, ARM, and other CPU architectures. It supports a wide range of guest operating systems including Windows®, Linux®, Solaris®, and various versions of the BSD operating systems. What is Xen? - Why Xen?

Xen powers most public cloud services and many hosting services, such as Amazon Web Services, Rackspace Hosting and Linode."

'via Blog this'

Virpus | Unmanaged VPS, Cheap VPS, VPS Hosting, Cloud Hosting, Cheapest VPS, Virtual Private Server Hosting, VPS Hosts, VPS Server, Xen VPS Hosting, Windows VPS Hosting, VPS Windows

Virpus | Unmanaged VPS, Cheap VPS, VPS Hosting, Cloud Hosting, Cheapest VPS, Virtual Private Server Hosting, VPS Hosts, VPS Server, Xen VPS Hosting, Windows VPS Hosting, VPS Windows: "XEN VPS HOSTING - PLANS AND PRICINGWelcome to the world of virtual private servers, featuring full root access, private exclusive resources on powerful servers! Virpus makes VPS Hosting easier by incorporating SolusVM with all VPS's to easily reload, reboot, and take backups of your VPS. Xen VPS Hosting doesn't get any better than this!"

'via Blog this'

CloudLinux – What you need to know | AriesHosting.org Web Hosting

CloudLinux – What you need to know | AriesHosting.org Web Hosting: "CloudLinux is the first commercial OS that meets the specific needs and demands of web hosting. Imagine if servers going down due to one customer suddenly hogging all the resources was no longer possible. CloudLinux makes rock hard hosting stability a reality. We used to accept that servers will go down during heavy resource spikes and you deal with it by being responsive. CloudLinux does it better by isolating and controlling resource spikes to prevent entire servers going down."

'via Blog this'

Supreme Servers | Xen VPS Hosting Provider | Virtual Private Servers | Call Now: 305.767.1011

Supreme Servers | Xen VPS Hosting Provider | Virtual Private Servers | Call Now: 305.767.1011: "Supremeserves.com is proud to offer Linux VPS Hosting (Linux Virtual Private Server Hosting) on our high availability hosting cloud infrastructure. You also have access to our 24/7/365 support team and SSH access to your server for complete control. Launch your hosting today with our Linux Reseller VPS Hosting plan.

Start your web hosting business with the most high performance and flexible cPanel VPS solution available."

'via Blog this'

SkyServer: Server | BluePoint Data

SkyServer: Server | BluePoint Data: "All of our SkyServer servers are built on enterprise class SAN.
All of our storage is backed up using best-of-breed data protection software and hardware.
All of our virtual servers are fully redundant, in that automated failover is provided for every operating system image.
We use only industry standard virtualization such that you are not subjected to any experiments or toed to a proprietary or closed system."

'via Blog this'

SkyServer: Server | BluePoint Data

SkyServer: Server | BluePoint Data: "osted virtual servers are not created equal. First there’s the hardware itself: many virtual server farms are literally built on a house of cards, using techniques developed years ago when Windows servers were used for non-mission critical functions. Servers, networks, and storage, built to these antiquated and obsolete specifications have no place in cloud computing.

Today, the demands of cloud computing require, dare we say, a mainframe-like approach to systems management. To put this in more general terms, a chain is only as strong as its weakest link and therefore cloud computing infrastructure must be built, and more importantly maintained in a way that it is absolutely reliable."

'via Blog this'

Cartika Cloud.Cloud Hosting and Cloud Servers by Cartika Cloud

Cartika Cloud.Cloud Hosting and Cloud Servers by Cartika Cloud: "Cartika delivers an Enterprise grade Cloud Solution that can be delivered as a fluid, elastic and complete Infrastructure as a Service (IaaS) offering. The Cartika Cloud offers real fluidity of instances, utility billing, elasticity and real high availability. See the Cartika Cloud Network Diagram. Compare our Cloud Servers vs Utility VPS Servers or solutions our competitors are marketing and selling as "cloud" based solutions.
Cartika's ZFS Cloud Storage Backbone is simply the most advanced and highly available storage platform available with any public or private cloud offering."

'via Blog this'

Sunday, March 4, 2012

A Complete Guide to VPS Hosting

A Complete Guide to VPS Hosting: "So What IS VPS, Anyway?
In answering this question, maybe it’s better to examine how VPS hosting fits in to the overall offerings of most hosting companies. Shared hosting is just that – your site is hosted on a machine with a bunch of other sites, and each of you share the same resources, including RAM, disk space, and CPU. Your site uses what it needs if it’s available, and if it’s not – well, that’s the limitation of shared hosting. Likewise, a dedicated server is also self-explanatory – your site is the only one hosted on server, and you have all the aforementioned resources available at your beck and call"

'via Blog this'

post - Are https URLs encrypted? - Stack Overflow

post - Are https URLs encrypted? - Stack Overflow: "But if you are using GET instead of POST then the user will still be able to cut and paste the URL out of the location bar, and you will probably not want to put confidential information in there that can be seen by anyone looking at the screen.

All that said, you should be careful of your terminology. To quote a famous swashbuckler: You keep using that word (URL) I do not think it means what you think it means"

'via Blog this'

post - Are https URLs encrypted? - Stack Overflow

post - Are https URLs encrypted? - Stack Overflow: "
3
down vote
An addition to the helpful answer from Marc Novakowski - the URL is stored in the logs on the server (e.g., in /etc/httpd/logs/ssl_access_log), so if you don't want the server to maintain the information over the longer term, don't put it in the URL.

link|improve this answer
answered Nov 2 '10 at 14:03

Rhodri Cusack
311
This is a very good point – so even if they are encrypted, maybe better not to put secret information in them anyway. – William Denniss "

'via Blog this'

post - Are https URLs encrypted? - Stack Overflow

post - Are https URLs encrypted? - Stack Overflow: "
4
down vote
I'm going to take a leap here and assume you mean the "GET" portion of the https request.

In that case, yes and no. The server address portion of the URL is obviously not encrypted since it is used to set up the connection.

Everything else is encrypted in an HTTPS connection. But if you are using GET instead of POST then the user will still be able to cut and paste the URL out of the location bar, and you will probably not want to put confidential information in there that can be seen by anyone looking at the screen."

'via Blog this'

post - Are https URLs encrypted? - Stack Overflow

post - Are https URLs encrypted? - Stack Overflow: "
And URL recording is important since there are Javascript hacks that allow a completely unrelated site to test whether a given URL is in your history or not. You can make a URL unguessable by including a longish random string in it, but if it's a public URL then the attacker can tell that it has been visited, and if it has a short secret in it, then an attacker could brute-force that at reasonable speed"

'via Blog this'

post - Are https URLs encrypted? - Stack Overflow

post - Are https URLs encrypted? - Stack Overflow: "
49
down vote
accepted
Yes, the SSL connection is between the TCP layer and the HTTP layer. The client and server first establish a secure encrypted TCP connection (via the SSL/TLS protocol) and then the client will send the HTTP request (either GET or POST) over that encrypted TCP connection."

'via Blog this'

post - Are https URLs encrypted? - Stack Overflow

post - Are https URLs encrypted? - Stack Overflow: "It's probably a bad idea to put confidential data in the URL anyway. It will be displayed in the browser's address bad too, remember? People don't like it if their password is visible to anyone who happens to glance at the screen. Why do you think you need to put confidential data in the URL? – jalf Jan 31 '09 at 22:03
5
URLs are also stored in browser history and server logs - if I wanted to have my name and password stored somewhere, it would not be in these two places. – Piskvor Jun 30 '10 at 15:33
1
For example, suppose I visit https://somewhere_i_trust/ways_to_protest_against_the_government/"

'via Blog this'

Join Exa's global team.

Join Exa's global team.: "Exa delivers patented, high-quality software solutions to enable and enhance our customer’s success in the global marketplace.

We are committed to delivering a cutting-edge suite of products that are unparalleled for engineering design optimization. We encourage our employees to have a passion for learning, innovative thinking, ownership and personal achievement and we value people who work for the success of the customer, the success of the company, and the success of the team."

'via Blog this'

EXA Solutions

EXA Solutions: "Press releases & news

10.10.2011
EXA Consulting Limited is now official member of EXA.
27.05.2011
Yes we expand! Our new Limassol office opens its doors. In the beginning, main activities of the office will be design and development."

'via Blog this'

Exa-tech

Exa-tech: " Welcome to Exa-tech (Software & Consulting)

Building stable, high performance, visual applications...

Exalligence LTD
Software Engineer

Education:

Bachelor and/or Master Degree in Computer Engineering / Computer Science, Electrical-Electronics

Engineering and other related engineering fields. MSc or Phd students can also apply."

'via Blog this'

cloudvpn - Wiki - dev.e-x-a.org

cloudvpn - Wiki - dev.e-x-a.org: "Installing CloudVPN
Files section comes handy. If you want some special version (as in "bleeding edge"), please clone it off the git:

git clone http://repos.e-x-a.org/cloudvpn.git

If you want actual software, remember that last working version is 1.99.8, so checkout the tag.

Compiling
If you clone the git, run ./autogen.sh which makes basic autotools for you. Then you can continue with ./configure, make, etc."

'via Blog this'

X.Org Wiki - Home

X.Org Wiki - Home: "The X.Org project provides an open source implementation of the X Window System. The development work is being done in conjunction with the freedesktop.org community. The X.Org Foundation is the educational non-profit corporation whose Board serves this effort, and whose Members lead this work.

The current X.Org release is X11R7.6. The next major release will be X11R7.7. Information about all releases is available. (Important: If you have an older release, please see the SecurityPage for information on security updates.)"

'via Blog this'

freedesktop.org - Home

freedesktop.org - Home: "freedesktop.org is open source / open discussion software projects working on interoperability and shared technology for X Window System desktops. The most famous X desktops are GNOME and KDE, but developers working on any Linux/UNIX GUI technology are welcome to participate.

freedesktop.org is building a base platform for desktop software on Linux and UNIX. The elements of this platform have become the backend for higher-level application-visible APIs such as Qt, GTK+, XUL, VCL, WINE, GNOME, and KDE. The base platform is both software and specifications."

'via Blog this'

Introducing A New Concept.

These are some of the answers I have found on the internet. Any Questions?