Save yourself from the unwanted stress!!!
July 10, 2009 at 8:32 am | In Software, Web Tools | Leave a CommentNowadays, programmers and managers work very hard. They have so many tasks to complete and so many meetings to attend… How can a human being remember all these things?
While looking for the solution of our problem over the Web, I have come across an excellent piece of “to do list software“.This smart and well-designed program is easy to install. It loads quickly. And it offers many options for organizing your schedule in a simple and comfortable way.
Not only does FruitfulTime Task Manager manage your projects, but it also allows you to set up repeating reminders for a certain deadline, so you can start collecting the information and be sure that you won’t miss any important stage of your project. The period for the reminders may vary from 5 minutes to 1 month, depending upon the importance of each deadline.
You can also adapt various settings to your needs: for example, distribute your tasks between the groups defined by keywords, or search the data with the help of special filters. Another important feature of Task Manager is its data protection system. Every time you enter the program you have to use your password. And when you register you have to remember your password, because the program does not remember it.
Task Manager has the USB Flash Drive Support thus enabling you to keep your data on your USB
flash device. Task Manager works perfectly well on Microsoft Windows Vista / XP / 2000.
I have also watched the video tour on the FruitfulTime Task Manager web site which helped me to understand how to work with this program and how to save myself from the unwanted stress at my workplace.
Be saved from unwanted stress.
July 9, 2009 at 11:15 am | In Programming Feauters, Software | Leave a CommentThe working day of programmer or manager is very busy today.
I have so many tasks to do.
I have to be on so many important meetings.
How can I remember all the problems and tasks?
I’ve searched the web in looking for the best solution and found excellent “to do list software“.
This smart well designed program easy to install, it’s loading quickly and has so much options to organize my schedule in simple and comfortable way.
FruitfulTime Task Manager not only operates my projects. This tool also allows me to establish periodic reminders with a certain deadline, therefore, I can start to collect the information and to be assured that will not miss responsible action. I can choose the period for reminders from 5 minutes till 1 month, depending on importance of each deadline.
I can play with setting priorities, to put my tasks into the groups divided by keywords, to search data by using special filters.
Other important feature of Task Manager – a guarantee of protection my data using password. But in this case I have to remember it since manufacturers do not give the chance password restoration (if only I’ll decide to be registered user).
It has USB Flash Drive Support so I can take out all data on the USB flash device.
It’s works perfectly for Microsoft Windows Vista / XP / 2000.
I found video tour on the web site which helped me to understand how to work with this program and how to be saved from unwanted stress situation on my work place.
Domain names
July 3, 2009 at 2:26 pm | In Blogs, Domain names, Web Sites | Leave a CommentIf you want to open blog on own domain you should buy it before.
I’m usually looking for domain names on Yahoo
http://smallbusiness.yahoo.com/domains/?s_fptrough=dm_acq_domainname_20081001
I’m not buying domain names on Yahoo last time.
If you are buying domain name first time you can do it – price for new customers on Yahoo is $9.95 but if you’ll want to renew it next year you should pay $35
This is the reason why I’m buying domain names on Godaddy.com
Price for first time buyer for year is $1.99, price for renewal is about $10, price for new .com domain for current customers is $9.99, price for transfer domain name from another registrant is only $6.99
I’m really contented with GoDaddy prices for domain names
Struggle against a spam in blog comments
June 28, 2009 at 7:03 pm | In Blogs, Web Tools | Leave a CommentSpam problem in comments
For beginning let’s understand why spam in comments is actually bad. Two principal causes are possible.
Spam causes notable inconveniences to your readers. When visitors see a considerable quantity of advertising dust among messages, they can have negative impressions: this resource is thrown, it does not represent interest even for the owner. The blog with a considerable quantity of spams-comments is in most cases seems as not trustable.
Search optimization.
It is possible to assume that spams-comments reduce relevance of a resource for search systems. If the site is devoted service of cars, but the considerable part of comments contains advertising of pharmaceutical preparations the subjects of automobile site will be washed a little away.
Methods of struggle against a spam in comments
Today experts have developed set of methods of struggle against a spam, but the guaranteed way is not present. Struggle against a spam reminds race of the weapon and protection frames from it. We will consider widespread methods of protection against a spam.

Registration of commentators and comments moderations.
Perhaps, it is one of the most effective methods. Its essence consists that all users can not add comments , but only registered users can. Registration of commentators is a barrier to a mass spam sending. Comments moderation is an opinions allowed visitors publish their comment only after directly approving by the manager of an Internet resource. In most cases control systems of the site maintenance provides possibility to resolve the publication of comments only from “the entrusted” commentators — at whom at least one comment earlier has been approved. System pluses: high enough level of protection against a spam. Minuses: the manager of a site will need to pay attention to checking at users, to cleaning from time to time an inactive part of the users. Besides, there are inconveniences for visitors — not everyone will want to register to leave the opinion on published article, or to wait for comment approval.
Use of identification services.
This method closely adjoins to previous described and is similar to identification system of Microsoft (Passport)and Google (Google Account). Users of the listed companies are registered only once, and then use the same login and the password for access to all services given by the company (for example if you are registered in Gmail, with the same data you can enter in Google Calendar, etc. services). There is a lot of such services.
The most known is TypeKey. If the visitor is registered in TypeKey, he can leave comments on all sites supporting this service.
How to avoid duplicate content for index.html and / (slash)
June 22, 2009 at 8:41 am | In Programming Feauters, Search Engines | Leave a CommentAs you maybe know Google can punish your site for duplicate content
Usually you can get your site as
http://www.yoursite.com/ and http://www.yoursite.com/index.html
It’s maybe also index.php or index.asp or default.aps, etc.
To avoid this, you can act permanent redirect 301 by using the following ModRewrite rules in your .htaccess file:
RewriteEngine on RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html\ HTTP/ RewriteRule ^index\.html$ http://www.domain.com/ [R=301,L]
The file should be located in your website main folder (web root).
The code will tell to the search engine both that all requests to index.html should be redirected to the “/” (slash only).
Free stat counter
June 14, 2009 at 6:49 am | In Web Tools | Leave a CommentWhen you start to develop new site or blog you probably want to know how many visitors come to your site and with which keywords
I’m always using service of statcounter.com by putting simple piece of code on the bottom of site’s home page.
WordPress blog doesn’t have this function but blogspot blog allows to add javascript/html code to the footer of the blog.
Customization favicon on Drupal sites
June 4, 2009 at 12:49 pm | In Web Sites, Web Tools | Leave a CommentGo to
admin/build/themes/settings
On the bottom of the page
Uncheck checkbox under the title “Use the default shortcut icon.”
Find title “Upload icon image”
Click on Browse button, choose image in format .ico format from your local computer
Click on button “Save configuration”
Internet Explorer Developer Toolbar
June 4, 2009 at 12:35 pm | In Web Tools | Leave a CommentThe Microsoft Internet Explorer Developer Toolbar helps to find bugs on the html/css code of the page, allows to change code online and to see results immediately
http://www.microsoft.com/downloadS/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en
Know About These Two Extensions
April 28, 2009 at 6:02 am | In Web Tools | Leave a CommentDAT File:
The DAT file is nothing but a data file. DAT file is a generic data file generated by a specific application and more over it can be accessed only by that application and not by other application. Such DAT files consists of all supportive information which are very badly need to run that application. In its absence the compiler or the control fails to run that application.

file extension dat may contain the data in the form of graphic or text or binary or any other format, consisting of object code. Generally text-based DAT files can be viewed using some text editors like notepad, WordPad, etc. If we open the binary format DAT file in any text editors it will show some symbols, this is why because such text editors cannot encode these types of binary data.
The information may be either the date and time of last modification, last accessing, meta data–consisting of position and property with full description for any components used in the application, etc.
Each software, it may be either system software or application software create, open, or reference only its own and unique DAT files. Some instances include: Microsoft Visual Studio, Adobe Photoshop, Nero ShowTime, Nullsoft Winamp, etc.
Extension of ASPX:
aspx is an acronym, derived from the term Active Server Page. These types of files are created or generated by the server side scripting language, ActiveX. It was developed by Microsoft Corporation and was launched during the year 2002. Actually ASP is the predecessor of ASP .NET, which is used to build dynamic web based application in an easy manner.
ASP .NET server controls brings out an HTML-like style of declarative programming that allows us to build dynamic web applications or web sites with far less code than with the predecessor ASP or technologies like PHP or JSP. Best of all, ASP .NET pages work in all browsers – including Firefox, Opera, Safari, and Internet Explorer. ASP .NET is built upon the Common Language Runtime (CLR) as it supported automatic garbage collection, runtime error checking, object oriented programming concept, allowing programmers to write ASP .NET code using any .NET compatible language like C,C++,C# etc.
The first prototype was called “XSP”, Scott Guthrie, one of the developers of the prototype, explained in a 2007 interview that, “People would always ask what the X stood for. Initially and really it didn’t mean anything. XML,XSLT started with that. Better looks cool to start with an X, so that’s what we originally named file extension aspx (ASPX).”
With the migration to the Common Language Runtime, XSP was re-structured in C# and renamed to ASP+, as by this point the new platform was seen as being the successor to Active Server Pages, and the purpose was to provide an easy migrating path for ASP developers. Once the “.NET” branding was decided on in the tail period of 2000, it was decided to rename ASP+ to ASP .NET.
SQL examples
March 21, 2009 at 11:12 am | In Programming Feauters | Leave a Commentselect * from tb_Borrower
begin tran
delete from tb_Borrower where BorrowerId=30
rollback tran
commit tran
create view rachel_test
as
select c.CategoryId,avg(TPrice) tprice, isnull(CName,’other’)cname
from tb_Title t
left join tb_Category c
on t.CategoryId=c.CategoryId
group by c.CategoryId,CName
select * from rachel_test
drop view rachel_test
declare @categoryname varchar(50)
set @categoryname = ‘romance’
select @categoryname
select *
from tb_Title t inner join tb_Category c
on t.CategoryId=c.CategoryId
where c.CName = @categoryname
declare @name varchar(50)
set @name = ‘rachel’
select @name
if exists(select * from dbo.tb_Borrower where BFirstName=@name)
begin
select @name+ ‘Is already exists in table’
end
else
begin
select @name+ ‘Is not in table’
end
declare @name varchar(50)
set @name = ‘bibi’
select @name
if exists(select * from dbo.tb_Borrower where BFirstName=@name)
begin
select @name+ ‘ Is already exists in table’
end
else
begin
select @name + ‘ Is not in table’
end
declare @name1 varchar(50)
set @name1 = ‘the lover’
declare @name2 varchar(50)
set @name2 = ‘Sinderella’
if exists(select * from tb_Title t where TName=@name1)
begin
Update tb_Title
set TPrice=TPrice *1.2
where TName=@name1
end
else
begin
insert into tb_Title values(@name1,1,1,10,null)
end
if exists(select * from tb_Title t where TName=@name2)
begin
Update tb_Title
set TPrice=TPrice + 1.2
where TName=@name2
end
else
begin
insert into tb_Title values(@name2,1,1,10,null)
end
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.