Technology blogs
Mar 11

Hello :) ,
these days i was making a lot of compliments about Windows 7, i was telling my friends how fast and stable it is, even that it’s still in Beta :) . Well i think that it is double as fast compared to Vista, double as stable, double …. blablabla
… and also you have double the toolbars, double the menu items double everything :D

Mar 11

shibaku

If you see the image first – u will probably think – oh no this is some kind of sims flash game, or something like tycoon game where i have to build things and make money etc.

Nothing like that – Shibaku can’t be compared to any other game – in shibaku you can decide which technologies to develop more than others, and from that point on you have dozens of different scenarios in which the game will develop. Anyway if you choose good way to develop and grow your town you can get to level 10 and beat the game – unfortunately i just got to level 9 after million different scenarios :D Just give it a try – u won’t regret it :) - To play the game click the – “Continue reading” button .

Continue reading »

Mar 10

tunnel flash game
Long time ago i found that amazing flash game. I managed to get to level 8. I dunno if someone ever beaten this game – btw this game will be harder for u if ur computer is faster cuz it will run like hell on the later levels :D
Click on “Continue Reading” to play the game

Continue reading »

Mar 09

Hello everybody,

today i’ll be talking about how to export / import your Excel file into you your database using the PHP and the CSV file format.
First of all we need an Excel file with our data.

Every row of the excel file should be the same format as the previous row (so that we can make our life easier), for example if we want to import a excel file with name/url addres corresponding to this name we should have our excel file in a format like this:
exel file example
After u have the file in this excel format u should hit -> File -> Save as -> CSV (Comma Delimited) or more ofter its Called “Comma Separated Values”. For the comma separator use “;” if it asks you. So after you save the file in the CSV file format you should have something like this after you open the file with notepad etc.:

Continue reading »

Mar 08

for everybody who is just starting to learn about the SSL оpportunities that you have with Open SSL (tool) and the mod_ssl for Apache for securing your site. The simplest and fastest thing that you can do is to create a self-signed certificate, after you generate a free RSA key :) . Don’t worry it’s not so sophisticated as it sounds :) actually it’s pretty easy. You can read more on the link below
ssl graph

Securing an Apache 2 Web server can be an intimidating prospect for those new to secure sockets layer (SSL) certificates. However, this need not be the case. SSL secures Web server to Web browser connections. Read on to better understand SSL certificates, learn how to set them up on Apache and launch your SSL-enabled site.

Continue reading »

Mar 08

game chick

I may be a girl but you are noob :D

Mar 08

Don’t forget it or ur girlfriend will be really mad at you :D
And for all bulgarians happy Baba Marta with some delay :D (for all that don’t know what “Baba Marta” is – the chick below is one of the Baba Marta’s work girls – something like the Santa Claus and his work elfs ;)
so enjoy

Mar 07

Hello everybody :) it’s been a while since my last post, i actually almost forgot that i have a blog :P just kiddin doll :) anyway – from now on there will be every day updates on the topics that you are interested the most :)
And now let’s get to the point…
For everybody that uses Apache/Php/Mysql or Xampp under Windows is good to have a repository server to store their projects, update and commit their work etc.
installing the svn server

I’ve been using so far SVN server that you can install directly with your current Apache configuration, but to do so you have to install svn server, modify the httpd.conf to set up the SVN directory, and then write some lines in the cmd window so that you can create a service which is able to start the svn daemon automatically, so that you dont have to start it everytime you want to use it :P
if you are interested to do the thing the hard way – be my guest :) , follow the tutorials in the URLs below and you should be fine :)

However recently i updated to Windows 7 ( win7 ) beta 7022 which is actually pretty stable OS, and behaving much better than the shity Vista :P . So i had to reinstall the SVN all over again, which if you are lazy person can be pretty boring:)

So i found the Visual SVN Sever:

installing the svn server

http://visualsvn.com/server/

after some searching i found pretty damn good easy to understand tutorial in which even if you havent using it before, most probably you will get everything on ;)

so – check it here

http://rajibmahmud.wordpress.com/2009/01/09/work-with-visual-svn-server-tortoise-svn/

the Visual SVN will create separate apache process and will manage your repository via https (you have to write https://server-name/main-repository-name/your-project:port) insted of svn://server/project-name but i guess it’s ok cuz almost everything is done automaticaly. The only thing you have to config are the User rights and passwords etc :)

Nov 23

#

Developers can use LINQ with any data source. They can express efficient query behavior in their programming language of choice, optionally transform/shape data query results into whatever format they want, and then easily manipulate the results. LINQ-enabled languages can provide full type-safety and compile-time checking of query expressions, and development tools can provide full intellisense, debugging, and rich refactoring support when writing LINQ code.

http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx

Nov 22

#

http://www.smashingmagazine.com/2007/01/26/tutorials-round-up-ajax-css-javascript-php-mysql-and-more/
AJAX provides Web developers with plenty of opportunities to enhance the user experience and improve the performance of their websites. There are countless ways that AJAX can be used, and fortunately there are plenty of good and useful AJAX tutorials out there to help you with your own implementation.

This post serves as a collection of useful tutorials on working with AJAX in a wide variety of ways. You’ll find tutorials on working with forms, building shopping carts, creating chat features, working with log-ins and usernames and much more.