Blog Feed: Free Software & Webware news, downloads, how to (tutorials) and tips
| Home | My Account | Directories |
C programming: Introduction to functions
Published on 2012-05-25 01:48:00
A function is a self-contained program segment that carries out some specific, well-defined task. Every C program consists of one or more functions. One of these functions must be called main, which is executed first. This is a very important part of our series in C programming because most of what come next will be based on functions. Till here, we have been writing our codes in the main > read more
C programming: Looping: while loop, do ... while loop and for loop
Published on 2012-05-22 05:14:00
Looping in programming means that we make a set of instructions in a program to execute repeatedly until some conditions are met. There are three known loops in C and they are: - while - do .. while - for With loops, when we don't set a limit, the program will continue to be repeated infinitely. The While Loop The while loops is as follows while (condition) { statement } Suppose we want to > read more
C programming: switch conditions
Published on 2012-05-21 01:59:00
Like if ... else, switch is used to set conditions to a program. But we used switch for more specific value that we want a user to enter. Suppose you want to the user to have only 5 choice to choose between 5 objects. For example our program will display a statement for each choice the user chose, and will return a default statement if ever he/she enter a wrong choice. Let's make a small program > read more
The Earth photographed in 121 millions of pixels
Published on 2012-05-20 08:37:00
The Russian Federal Space Agency have taken satellite photos of the earth in 121 millions of pixels. In short, the highest definition photos on earth. The Russian Federal Space Agency has beat the Blue Marble 2012 of NASA which was 64 millions of pixels. (Click on image to see the image of 121 million pixels from Gigaspan) The images were taken by the satellite Electro-L No1, which is > read more
C programming: if ... else conditions
Published on 2012-05-17 07:33:00
In this part of our series we'll learn about a really fantastic function in C programming language which is to put conditions in our program. For example if we want to make a quiz; so if the user enter a value, lets say 12, we ask our program to print "correct answer" else if the user enter 10 then print "wrong answer" etc. This is just to get an idea of what's coming, and before we move on, > read more
C programming: Introduction to arithmetical operators and the math.h library
Published on 2012-05-16 05:35:00
Now that you know about variables, let's move on to arithmetical operators so that we can do some calculations. Arithmetical operators in C Let's make a small program that will add two numbers: #include #include int main() { int num1, num2, sum; printf("Please enter first number: "); scanf("%d", &num1); printf("Please enter second number: "); scanf("%d", &num2); sum = > read more
Download PC Speed Maximizer - 3.1 for free
Published on 2012-05-10 02:02:00
PC Speed Maximizer - 3.1 is a very powerful software that allow you to optimize your PC performance is just a few clicks. If you have experience a slow performance of your PC during these last days, then this tool is for you. Consider the wonders that this software can do for you below. Optimize and Clean your PC in Just a Few Clicks Optimize your registry by cleaning unnecessary and invalid > read more
C programming: Comments in the source code
Published on 2012-05-09 04:46:00
Whatever the programming language you're learning you should know that it is possible to add comments to it. Comments are either a line or several lines of texts that we add to our source code. These comments are not visible when the program is compiled. They are useful to make you remember a particular line of code of several lines, like why did you use these codes and what is the function of > read more
C programming: Introduction to Variables
Published on 2012-05-08 11:36:00
Variables are temporary information that are stored in the computer memory (RAM), it is temporary as it can change throughout the running of the program. A variable will have a name and a value. This is a very important chapter to learn in C, infact everything we learn later we'll use variables. How to name a variable? Suppose we want a variable for "number of apples", we could name our variable > read more
Making a program in C
Published on 2012-05-08 01:48:00
After having installed Code::Blocks for this series and now that you know how to create a new project, we'll try to make our very first program in C. Before we start, you should know that we are going to make console application, hence it won't have a window. Applications are of two types, either console or window. It is possible to make a program in windows with C but this will come later, > read more
Required tools for C programming (the compiler)
Published on 2012-05-05 08:48:00
After you have read our introduction to programming, and now that we know we are going to learn C, we are going to take a look at the tools required (the compiler) to write our source code. In this chapter we'll familiarize ourselves with a new tool (a compiler) called Code::Blocks and in the next chapter we're going to do some programming. The required tools of a programmer The minimum tools > read more
Drive: Google's official virtual disk
Published on 2012-04-27 01:29:00
After years of rumors the storage service from Google is finally out and it stands as an update to Google Docs. A few years ago, online storage services began to appear on the Web. In 2005, Box.net was launched. Then Dropbox was born in 2008 and added the cross-platform synchronization. Meanwhile vendors of operating systems, be it Microsoft, Apple or Canonical have also deployed their solutions > read more
Download Mozilla Thunderbird 12 - final version
Published on 2012-04-26 04:27:00
After publishing a new version for its Firefox browser, Mozilla announced a new version of its client Thunderbird. The email manager Thunderbird too is now in version 12. For this new edition, the developers have tweaked the search engine so that messages can be extracted for each query. In addition, the team announced several improvements in the RSS reader and worked on the management of other > read more
More than half a million Macs infected with a Trojan Horse
Published on 2012-04-07 08:23:00
A recent study show that about 550 000 Mac are infected with a Trojan horse, mainly in the United States and Canada. That report was compiled by Doctor Web, a Russian antivirus editor. The team has analyzed the deployment of a trojan called BackDoor.Flashback. The latter form a botnet still growing. "Once again this contradicts the statements of some that there is no cyber threats on Mac OS X," > read more
Use Quick SEO 1.1 to analyze the web pages ranking and important keywords
Published on 2012-04-07 08:02:00
Quick SEO software was designed to easily outrank ANY site, for ANY keyword, and get your site a top Google ranking as quick as possible. Start using Quick SEO right now to quickly outrank your competition and increase the rankings of all of all your websites. We'll show you how to spy on your competition and how to get high PR resources to put your link on. Merchant: Antz Software Platforms: > read more
Microsoft releases new open source development tools for ASP.NET
Published on 2012-03-29 06:18:00
Microsoft announces the publication of new open source web development tools ASP.NET. In April 2009, Microsoft announced the distribution of ASP MVC 1.0 in open source. This environment Model-View-Controller allows you to create web applications by manipulating each component of the HTML page, by adding Ajax interactivity modules or by affixing an authentication system. The developer can also > read more
The programming language Go moves to version 1.0
Published on 2012-03-29 05:57:00
Go programming language, initiated by Google, now in version 1.0. In November 2009, Google explained that over the past decade no programming language was not really distinguished in spite of the evolution in IT. Google wanted to then address the limitations of existing languages by combining all the strengths of each, namely, ease of handling with effective compilation and execution. Google > read more
Free PHP, HTML, CSS, JavaScript editor (IDE) - Codelobster PHP Edition
Published on 2012-03-28 10:48:00
For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but we would like to select free of charge very functional and at the same time of simple in the use editor - Codelobster PHP Edition . Let us consider some important possibilities and advantages of this program: All code highlights depending on a type, > read more
Malicious extensions interfering in the Chrome Web Store
Published on 2012-03-28 04:45:00
If the Chrome browser continues to nibble away market share to its competitors, he then became a victim of its own success and attracts more and more malicious hackers. The firm SecureList reported a phenomenon combining the popularity of chrome as well as the Facebook community network. In Brazil, Chrome is already the most popular browser with a market share of 45%. For its part, Facebook > read more
Download Traffic Inspector Gold
Published on 2012-03-24 07:19:00
Traffic Inspector is an integrated gateway solution for controlling access to the Internet and for providing data transmission services. The product contains: a proxy server that provides caching and blocks unwanted resources; a simple and secure firewall to protect against network attacks; a billing system; accounting for all types of traffic (through the proxy server, the mail gateway, and NAT) > read more
Download PC Protector Pro + HitMalware
Published on 2012-03-24 06:27:00
PC Protector Pro offers easy-to-use DLL error fixing tools to speed up and improve the performance of your Windows 7, Windows Vista, or Windows XP PC. Regardless of your level of expertise, PC Protector Pro safely scans and repairs DLL errors and automatically backs up changes for future recovery. PC Protector Pro 1 Lifetime License Unit price: 53.92 USD Click here to download PC Protector Pro > read more
Turn your wordpress blog into a directory with DirectoryPress (VIP Version)
Published on 2012-03-24 05:51:00
DirectoryPress turns a Wordpress blog into a powerful online directory website with lots of features, import tools and built in payment gateways. Includes 10+ directory themes, unlimited installations, lifetime free support and upgrades! Platforms: FreeBSD , Novell NetWare , Solaris , Unix , Windows 2000 , Windows 7 , Windows 9x , Windows Server 2003 , Windows Server 2008 , Windows Vista , > read more
Download and upgrade to Firefox 11, Thunderbird 11 and SeaMonkey 2.8 for windows
Published on 2012-03-17 07:12:00
Firefox 11, Thunderbird 11 and SeaMonkey 2.8 for windows are now available for download. Firefox 11 now offers to migrate bookmarks, browsing history and cookies from Google Chrome. Note also that people who set up the synchronization module Sync Firefox can replicate their addons on different machines. In addition to improving the management of CSS with the text-size-adjust, Mozilla has revised > read more
Adobe Shadow render multiplatform web development easy
Published on 2012-03-11 06:34:00
To facilitate the development of websites on different platforms, Adobe unveils a small utility called Shadow. Further support for web standards, a website design also needs to be able to adapt to various devices whether to a computer, a tablet or a smartphone. To facilitate the development of this kind, Adobe has designed Shadow. Adobe Shadow is available as Mac and Windows client, as an extension for Chrome but also as an application for Android and IOS. The software will run on Mac and PC i [..] > read more
Almost 30,000 wordpress blogs infected
Published on 2012-03-08 00:02:00
The Websense® ThreatSeeker® Network has detected a new wave of mass-injections of a well-known rogue antivirus campaign that we've been following in Security LabsTM for months. The majority of targets are Web sites hosted by the WordPress content management system. At the time of writing, more than 200,000 Web pages have been compromised, amounting to close to 30,000 unique Web sites (hosts). The injection hijacks visitors to the compromised sites and rediects them to rogue AV sites that attem [..] > read more
Chrome publishes new patches and grants 47 500 dollars in rewards
Published on 2012-03-07 05:01:00
Google indicate to have updated its Chrome browser and now offers a new stable version (17.0.963.65) for users. In total, the experts have discovered these vulnerabilities have received 47,500 dollars in reward. The American publisher released a new version of its Chrome browser (17.0.963.65) corrected from multiple vulnerabilities. In a note published on their blog, Google said that 17 security vulnerabilities deemed "high risk" are corrected. This new version brings to light several problems [..] > read more
Mountain Lion OSX Preview
Published on 2012-02-23 12:47:00
Apple’s Mountain Lion OSX debuted last week and has been garnering rave reviews from most tech nerds. It’s not hard to see why. The company is billing Mountain Lion as “the most advanced OS ever,” and by the looks of things that’s just not grandstanding. Many of the “new” features on the system will look familiar to long-time Apple users, as they have been ported straight from iOS. The iCloud is certainly going to be one of the most popular features. iCloud allows users to store [..] > read more
Google optimizes search of medical symptoms in its search engine
Published on 2012-02-15 00:16:00
Google's is trying to be a doctor too. In a recent blog post, the search engine announces a new feature in the results of queries related to symptoms and diseases. However, this feature is new for the moment and restricted to English results only. Here is a novelty that may or may not be liked by hypochondriacs who used to query Google in any symptoms: the search engine has announced the establishment of research relating to the above results when research are about medical symptoms. For insta [..] > read more
Download LibreOffice 3.5 - final version
Published on 2012-02-14 23:56:00
The LibreOffice software, issue of the OpenOffice.org project and implemented by The Document Foundation, is now in version 3.5 with several new features for its desktop applications. The 80 developers who participated in the development of this version have first worked on the functionality of the spell checker in the word processing software Writer. In addition to good typographical tools, the latter has a new interface for headings, line breaks and footers. Note also that the window for view [..] > read more
Yearly Report - First Year Online
Published on 2012-02-14 23:23:00
BUHTH was launched in March 2011 maintained by Ibn Omar, a blog on software, web application and programming. I've been wondering for where I've reached for the first year of blogging, so I've done a small analysis and personally i consider it to be a success. I've reached exactly 100 articles including: Software and Web application News on Google, Firefox, and others. Tutorials on web development and programming among others. Tips on software and web application. Software and web application R [..] > read more
Add a relative Date format under Wordpress a bit like facebook
Published on 2012-02-12 02:34:00
There is a function that can be used in order to display the date on WordPress in a relative format such as "about 5 minutes or 7 hours or 5 days or 5 weeks or 3 months or 2 years" Steps for the posts Find the file single.php or content-single.php (which your need to get into functions.php to modify the function yourtheme_posted_on. Locate the line which diplay the dat and replace it by: This will result in: about XX days Steps for the comments Locate the line for date in comments and re [..] > read more
How to desactivate password reset on WordPress
Published on 2012-02-12 01:42:00
One way to secure your WordPress blog from hackers is prevent them from changing your password from a user account or email. The following plugin by D. Herman will help you to set only connected admins would be able to change the password. Steps Connect to your FTP server with your FTP client, then create a new folder and name it mu-plugins in the folder /wp-content/ mu stand for must-use in "mu-plugins" whereby all the plugins within that folder will be activated automatically. Create a new [..] > read more
Reinitialise your wordpress password via ftp
Published on 2012-02-11 21:58:00
There is a PHP command which allow you to reset your WordPress password with the condition that you have in your possession the username and ID. The site administrator is still the first account which greatly facilitates things as with an admin account you can change any other account. Get the file functions.php which can be found within the theme folder under /wp-content/themes/THEME_NAME/ make a backup first, then open it. Next, place the following codes in the beginning of the file: Save [..] > read more
How to create a family tree with SELECT SSADM
Published on 2012-02-09 07:07:00
SELECT SSADM is a powerful software (CASE TOOL) which is used to draw DFD (Data Flow Diagrams) and ELH (Entity Life Histories), among others. Well you can use other software to do this like paint or Photoshop, however, SELECT SSADM is a professional tool just to create these stuffs. You don't need to draw lines or boxes you just need to add parents, children or brothers to your diagram. So to create a family tree, we can use ELH or Structure Diagrams. Open SELECT SSADM and click on "Project" an [..] > read more
BTjunkie the .torrent search engine is now closed (2005 - 2012)
Published on 2012-02-09 02:24:00
The search engine that specializes in .torrent links, BTjunkie, announced its voluntary closure during the night from Sunday to Monday, after seven years of existence. Launched in 2005, BTjunkie was as a global engine dedicated to BitTorrent download link (.torrent). Besides the possibility for users to store their own links, it had a robot able to go searching for other content sources, and thus presented a database of more than four million pieces of content. On the night of Sunday to Monday [..] > read more
Download Carbon Copy Cloner 3.4.4 - Mac only!
Published on 2012-02-09 02:07:00
Carbon Copy Cloner is an easy-to-use backup utility: Clone, synchronize, backup. Schedule and forget it. Try it 'til you trust it. In its simplest form, CCC will clone one hard drive to another, copying every single block or file to create an exact replica of your source hard drive. This is very useful if, for example, your laptop is damaged and you must send it in for repair. CCC can also be used to perform regular backups of your data. When you select a source disk in CCC, you are presented [..] > read more
HTML: Organizing texts, creating links and inserting images
Published on 2012-02-08 05:34:00
After our introduction article to HTML, now we put forward another article on how to organize texts, create links and insert images in HTML. Organizing the text of a web pageYes! a blank page is useless, lets try some more cool things on our web page. What our page need now is some content added to it, that is some text, image or even video. Well don't rush we'll start with text implementation first. There exists different types of texts and throughout this course we'll learn how to write them [..] > read more
XHTML-CSS: Lesson 2 Part 1: Implementing CSS
Published on 2011-06-29 05:43:00
In this lesson we will now start with CSS. Still remember what does CSS mean? if not, go back and read about it again! When we have learned about XHTML we have learned a lot of tags but when it come to CSS we will use "proprieties". Whe > read more
Buhth is now PR3 (pagerank 3/10)
Published on 2011-06-27 12:42:00
I am very proud to announce that buhth is now a PAGE RANK 3 blog. I think Google just update the pageranks of many if not of all websites and blogs. You can notice this if you have a pagerank bar in your browser or via any online pagerank checker. I > read more
Hotmail now has the interface of real software
Published on 2011-06-25 09:13:00
Hotmail has taken advantage of HTML5 for improvements. "Windows Live Hotmail" restores the ability to set a font and a signature by default to all emails. Also, the online service is now close to the ergonomics of a real software - it allo > read more
Mozilla announce tools for the development of Firefox extensions
Published on 2011-06-25 08:12:00
Mozilla has announced the availability of new tools to facilitate the development of new extensions for the Firefox browser. The new extension manager for Firefox simplifies development based on the use of web technologies, like, HTML, CSS and JavaS > read more
Notepad++ a free source code editor
Published on 2011-05-12 09:45:00
Notepad++ is a free source code editor that thousands of webmasters and web designers are using to create, build and edit web pages. In fact if you are a beginner to web design and web development, then this is the best tool you can possess. It is ea > read more
Chrome 11 now convert your voice into text
Published on 2011-05-01 05:03:00
The latest version of google chrome release a new cool feature which allow you to speak and convert your voice into text. This feature is great for those whose typing speed are slow. You can test it on google translate on your chrome browser. For n > read more
See how a website/blog (google) looked in the past
Published on 2011-04-25 06:02:00
Have you ever wished to see how a website/blog look in the past? If yes, the way back machine will take you to the past. About the way back machineThe way back machine is part of archive.org. In the form of a search engine, the way back machine allo > read more
Microsoft powering its investigative resources on external vulnerabilities
Published on 2011-04-23 23:13:00
Microsoft has updated its document "Coordinated Disclosure Vulnerability" on the publication of security vulnerabilities. From now, Microsoft promises a better coordination between third party vendors, internal research teams and also with > read more
Download Gboost and optimize your PC performance
Published on 2011-04-23 06:00:00
Download Gboost and optimize your PC performance Gboost allow you to optimize the performance of your PC. Gboost is an easy to use tool that allow you to take advantage of your PC by getting rid of non-useful applications. Gboost analyze completely a > read more
Download Advanced SystemCare PRO v3
Published on 2011-04-22 06:46:00
Advanced SystemCare PRO v3 by Iobit is a Top System Utility for Your Superior PC Health Advanced SystemCare Professional provides an always-on and automated, all-in-one PC care service with anti-spyware, privacy protection, performance tune-ups, and > read more
How to block unwanted sites
Published on 2011-04-21 06:38:00
How to block unwanted sites? "I am a parent and I want to restrict some sites that my children surf, how do i block these sites?" Many parents want to restrict the sites their children surf. They want to block unwanted sites so that their c > read more
A Google a Day - a quiz per day by google
Published on 2011-04-19 10:31:00
A Google a Day is a new feature by google which ask its users to answer a question per day. To get the answers you will have to use its search engine, meaning the normal google search engine. a Google a dayThere's no right way to solve it, but there > read more
How to calculate the time it takes to upload or download a file
Published on 2011-04-19 06:21:00
Tiger Transfer Calculator is a tiny calculator that will let you know how much time it takes you to do a download or upload on the internet. To know how much time it takes to download or upload a file is something that most downloaders or uploaders n > read more
Restore your deleted emails with 'Email Undelete'
Published on 2011-04-18 08:52:00
Email Undelete is a utility that enable you to get your lost emails or deleted ones. It function as an ordinary software as the program search your disk to find the emails. This utility is very useful as it enables you to get your deleted emails. Em > read more
Download Dictionary .NET 3.3.4116
Published on 2011-04-14 05:18:00
Dictionary .NET 3.3.4116 is a dictionary as well as a translation tool. Dictionary .NET allows you to rapidly translate 59 languages base on google dictionary and google translate. You can search or translate words as well as phrases and sentences. > read more
Microsoft reveal patform preview of Internet Explorer 10
Published on 2011-04-13 00:14:00
Microsoft took advantage of its conference 'MIX 11' some weeks after the final version of Internet Explorer 9 was released, to reveal the first Internet Explorer 10 Platform Preview. Platform preview is solely dedicated for the testing of the newest > read more
How to check multiple email accounts for new emails on a single web page
Published on 2011-04-11 14:42:00
Many people often have multiple email accounts for various uses and reasons. The difficult part when having too many email accounts is that you'll have to check for new emails one by one, logging in and out in each of them, which is too boring and ti > read more
Download Bluefox Video Converter
Published on 2011-04-07 22:18:00
Bluefox video converter is a powerful video converter that can convert almost popular video formats. It a quick and easy to use converter. It runs perfectly on windows 2000, Vista and Xp. Download free version Download full version $34.95 Bluefox > read more
AVG launches LiveKive - a paid file storage service
Published on 2011-04-07 13:54:00
AVG the popular security company has launch a new service called LiveKive, the latter store your files just as box.net and dropbox.com on dedicated servers. LiveKive prompt to install a software on the user pc or mac, that enable the user to transfer > read more
A new malware protection for Chrome has been announced
Published on 2011-04-06 14:07:00
Google has just announced via the Chromium blog their intent to optimize the user protection for the browser. A new system of security will be integrated in the new chrome version that will be released hopefully. Just like firefox and safari already > read more
Integrate BitDefender QuickScan into firefox
Published on 2010-03-20 14:02:00
Bitdefender quickscan scan your computer for infection in less than 60 seconds, it is very fast and easy. You just need to be connected to the internet. It is free, 1) Click on "Start Scan" from the box below. 2) A yellow bar will appear > read more
QuickWiki - wikipedia integrated into firefox
Published on 2010-03-15 16:32:00
The largest encyclopedia on the internet 'wikipedia' and 'wikitionary' allow you to search their contents wherever you are on the internet. Student or not, knowledge is for everyone. While you are browsing the internet you might come accross a word w > read more
Google Email Uploader
Published on 2010-03-14 08:29:00
Google Email Uploader is a wizard allowing free export of your emails and contacts locally to Gmail. Complete, it will analyze your files and accounts on your computer and configured mail client Thunderbird, Microsoft Outlook and Outlook Express. Onc > read more
How to organize your bookmarks in firefox
Published on 2010-03-14 08:26:00
In this Image my bookmarks are those small square which i encircle, these are favicon of websites which i like. This screenshot was taken from my browser which is firefox. You can see the navigation toolbar, bookmark toolbar and the megaupload too > read more