₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,124 members, 8,420,478 topics. Date: Thursday, 04 June 2026 at 09:15 PM

Toggle theme

Lojik's Posts

Nairaland ForumLojik's ProfileLojik's Posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 (of 23 pages)

ProgrammingRe: Creating A Software by lojik(m): 11:22pm On Oct 09, 2010
It can be reprogrammed as a stand-alone application if u still have the formula and logic u used to create it.
U can reach me on my site if u need help doing that.
WebmastersRe: Nigerian Internet Entrepreneurs Meetup @ Four Points By Sheraton This Saturday! by lojik(m): 11:18pm On Oct 09, 2010
Just saw this thread now. Missed it anyway because it must have been over some hours ago. Painful cry cry cry
WebmastersRe: Joomla Extensions Development: Modules, Themes And Components [oops, And Plugin] by lojik(m): 11:12pm On Oct 09, 2010
I cant continue posting on this thread because d spam bot just keeps swallowing my codes.
If there's no way around this bot thingy, i suggest dhtml should just continue in his own way.
WebmastersRe: Html 5.0 And Css 3.5 Saga by lojik(m): 11:08pm On Oct 09, 2010
I did my analysis of html 5 video and the widely supported and accepted flash video, i decided to continue with flash for my video and audio. I might reconsider later but at the moment, compatibility and acceptability across devices is of concern to me.
PoliticsRe: Does Jomo Gbomo Really Exist? by lojik(m): 10:13pm On Oct 06, 2010
[size=14pt]Anybody can use Jomo Gbomo's email address without a password![/size]

Thats right. U can send email from any address without having access to the address if u know how. Its just a line of code in php so y cant anyone impersonate the non-existent jomo gbomo with or without the password?

There are even sites that offer this service or info on how to do it. see links below:

http://email.about.com/od/outlooktips/qt/How_to_Send_an_Email_with_Any_From_Address_in_Outlook.htm
http://www.mobileread.com/forums/showthread.php?threadid=4857

The code below shows hoow u can send email from any address to any address so u guys should stop the unnecessary importance attached to jomo gbomo's email account.

<?PHP 

$from_name = "Mr. Anonymous";
$from_email = "any-address@any-domain.com";
$to_email = "press@anynewspaper.com";
$subject = "Mail Subject";
$message = "Your text goes here, ";

$headers = "From: ".$from_name." <".$from_email.">\r\n";
$headers .= "Reply-To: ".$from_email."\r\n";

mail($to_email, $subject, $message, $headers, "-f".$from_email);

echo "Mail Sent!";

?>
WebmastersRe: Joomla Extensions Development: Modules, Themes And Components [oops, And Plugin] by lojik(m): 1:41pm On Oct 05, 2010
Well, thats it! spam bot just swallowed my tutorial on the xml configuration file. I dont wanna be bann.ed a 3rd time so i'll just wait till 2moro b4 reposting it.


OK. i've posted the blocked post here: http://www.lekeojikutu.com/index.php?option=com_content&view=category&layout=blog&id=48&Itemid=96

I'll continue on this thread. Hopefully it won't be bocked again
WebmastersRe: Joomla Freight Management Component, Or Module {need Help?} by lojik(m): 1:27pm On Oct 05, 2010
Not sure whether to start with joomla's mvc right away or simplify module creation b4 going 2 jommla's mvc. Will start anyway.
WebmastersRe: Joomla Extensions Development: Modules, Themes And Components [oops, And Plugin] by lojik(m): 12:48pm On Oct 05, 2010
To create any joomla extension, you need a fair knowledge of php and xml. But dont worry if you are not familiar with xml. We'll give examples here.
The simplest modules have at least two files
[list]
[li]mod_modulename.php[/li]
[li]mod_modulename.xml[/li]
[/list]

If u dont know what a joomla module is, visit the link provided by *dhtml.

I'll be creating a feedback module for joomla (without captcha).
WebmastersRe: How To Redirect To 3 Different Links. Pls Help! by lojik(m): 12:14pm On Oct 05, 2010
I also agree it will end up annoying users. u cant throw ur other websites in people's faces wen they have not requested 2 go there.

yawa-ti-de:
When calling js functions this way, always remember to add as the last part of your "onclick" call, "return false". This will prevent the page skipping to the top (as though it were a "back to top" link) in browsers like firefox wink
Thanks
<a href="#" onclick="multiOpen(); return false;">open 3 sites</a>
WebmastersRe: Web Streaming by lojik(m): 12:01pm On Oct 05, 2010
There are streaming services u can lease e.g www.audiovideoweb.com. I used it for some clients.
WebmastersRe: Php Programmer Needed by lojik(op): 11:53am On Oct 05, 2010
Y not ask me to come to ur house with drummers and gifts to ask for your CV the way a man would normally go to the house of his woman to ask for her hand in marriage?

If i'm serious ko, if i'm serious ni. Shio.
WebmastersRe: Joomla Freight Management Component, Or Module {need Help?} by lojik(m): 2:15am On Oct 05, 2010
Wouldn't it be better to start a tut on joomla module development b4 moving to joomla component development?
PoliticsRe: Jonathan Cannot Contest, Says Babangida by lojik(m): 1:20am On Oct 05, 2010
Why am i not surprised? The evil genius IBB doesn't see the bomb blast as a terrorist attack nor does he sympathise with the victims' family. Am i missing something
PoliticsRe: Henry Okah Arrested In South Africa For Abuja Bombing by lojik(m): 12:28am On Oct 05, 2010
:-x :-x :-x
Tech JobsRe: Good Web Application Developer Is Wanted Urgently by lojik(m): 12:08am On Oct 05, 2010
K. Good 2 know.
WebmastersRe: Time Management As A Freelancer. by lojik(m): 12:35am On Oct 04, 2010
For me, that's like JAMB Question.

I use a firefox plugin that is like a todo list manager that keeps reminding me of pending projects. The projects have priority so i look at the list and decide which one i'm supposed to be doing.

No matter how hard i work, the list keeps increasing so wen its almost out of hand, i outsource then i begin the cycle again. I hardly have time to look for jobs because i consult for some I.T companies who depend on me for execution of their software/web development contracts.
WebmastersRe: Joomla Freight Management Component, Or Module {need Help?} by lojik(m): 12:26am On Oct 04, 2010
Joomla components no be beans truly. But once u get it, it becomes yam. lol

I can develop a joomla component for you if u want. i have sample modules, components, plugins and templates i have developed (some of which are listed on joomla extensions directory). u can check my site or buzz me for free details or free guide on joomla component development.

NB: while i have a free joomla module(check my site) that can help you use your custom php code in joomla, i always recommend using ready made extensions or coding a new one that meets joomla's guidelines and regulations. Except u don't think security is paramount.
WebmastersRe: How To Redirect To 3 Different Links. Pls Help! by lojik(m): 12:15am On Oct 04, 2010
if u want redirection to all other pages in new window or in popups, the use client-side javascript.
All u need is a call to a javascript function. Ever heard of google? If no, then use the code below:


<script language="javascript" type="text/javascript">
<!--
function multiOpen(){
Newsite1= window.open("http://www.yahoo.com","Mail"wink;
Newsite2= window.open("http://www.google.com","Search"wink;
Newsite3= window.open("http://www.lekeojikutu.com","Programmer"wink;
}
// -->
</script>
<a href="#" onclick="multiOpen();">open 3 sites</a>
WebmastersRe: Nigeria's Senate Website Hacked by lojik(m): 12:07am On Oct 04, 2010
Fingers crossed. Observing with curiosity
Tech JobsRe: Good Web Application Developer Is Wanted Urgently by lojik(m): 12:03am On Oct 04, 2010
@pc guru
Are u looking for another job or u freelancing? I could be of little help u know.
WebmastersPhp Programmer Needed by lojik(op): 1:28am On Oct 01, 2010
A full time php programmer is needed in a software company in Lagos.

Must have good knowledge of php.
No work experience required,
Must be able and willing to learn and develop
No degree required.


Send your CV to: info [at] lekeojikutu [dot] com or attach you cv here: http://www.lekeojikutu.com/index.php?option=com_content&view=article&id=80&Itemid=88
PoliticsRe: Happy 50th Independence To All Nigerians - Is It Worth It? by lojik(m): 1:16am On Oct 01, 2010
Now that we are 50, WHICH WAY NIGERIA?
Tech JobsRe: Joomla, Wordpress Developer/designer Needed Urgently by lojik(m): 9:08pm On Sep 30, 2010
Is it contract or full time?
WebmastersRe: I Need A Sample Web Proposal Document To Prepare Mine As A Webmaster by lojik(m): 7:59pm On Sep 30, 2010
Dual Core:
No, who's she?
That's the name of the latest TV show in town. Wanna watch?
WebmastersRe: I Need A Sample Web Proposal Document To Prepare Mine As A Webmaster by lojik(m): 10:26pm On Sep 29, 2010
WebmastersRe: Planning On Quitting And Going Freelance by lojik(m): 10:18pm On Sep 29, 2010
My last employer was paying me poorly so resigned in may this year. I faced a lot of opposition from people because they felt i had a good job and wasted it but here i am now, i have my own office and i'm making my former annual salary in two to three months of consulting and freelancing.

If u feel u can survive the rough business terrain, go for it but if u have doubts, then don't risk it.

It all depends on you as Henry Ford says: Whether you think you can, or you think you can't, you're right.
WebmastersRe: How Do I Add A customize Jpeg Colour Background in DW? by lojik(m): 10:05pm On Sep 29, 2010
Use css to set the jpeg as the background of its container rather than putting it as an object inside the container.

e.g
<div style="background-image:url(images/header.jpg); width:100px; height:100px;">

Some text here

</div>
WebmastersRe: My Untimely Leave/retirement From The Website Development World by lojik(m): 10:01pm On Sep 29, 2010
@DHTML
If i choose to see this from a software programmer's point of view, i go say u don hammer b4 u make dis decision.
If i choose to see it from a web developer's point of view, i go still say u don hammer to have made dis decision.

Whichever way, pepper don rest for u my guy. Ja mi si now. Wetin dey happen?
ProgrammingRe: Web Vs Software Development by lojik(m): 5:02pm On Sep 22, 2010
As a software and web developer, i would say it is necessary to know the two and even know mobile application development. Some projects require a web portal, a desktop client side and even a mobile version. Most desktop application developers in Naija (including myself) experience a remarkable boost in income the moment they add web development to their skill set.
WebmastersRe: How Do I Creat A Different Index Page For Computer Users And Mobile Phone Users by lojik(m): 8:45pm On Sep 18, 2010
Use WML for mobile, HTML for desktop.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 (of 23 pages)