-
How can i sell my site?
Posted on August 26th, 2010 No commentsI learn somethings about how to sell a site that really can help you if thats what you want.
First of all you need to know a excellent place for doing that http://www.flippa.com for just $19 you can expose your site to thousands of serious internet buyers.
How much can you ask for your site?
Well that really depends on your niche, but the most important thing how much and how are you already making money? In all the bids i see people ask in average earnings sum of the last 12 months. If you had make 12,000$ on the last 12 months, than a decent price for your site is $12,000. But this rule is not for all niches some people as 24x and so on…. thats depends…Info required
Just awstats traffic proofs is not enough you need to use google analytics, and if you make money with adsense you need to use adsense channels, no one will buy a expensive site if they had no warrantys.Take care
Some “buyers” are just interesed and see how you are getting your traffic and may try to apply it to they bussiness model, you need to take care with that. Its important to check the buyers rank, and feedback from other users.Well, thats are just few tips i have learn in some old experiences, if you have more tips please just share with our readers.
-
MySQL Fast Bulk Inserts
Posted on June 15th, 2010 No commentsThis post will be very short, i just will share a command to enable MySQL to make fast bulk inserts on MyISAM tables.
In some tables that you need to insert a lot of data, exists a right technique to do that.
- Befor starting the inserts go to mysql > alter table target_table disable keys;
This command above will disable all indexs updates during the inserts, that speeds up the insert operation, after you end inserting all data you need to recreate does indexes typing the following command mysql > alter table target_table enable keys;
Easy? Yeah. This command had helped me a lot, as i manipulate a lot of data, millions and millions of rows this is very useful and the gains are in hours, now i have more time to see Brazil playing on the World Cup.
-
Website and Server Monitoring Tool
Posted on June 9th, 2010 3 commentsOn this last months i am developing a website and a server monitoring tool. What this tools will be able to make is internal and external monitoring.
External Monitoring:
- HTTP CHECKS
- ICMP CHECKS
- TCP CHECKS
Internal Monitoring:
- CPU USAGE
- HARD DISK USAGE
- MEMORY USAGE
- PROCESSES RUNNING
Preview of the app:
What i need to know if some of you guys wanna test it, and what you thing about this type of applications?
-
Google Mayday trying to recover my traffic
Posted on June 7th, 2010 4 commentsOn the last post of this site i show that my traffic is going down, thinking i am doing something wrong or thinks like that.
Had you ever eard about the google mayday? When i wrote my last post i never had eard about it, now i think it is a nightmore to some webmasters.
This update consists of optimize the results of the from long keywords searches like: “cheap digital cameras in us” and not for searches like “digital cameras”,
but my main site whois.gwebtools.com receive most part of his visitors for short search querys like “digital cameras” and is still loosing traffic everyday.
Im trying to understand now how this new update really works and how can i fix my site to recover the traffic i have befor.
If someone is also having the same experience, share what you know still now, maybe it can be useful.
good luck to all of us
-
Google Analytics shows that my traffic is going down!
Posted on June 4th, 2010 12 commentsHello fellows,
I was not writing very much since the start of the blog not really have gived the right importance to it. Things will change now, i will start writing good posts about things i really like and understand things like Web Development, SEO, Windows, Linux and Computer Networks. Those things are what i real like and i will start to share all my knowlodge throught this blog.
If some of you guys readers have special needs you can send me one e-mail throught the contact form requesting it, if i know how to do i will show it here, it can be anything.
Well you guys may be asking why i am giving this importance to the site now… and blah blah… the real thing is im feeling it on my pocket $$, im loosing money here guys my traffic is going down people don´t like my tools like in the past. Here are the Google Analytics stats…
I asked me why? What im doing wrong?
The answer: i don´t know but i can do much better.Starting today i will write every week some good posst tech related, everything i ask you is to subscribe to my feed and give me a second shot, if you don´t start to read really good stuff on next week then you can quit.
Thanks
-
Creating a webservice client on Visual Studio 2008
Posted on April 25th, 2010 No commentsHello guys,
I will show here how to create a web service client on Visual Studio 2008, you will see how easy can be that.
1. Right-click on your project and go to add web reference.
2. After that you need to insert the url of the web service and then the windows normal steps, next, next, finish. In my case i am connecting to a webservice running on my own machine.
3. You will note that if everythings go fine, VS 2008 will create the source files ready to use.
4. Here is a sample code about how to use your webservice client inside your application code.
localhost::NetunoWSService ws;
System::String^ res = "WS NOT AVAILABLE";try
{
res = ws.sendData(this->email,this->password,this->hostname,data);
}
catch (System::Exception^ ex)
{
//res = ex->ToString();
res = “Web Service is not available or your internet is down”;
}5. If you change something on your webservice server application you will need to reload the web references.
Enjoy! Any questions i am open for discussions!
-
Install Whois Tool to your Google Toolbar
Posted on March 18th, 2010 No commentsWe have developed a whois button for the google toolbar, with this button you can make searches of domain and ip addresses on http://whois.gwebtools.com.
The link for installing the button is:
http://toolbar.google.com/buttons/add?url=http://whois.gwebtools.com/gwebtools_whois_button.xmlHope you guys fans of our tools really enjoy!
-
Creating a tablespace on Oracle
Posted on January 21st, 2010 No commentsGuys last days i need to create a new tablespace in oracle. The command syntax is very simple, you just need to choose a table space name and size and run the follow command.
Remembering thats the basic way with few parameters, if you search on google you will find different ways buts this one can give you a start.
create tablespace BIG_ARCH
logging
datafile ‘C:\oracle\product\10.2.0\oradata\your_db_name\big_arch.DBF’
size 12000m
autoextend on
next 32m maxsize 12000m
extent management local; -
Keyword Stuffing
Posted on October 2nd, 2009 No commentsThis involves the calculated placement of keywords within a page to raise the keyword count, variety, and density of the page. This is useful to make a page appear to be relevant for a web crawler in a way that makes it more likely to be found. Example: A promoter of a Ponzi scheme wants to attract web surfers to a site where he advertises his scam. He places hidden text appropriate for a fan page of a popular music group on his page, hoping that the page will be listed as a fan site and receive many visits from music lovers. Older versions of indexing programs simply counted how often a keyword appeared, and used that to determine relevance levels. Most modern search engines have the ability to analyze a page for keyword stuffing and determine whether the frequency is consistent with other sites created specifically to attract search engine traffic. Also, large webpages are truncated, so that massive dictionary lists cannot be indexed on a single webpage.
-
Sharing my blog revenue, looking for partners
Posted on October 1st, 2009 1 commentHello fellows,
I have my website www.gwebtools.com that receive more than 5,000 unique visitors daily.
The blog receives a lot of traffic but i don´t have time to update the blog daily, so i am looking for a partner to update the blog daily and share the revenue with me.
Its a good opportunity to make money, because the web site receive a lot of traffic and if you write really good content we will receive a lot more traffic.
The share will happend with adsense, i will put your adsense code in the “blog page” and if someone clicks the money is yours.
If you are interesed please send one email to contact@gwebtools.com or comment this post.






