First Gmail Now Adsense! Whats wrong with Google!
Like most of the publishers, I myself prefer to be with google adsense. But recently, things have been going wrong with google. Not sure if its a testing issue or what! But somehow, when I opened my adsense account in my opera browser, I found that the ad format is actually missing. I wanted to put up my ads on my British Gambling website, but somehow, it didn’t show me the ad formats at all. At this point of time, I am not actaully able to get my ads up. I hope things are corrected soon. I dont know why these days, I am just kinda finding faults. I will try to create some more interesting content for the website soon. I am still trying to make the template system run in a super sexy way. The tutorial is taking me a while to write. Hope to write for you soon. Thanks and all the best! Meanwhile check this joke out of adsense!
Man Wordpress Rocks!!!
I have just upgraded to wordpress 2.7, and man, on the first sight.. I have been stunned! Wordpress has never been soooo beautiful. Every time they come up with something, it hits you, and it hits you SOOO HARD! This is sooo beautiful. Guys.. this is great!!
Coming soon…
Hello, I am currently hung up with some important stuff related to my career. I’m not able to write on my blog for this reason. I should be finished by the next week. I will try to finish off the template titotial in the next week. Thanks for the patience meanwhile. I promise that this is going to be a read that you will love. I have a lot if things on my mind. I only hope you people love it as much as I am thrilled to write it. See you in a week or so…
Rapidshare… I am after you!! Once more!!
Hi,
So guys, I suppose, the crack I had shown you last time, doesn’t work anymore!! I was just going through rapidshare once again, for a crack for you. I HATE waiting for rapidshare! So, what do I do, I decide to create a workaround. Here is what you do to create a rapidshare work around.
A genuine request
I have been really tired of moderating comments that some very stupid visitors have put up on this site. Please don’t spoil this place which I have spent hours to build. I hope you people please co operate.
Thanks I’m advance
Admin
Template System – Complete Tutorial – The labour Part!
So, now you have seen my babe here and you might be thinking what is this all about. Let me begin by telling you, all in all, this is a simple template class compared to the big giants like smarty. But even then, this class has been a boon to me and my team. I have developed and improved it over a few months. Though not perfected it yet, but I plan to spend a while to improve it. Okay I guess I have missed on why we are here spending hours orin fact days together to develop a template system. Well read my post on Web Application Development. If you read this topic, it is apparent that there are 3 layers of a web application.
Its been a long run!
Hi,
You guys must have started to believe I am gone now, and maybe some must have even tought “for good”, lol, but well I havent been “gone” as such. I have been working hard to write up a tutorial for you. The last 3 weeks have taught me a lot. I have learned a lot to teach. And with my last post, I have rather understood, its better to “look before you leap“. So, now I am writing and rewriting my tutorial. I accept that I have been a lil bad at putting names down and other stuff, but well I hope I do well further long. Here is a view of what I have been doing in the last 3 weeks. Please do not comment, its too raw
.
Wondering about PEAR standards
As we know, PHP is a large web based programming language. One thing I have understood while working on this beautiful language for a few years now, is, PHP is quite a stable architechture. PHP has this excellent advantage of being a server side language developed by a community of thousands of developers around the world. It is a great thing that PHP is run on a client server architechture, and that it can cater to thousands of requests simultaneously and taking a very little toll on the server. But with its biggest advantage is also its biggest drawback. With the traffic growing on the internet, the need for fast loading scripts has become a necessity. It has become really important for your script to run fast, and run thousands of instance of the same script simultaneously. So, what does this mean?
Inspired!! The Template Class!
Okay, today I find myself higly inspired. So, even at this odd point of time… i.e. 4 am in the morning, I am taking all the pains to pen down this crucial piece of information for you. Now, I have finally decided to release the current version of my template class. So here you go…
Template Class: Getting the logics in – If loop
In the previous post, we have seen that the template class is not acting as a proper tag replacer. So what it does now is replaces all the variables as a tag. So if we add $tpl->put(”var1?,”SSS”);, it will replace {$var1} in the template with SSS. Now, when we think about the template class, we find that this is still a very raw system. I mean this is a very small system and would be of virtually of no use. So what we do is, we give it some brains. It has to process some logis. It doesnt mean if it can process simple loops such as ifs and fors. So we create a new filter. Our first loop is going to be if loop.